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 |
---|---|---|
TimePoint |
Result.Ad.getEndTime() |
Get the end time or null if no such attribute exists for this ad.
|
TimePoint |
Result.Ad.getStartTime() |
Get the start time or null if no such attribute exists for this ad.
|
Modifier and Type | Method | Description |
---|---|---|
static Result.Ad |
Result.Ad.mock(String key,
String ticket,
TimePoint startTime,
TimePoint endTime,
Filter included,
Filter related,
String campaignKey,
Result.Products products,
List<Result.Attribute> attributes) |
Creates a new Ad object for test purposes.
|
Constructor | Description |
---|---|
TimeSlot(TimePoint start,
TimePoint end,
String name,
V value) |
Modifier and Type | Method | Description |
---|---|---|
TimePoint |
TimePoint.back(int amount,
Unit unit,
TimeZone tz) |
Equivalent to calling back(Duration.create(amount, unit), tz).
|
TimePoint |
TimePoint.back(Duration duration,
TimeZone tz) |
Returns a new time point moved back the length of a duration.
|
TimePoint |
TimePoint.ceil(Unit precision,
TimeZone tz,
Locale locale) |
Round this time point up to the closest whole unit.
|
TimePoint |
TimeInterval.end(TimeZone tz) |
Returns the end point in time, given the time zone for local
time.
|
static TimePoint |
TimePoint.endOfToday(TimeZone tz) |
|
TimePoint |
TimePoint.floor(Unit precision,
TimeZone tz,
Locale locale) |
Round this time point down to the closest whole unit.
|
TimePoint |
TimePoint.forward(int amount,
Unit unit,
TimeZone tz) |
Equivalent to calling forward(Duration.create(amount, unit), tz).
|
TimePoint |
TimePoint.forward(Duration duration,
TimeZone tz) |
Returns a new time point moved forward the length of a duration.
|
static TimePoint |
TimePoint.fromCalendar(Calendar calendar) |
|
static TimePoint |
TimePoint.fromDate(Date date) |
|
static TimePoint |
TimePoint.fromMillis(long millis) |
|
TimePoint |
TimePoint.next(int amount,
Unit unit,
TimeZone tz,
Locale locale) |
Equivalent to calling next(Duration.create(amount, unit), tz, locale).
|
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.
|
static TimePoint |
TimePoint.now() |
|
static TimePoint |
TimePoint.parse(String iso,
TimeZone tz) |
Parses a date-time specification as defined by ISO 8601 and
returns a time point valid for the specified date-time.
|
TimePoint |
TimePoint.round(Unit precision,
TimeZone tz,
Locale locale) |
Round this time point to the closest whole unit.
|
TimePoint |
TimeInterval.start(TimeZone tz) |
Returns the start point in time, given the time zone for local
time.
|
static TimePoint |
TimePoint.today(TimeZone tz) |
|
TimePoint |
CalendarDate.toTimePoint(Time t,
TimeZone tz) |
|
abstract TimePoint |
IsoDate.toTimePoint(Time t,
TimeZone tz) |
Returns a point in time represented by this date and a supplied
time of day.
|
TimePoint |
IsoDateTime.toTimePoint(TimeZone tz) |
Returns a point in time represented by this date-time object.
|
TimePoint |
OrdinalDate.toTimePoint(Time t,
TimeZone tz) |
|
TimePoint |
WeekDate.toTimePoint(Time t,
TimeZone tz) |
Modifier and Type | Method | Description |
---|---|---|
int |
TimePoint.compareTo(TimePoint that) |
Copyright © 2020 Apptus Technologies AB. All rights reserved.