Package | Description |
---|---|
com.viaoa.ds |
Datasource independent access for storing and retrieving Objects from a persistent datasource.
|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.util.filter |
Modifier and Type | Field and Description |
---|---|
protected OAFinder<?,TYPE> |
OASelect.finder |
Modifier and Type | Method and Description |
---|---|
OAFinder<?,TYPE> |
OASelect.getFinder() |
Modifier and Type | Method and Description |
---|---|
void |
OASelect.setFinder(OAFinder<?,TYPE> finder) |
Modifier and Type | Field and Description |
---|---|
protected OAFinder<F,T> |
OATypeAhead.finder |
Modifier and Type | Method and Description |
---|---|
protected static Object |
OAObjectCacheDelegate._find(Object fromObject,
Class clazz,
OAFinder finder,
boolean bSkipNew,
boolean bThrowException) |
protected static Object |
OAObjectCacheDelegate._find(Object fromObject,
Class clazz,
OAFinder finder,
boolean bSkipNew,
boolean bThrowException,
int fetchAmount,
ArrayList<Object> alResults) |
static Object |
OAObjectCacheDelegate.find(Class clazz,
OAFinder finder) |
static Object |
OAObjectCacheDelegate.find(Class clazz,
OAFinder finder,
boolean bSkipNew,
boolean bThrowException) |
static Object |
OAObjectCacheDelegate.find(Object fromObject,
Class clazz,
OAFinder finder,
boolean bSkipNew,
boolean bThrowException,
int fetchAmount,
ArrayList<Object> alResults) |
Modifier and Type | Field and Description |
---|---|
OAFinder |
OAFilterDelegate.FinderInfo.finder |
Constructor and Description |
---|
FinderInfo(OAFinder f,
String pp) |
Copyright © 1999–2019 ViaOA. All rights reserved.