Package | Description |
---|---|
com.viaoa.context |
Defines an application context, used for managing permissions for a user or process .
|
com.viaoa.datasource |
Datasource independent access for storing and retrieving Objects from a persistent datasource.
|
com.viaoa.filter | |
com.viaoa.hub |
Contains the observable OA collection class, and support classes.
|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.util |
Utility Classes used for object graphs and applications.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OAUserAccess.updateSelect(OASelect sel) |
Modifier and Type | Method and Description |
---|---|
static void |
OASelectManager.add(OASelect sel) |
static void |
OASelectManager.remove(OASelect sel) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAAndFilter.updateSelect(OASelect select) |
boolean |
OAEqualPathFilter.updateSelect(OASelect select) |
boolean |
OAInFilter.updateSelect(OASelect select) |
Modifier and Type | Field and Description |
---|---|
protected OASelect |
HubDatax.select |
Modifier and Type | Method and Description |
---|---|
OASelect |
Hub.getSelect()
Returns the OASelect object currently used by select().
|
OASelect |
HubData.getSelect() |
OASelect |
Hub.getSelect(boolean bCreateIfNull) |
protected static OASelect |
HubSelectDelegate.getSelect(Hub thisHub)
Returns OASelect used for querying datasource.
|
protected static OASelect |
HubSelectDelegate.getSelect(Hub thisHub,
boolean bCreateIfNull) |
Modifier and Type | Method and Description |
---|---|
protected static int |
HubSelectDelegate._fetchMore(Hub thisHub,
OASelect sel,
int famt) |
protected static int |
HubSelectDelegate.fetchMore(Hub thisHub,
OASelect sel) |
protected static int |
HubSelectDelegate.fetchMore(Hub thisHub,
OASelect sel,
int famt) |
static boolean |
HubSelectDelegate.isMoreData(OASelect sel) |
static void |
HubSelectDelegate.loadAllData(Hub thisHub,
OASelect select) |
static void |
HubSelectDelegate.select(Hub thisHub,
OASelect select)
Used to populate Hub with objects returned from a OADataSource select.
|
void |
Hub.select(OASelect select)
Used to populate Hub with objects returned from a OADataSource select.
|
void |
HubData.setSelect(OASelect select) |
Modifier and Type | Method and Description |
---|---|
void |
OALoader.load(OASelect<F> sel) |
protected static boolean |
OAObjectCSDelegate.loadReferenceHubDataOnServer(Hub thisHub,
OASelect select) |
Modifier and Type | Method and Description |
---|---|
default boolean |
OAFilter.updateSelect(OASelect select)
Callback, that allows a Filter to be called by Select before it is performed, so that the filter can be done by the datasource that
performs the select/query.
|
Copyright © 1999–2025 ViaOA. All rights reserved.