Package | Description |
---|---|
com.viaoa.concurrent |
Solutions for concurrent processing patterns.
|
com.viaoa.model.oa |
Helper wrapper classes.
|
com.viaoa.process |
Used to manage processes.
|
com.viaoa.sync.model | |
com.viaoa.util |
Utility Classes used for object graphs and applications.
|
com.viaoa.util.converter |
Suports OAConverter class, package used to work with and transform data types.
|
Modifier and Type | Method and Description |
---|---|
ScheduledFuture<?> |
OAScheduledExecutorService.schedule(Runnable r,
OADateTime dt) |
Modifier and Type | Method and Description |
---|---|
OADateTime |
VDateTime.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
VDateTime.setValue(OADateTime newValue) |
Modifier and Type | Method and Description |
---|---|
OADateTime |
OACron.findNext() |
OADateTime |
OACron.findNext(OADateTime dtFrom) |
OADateTime |
OACron.getCreated() |
OADateTime |
OACron.getLast() |
OADateTime |
OACron.getNext() |
OADateTime |
OACron.getNext(OADateTime dtFrom) |
Modifier and Type | Method and Description |
---|---|
protected void |
OACronProcessor.beforeProcess(OADateTime dtNow) |
OADateTime |
OACron.findNext(OADateTime dtFrom) |
OADateTime |
OACron.getNext(OADateTime dtFrom) |
void |
OACron.setLast(OADateTime dt) |
Modifier and Type | Field and Description |
---|---|
protected OADateTime |
ClientInfo.created |
protected OADateTime |
ServerInfo.created
created time
|
protected OADateTime |
ClientInfo.disconnected |
Modifier and Type | Method and Description |
---|---|
OADateTime |
ClientInfo.getCreated() |
OADateTime |
ServerInfo.getCreated() |
OADateTime |
ClientInfo.getDisconnected() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInfo.setCreated(OADateTime newValue) |
void |
ServerInfo.setCreated(OADateTime newValue) |
void |
ClientInfo.setDisconnected(OADateTime disconnected) |
Modifier and Type | Class and Description |
---|---|
class |
OADate
Date class that combines Calendar, Date and SimpleDateFormat into a single class.
|
class |
OATime
Time class that combines Calendar, Time and SimpleDateFormat into a single class.
|
Modifier and Type | Method and Description |
---|---|
OADateTime |
OADateTime.addDay() |
OADateTime |
OADateTime.addDays(int amount)
Return an OADateTime where a specified amount of days is added.
|
OADateTime |
OADateTime.addHours(int amount)
Return an OADateTime where a specified amount of hours is added.
|
OADateTime |
OADateTime.addMilliSeconds(int amount)
Return an OADateTime where a specified amount of milliseconds is added.
|
OADateTime |
OADateTime.addMinutes(int amount)
Return an OADateTime where a specified amount of minutes is added.
|
OADateTime |
OADateTime.addMonths(int amount)
Return an OADateTime where a specified amount of months is added.
|
OADateTime |
OADateTime.addSeconds(int amount)
Return an OADateTime where a specified amount of seconds is added.
|
OADateTime |
OADateTime.addWeeks(int amount)
Return an OADateTime where a specified amount of weeks added.
|
OADateTime |
OADateTime.addYears(int amount)
Return an OADateTime where a specified amount of years is added.
|
protected OADateTime |
OADateTime.convert(Object obj,
boolean bAlways)
Convert an Object to an OADateTime.
|
OADateTime |
OADateTime.convertTo(TimeZone tz)
Convert the current dt to a different tz, and adjusting it's values
|
static OADateTime |
OAConverter.toDateTime(String value)
Convert a String to an OADateTime.
|
static OADateTime |
OAConverter.toDateTime(String value,
String fmt)
Convert a String to an OADateTime.
|
static OADateTime |
OADate.valueOf(String date)
Converts a String to an OADate.
|
static OADateTime |
OADateTime.valueOf(String strDateTime)
Converts a String date to an OADateTime.
|
static OADateTime |
OATime.valueOf(String time)
Converts a String to an OATime using a default format.
|
static OADateTime |
OADate.valueOf(String date,
String fmt)
Converts a String to an OADate.
|
static OADateTime |
OADateTime.valueOf(String strDateTime,
String fmt)
Static method for converting a String date to an OADateTime.
If date is " " (space) then todays date will be returned. If date is null or "" then null is returned. |
static OADateTime |
OATime.valueOf(String time,
String fmt)
Converts a String to an OATime.
|
static OADateTime |
OADate.valueOf2(String date)
Throws an exception if date if not valid.
|
Modifier and Type | Method and Description |
---|---|
static String |
OAString.format(OADateTime value,
String format)
Calls OAConverter to convert and format OADateTime.
|
protected void |
OADateTime.setCalendar(OADateTime dt) |
Constructor and Description |
---|
OADate(OADateTime odt)
Create a new date that uses a specified OADateTime.
|
OADateTime(OADateTime odt)
Creates new datetime, using OADateTime parameter.
|
OATime(OADateTime od)
Create a new time that uses that uses a supplied OADateTime.
|
Modifier and Type | Method and Description |
---|---|
protected OADateTime |
OAConverterCalendar.convertToOADateTime(Object value,
String fmt) |
protected OADateTime |
OAConverterOADateTime.convertToOADateTime(Object value,
String fmt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OAConverterCalendar.convertFromOADateTime(Class toClass,
OADateTime dtValue,
String fmt) |
protected Object |
OAConverterOADateTime.convertFromOADateTime(Class toClass,
OADateTime dtValue,
String fmt) |
Copyright © 1999–2019 ViaOA. All rights reserved.