@OARemoteInterface public interface RemoteClientInterface
Modifier and Type | Method and Description |
---|---|
OAObject |
createCopy(Class objectClass,
OAObjectKey objectKey,
String[] excludeProperties) |
Object |
datasource(int command,
Object[] objects) |
void |
datasourceNoReturn(int command,
Object[] objects) |
boolean |
deleteAll(Class objectClass,
OAObjectKey objectKey,
String hubPropertyName) |
Object |
getDetail(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
boolean bForHubMerger) |
Object |
getDetail(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
String[] masterProps,
OAObjectKey[] siblingKeys,
boolean bForHubMerger) |
Object |
getDetailNow(int id,
Class masterClass,
OAObjectKey masterObjectKey,
String property,
String[] masterProps,
OAObjectKey[] siblingKeys,
boolean bForHubMerger) |
void |
refresh(Class clazz,
OAObjectKey objectKey) |
void |
refresh(Class clazz,
OAObjectKey objectKey,
String propertyName) |
@OARemoteMethod(returnOnQueueSocket=true) OAObject createCopy(Class objectClass, OAObjectKey objectKey, String[] excludeProperties)
Object getDetail(int id, Class masterClass, OAObjectKey masterObjectKey, String property, boolean bForHubMerger)
Object getDetail(int id, Class masterClass, OAObjectKey masterObjectKey, String property, String[] masterProps, OAObjectKey[] siblingKeys, boolean bForHubMerger)
@OARemoteMethod(returnOnQueueSocket=true) Object getDetailNow(int id, Class masterClass, OAObjectKey masterObjectKey, String property, String[] masterProps, OAObjectKey[] siblingKeys, boolean bForHubMerger)
@OARemoteMethod(returnOnQueueSocket=true) Object datasource(int command, Object[] objects)
@OARemoteMethod(noReturnValue=true) void datasourceNoReturn(int command, Object[] objects)
boolean deleteAll(Class objectClass, OAObjectKey objectKey, String hubPropertyName)
void refresh(Class clazz, OAObjectKey objectKey)
void refresh(Class clazz, OAObjectKey objectKey, String propertyName)
Copyright © 1999–2025 ViaOA. All rights reserved.