Package | Description |
---|---|
com.viaoa.converter |
Suports OAConverter class, package used to work with and transform data types.
|
com.viaoa.json.jackson | |
com.viaoa.model.oa |
Helper wrapper classes.
|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.scheduler |
Used to create schedulers that manage list of datetime ranges, to find used and available datetime ranges.
|
com.viaoa.util |
Utility Classes used for object graphs and applications.
|
Modifier and Type | Method and Description |
---|---|
protected OADate |
OAConverterOADate.convertToOADate(Object value,
String fmt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OAConverterOADate.convertFromOADate(Class toClass,
OADate dateValue,
String fmt) |
Modifier and Type | Method and Description |
---|---|
OADate |
OADateDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
OADateSerializer.serialize(OADate value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Modifier and Type | Method and Description |
---|---|
OADate |
VDate.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
VDate.setValue(OADate newValue) |
Modifier and Type | Method and Description |
---|---|
static OAScheduler |
OAObjectSchedulerDelegate.getScheduler(OAObject objThis,
String property,
OADate date) |
static OAScheduler |
OAObjectSchedulerDelegate.getScheduler(OAObject objThis,
String property,
OAObject objSearch,
OADate date) |
Modifier and Type | Method and Description |
---|---|
OAScheduler |
OASchedulerController.getSchedulerCallback(OADate date)
Called to call the Hub activeObject scheduler callback.
|
Constructor and Description |
---|
OASchedulerPlan(OADate date) |
Modifier and Type | Field and Description |
---|---|
protected OADate |
OADateRangeCache.DateRange.beginDate |
protected OADate |
OADateRangeCache.DateRange.endDate |
Modifier and Type | Method and Description |
---|---|
static OADate |
OADate.dateValue(String date)
Converts a String to an OADate.
|
static OADate |
OADate.dateValue(String date,
String fmt)
Converts a String to an OADate.
|
protected abstract OADate |
OADateRangeCache.getDate(T obj)
This is used when calling getCacheItems to filter out objects in the cache.
|
static OADate |
OAConverter.toDate(Object value)
Convert a String to an OADate.
|
static OADate |
OAConverter.toDate(Object value,
String fmt)
Convert a String to an OADate.
|
Modifier and Type | Method and Description |
---|---|
void |
OADateRangeCache.add(OADate beginDate,
OADate endDate,
List<T> list)
Add dateRange with list of objects
|
List<OADateRangeCache.DateRange<T>> |
OADateRangeCache.findMissingGaps(OADate beginDate,
OADate endDate)
Used to find missing dateRanges in the cache.
|
static String |
OAString.format(OADate value)
Calls OAConverter to convert and format OADate.
|
List<T> |
OADateRangeCache.getCacheItems(OADate beginDate,
OADate endDate)
Find all of the items in cache for a dateRange.
|
void |
OADateTime.setDate(OADate d) |
Constructor and Description |
---|
DateRange(OADate beginDate,
OADate endDate) |
DateRange(OADate beginDate,
OADate endDate,
List<T> list) |
OADateTime(OADate d,
OATime t)
Creates new datetime, using date and time.
|
Copyright © 1999–2025 ViaOA. All rights reserved.