Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
de.esprit.common.io.csv |
Contains classes for dealing with the CSV format
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
de.esprit.netsuite.server.util |
Contains server specific utility classes
|
Modifier and Type | Method and Description |
---|---|
static DBTimestamp |
DBTimestamp.parseTimestampValue(java.lang.String tsStr)
Creates a DBTimestamp object from the given string.
|
Modifier and Type | Method and Description |
---|---|
void |
NdfWriter.setFixedCreationTimestamp(DBTimestamp timestamp)
Enforces the given timestamp to be taken written as the creation time.
|
Modifier and Type | Method and Description |
---|---|
DBTimestamp |
CsvStringIterator.nextTimestamp() |
Modifier and Type | Method and Description |
---|---|
static DBTimestamp |
TimeUtil.createTimestamp()
Creates a Timestamp object for the current local time.
|
static DBTimestamp |
TimeUtil.createTimestamp(int hour,
int minute,
int second)
Creates a timestamp (local time) for the given time of the current day.
|
static DBTimestamp |
TimeUtil.createTimestamp(int year,
int month,
int day,
int hour,
int minute,
int second)
Creates a timestamp (local time) for the given parameters.
|
static DBTimestamp |
TimeUtil.createUtcTimestamp(int year,
int month,
int day,
int hour,
int minute,
int second)
Creates an UTC timestamp for the given parameters.
|
static DBTimestamp |
TimeUtil.getSameTimeAnotherDay(DBTimestamp startTs,
int days)
Returns a new Timestamp rolled forward/backward by the given number of days
|
static DBTimestamp |
ConvertUtil.toTimestamp(java.lang.String timestampStr)
Creates a
DBTimestamp object from the given string. |
static DBTimestamp |
TimeUtil.toUtc(java.sql.Timestamp ts)
Converts the given Timestamp to UTC time.
|
Modifier and Type | Method and Description |
---|---|
static DBTimestamp |
TimeUtil.getSameTimeAnotherDay(DBTimestamp startTs,
int days)
Returns a new Timestamp rolled forward/backward by the given number of days
|
Modifier and Type | Method and Description |
---|---|
DBTimestamp |
RemoteTaskEvent.getEventTimestamp()
Returns the timestamp when the event was created
|
Modifier and Type | Method and Description |
---|---|
void |
BatchTaskConfigEntry.setLastExecutionTimestamp(DBTimestamp lastRunTs) |
void |
BatchTaskConfigEntry.setStartTime(DBTimestamp startTime) |
Modifier and Type | Method and Description |
---|---|
static DBTimestamp |
ServerUtil.calculateNextProcessStart(java.sql.Timestamp configTs,
long delayMillis)
Add repeat delay until startTime is in the future
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.