Package | Description |
---|---|
com.viaoa.ds |
Datasource independent access for storing and retrieving Objects from a persistent datasource.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
OASelectManager.add(OASelect sel) |
static void |
OASelectManager.remove(OASelect sel) |
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) |
Copyright © 1999–2019 ViaOA. All rights reserved.