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.esales.connector.time |
Modifier and Type | Method | Description |
---|---|---|
AdConversionReport |
Reporter.adConversion(List<String> adKeys,
Duration resolution) |
Fetches an
AdConversionReport for the ads specified as argument. |
SessionStatisticsReport |
Reporter.sessionStatistics(Duration resolution) |
Fetches an
SessionStatisticsReport presented with the supplied resolution. |
Modifier and Type | Method | Description |
---|---|---|
Duration |
AdConversionReport.resolution() |
|
Duration |
SessionStatisticsReport.resolution() |
|
abstract Duration |
TimelineType.resolution() |
Modifier and Type | Method | Description |
---|---|---|
static TimelineType<com.apptus.esales.connector.report.TimelineType.DisplayTime> |
TimelineType.create(Duration resolution) |
Create a time line type that splits the time into slices of
a specified duration.
|
Constructor | Description |
---|---|
AdConversionReport(com.apptus.util.xml.XmlTree asXml,
List<AdConversionReport.Section> sections,
TimeInterval interval,
Duration resolution,
TimeZone tz) |
Creates an AdConversionReport.
|
SessionStatisticsReport(com.apptus.util.xml.XmlTree asXml,
Timeline<SessionStatistics> timeline,
TimeInterval interval,
Duration resolution,
TimeZone tz) |
Creates an SessionStatisticsReport.
|
Modifier and Type | Method | Description |
---|---|---|
Duration |
Duration.add(Duration d) |
|
static Duration |
Duration.create(int amount,
Unit unit) |
|
Duration |
TimeInterval.duration(TimeZone tz) |
Returns the duration of this time interval.
|
static Duration |
Duration.fromMillis(long millis) |
|
static Duration |
Duration.parse(String input) |
Parses a duration.
|
Modifier and Type | Method | Description |
---|---|---|
Duration |
Duration.add(Duration d) |
|
TimePoint |
TimePoint.back(Duration duration,
TimeZone tz) |
Returns a new time point moved back the length of a duration.
|
static TimeInterval |
TimeInterval.create(Duration duration,
IsoDateTime end) |
Creates a time interval with the specified duration ending at
the specified end date-time.
|
static TimeInterval |
TimeInterval.create(IsoDateTime start,
Duration duration) |
Creates a time interval from the specified start date-time with the
specified duration.
|
TimePoint |
TimePoint.forward(Duration duration,
TimeZone tz) |
Returns a new time point moved forward the length of a duration.
|
TimePoint |
TimePoint.next(Duration duration,
TimeZone tz,
Locale locale) |
Returns a new time point representing the start of the next period as defined by a duration.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.