OAObject |
OADataSourceRestInterface.assignId(OAObject obj,
Class<? extends OAObject> class1) |
int |
OADataSourceRestInterface.count(Class selectClass,
String queryWhere,
Object[] params,
Class whereObjectClass,
String whereKey,
String propertyFromWhereObject,
String extraWhere,
int max) |
int |
OADataSourceRestInterface.countPassthru(Class selectClass,
String queryWhere,
int max) |
OAObject |
RemoteRestClientInterface.createCopy(Class objectClass,
OAObjectKey objectKey,
String[] excludeProperties) |
Object |
RemoteRestClientInterface.datasource(int command,
Object[] objects) |
void |
RemoteRestClientInterface.datasourceNoReturn(int command,
Object[] objects) |
boolean |
RemoteRestClientInterface.delete(Class objectClass,
OAObjectKey objectKey) |
void |
OADataSourceRestInterface.delete(OAObject obj) |
void |
OADataSourceRestInterface.deleteAll(Class c) |
boolean |
RemoteRestClientInterface.deleteAll(Class objectClass,
OAObjectKey objectKey,
String hubPropertyName) |
Object |
OADataSourceRestInterface.execute(String command) |
boolean |
OADataSourceRestInterface.getAssignIdOnCreate() |
Object |
RemoteRestClientInterface.getDetail(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
boolean bForHubMerger) |
Object |
RemoteRestClientInterface.getDetail(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
String[] masterProps,
OAObjectKey[] siblingKeys,
boolean bForHubMerger) |
Object |
RemoteRestClientInterface.getDetailNow(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
String[] masterProps,
OAObjectKey[] siblingKeys,
boolean bForHubMerger) |
int |
OADataSourceRestInterface.getMaxLength(Class c,
String propertyName) |
void |
OADataSourceRestInterface.insert(OAObject obj) |
void |
OADataSourceRestInterface.insertWithoutReferences(OAObject obj) |
boolean |
OADataSourceRestInterface.isAvailable() |
boolean |
OADataSourceRestInterface.isClassSupported(Class clazz) |
OAObject[] |
OADataSourceRestInterface.next(int selectId,
Class clazz) |
void |
OADataSourceRestInterface.removeSelect(int selectId) |
void |
OADataSourceRestInterface.save(OAObject obj) |
int |
OADataSourceRestInterface.select(Class selectClass,
String queryWhere,
Object[] params,
String queryOrderBy,
Class whereObjectClass,
String whereKey,
String propertyFromWhereObject,
String extraWhere,
int max,
boolean bDirty) |
int |
OADataSourceRestInterface.selectPassThru(Class selectClass,
String queryWhere,
String queryOrder,
int max,
boolean bDirty) |
boolean |
OADataSourceRestInterface.supportsStorage() |
void |
OADataSourceRestInterface.update(OAObject obj,
String[] includeProperties,
String[] excludeProperties) |
void |
OADataSourceRestInterface.updateMany2ManyLinks(Class masterClass,
String masterId,
OAObject[] adds,
Class addClazz,
OAObject[] removes,
Class removeClazz,
String propertyNameFromMaster) |
boolean |
OADataSourceRestInterface.willCreatePropertyValue(OAObject object,
String propertyName) |