Package | Description |
---|---|
com.apptus.esales.connector |
This package provides utilities for communication with an eSales cluster
and this package documentation contains information on how to get started.
|
com.apptus.esales.connector.report | |
com.apptus.panel |
Modifier and Type | Method | Description |
---|---|---|
Path |
PanelContent.path() |
Returns the complete path of this panel.
|
Modifier and Type | Method | Description |
---|---|---|
Path |
PanelConversionReport.Section.path() |
Constructor | Description |
---|---|
Section(Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
Rate ctr,
Rate atr,
Rate ptr) |
Deprecated.
As of 3.20, use the
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate) constructor instead. |
Section(Path path,
int display,
int click,
int addingToCart,
int payment,
Rate ctr,
Rate atr,
Rate ptr,
Rate itr) |
Deprecated.
As of 3.12, use the
Section(String, String, Path, int, int, int, int, double, int, Rate, Rate, Rate, Rate) constructor instead. |
Section(String displayName,
String panelType,
Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
int units,
Rate ctr,
Rate atr,
Rate ptr,
Rate itr) |
|
Section(String displayName,
String panelType,
Path path,
int display,
int click,
int addingToCart,
int payment,
double revenue,
Rate ctr,
Rate atr,
Rate ptr) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Path |
Path.ancestor(int length) |
Returns the ancestor of length length of this path.
|
Path |
Path.child(String name) |
Returns a new path denoting a specified child element of the element denoted by this path.
|
Path |
Path.descendant(Path endpath) |
|
Path |
Path.endpath(int start) |
Returns an end path of this path.
|
Path |
Path.parent() |
Returns a new path denoting the parent element of the element denoted by this path.
|
static Path |
Path.parse(String path) |
Parses the path supplied as a string and returns a Path object representing the same path.
|
static Path |
Path.root() |
Modifier and Type | Method | Description |
---|---|---|
List<Path> |
Path.ancestors() |
Returns all the ancestors to a path, starting with the closest.
|
Modifier and Type | Method | Description |
---|---|---|
int |
Path.compareTo(Path that) |
|
Path |
Path.descendant(Path endpath) |
|
boolean |
Path.hasAncestor(Path ancestor) |
Copyright © 2020 Apptus Technologies AB. All rights reserved.