@OARestClass public interface RemoteRestClientInterface extends 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 |
delete(Class objectClass,
OAObjectKey objectKey) |
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) |
refresh, refresh
@OARestMethod(methodType=OARemote) OAObject createCopy(Class objectClass, OAObjectKey objectKey, String[] excludeProperties)
createCopy
in interface RemoteClientInterface
@OARestMethod(methodType=OARemote) Object getDetail(int id, Class masterClass, OAObjectKey masterObjectKey, String property, boolean bForHubMerger)
getDetail
in interface RemoteClientInterface
@OARestMethod(methodType=OARemote) Object getDetail(int id, Class masterClass, OAObjectKey masterObjectKey, String property, String[] masterProps, OAObjectKey[] siblingKeys, boolean bForHubMerger)
getDetail
in interface RemoteClientInterface
@OARestMethod(methodType=OARemote) Object getDetailNow(int id, Class masterClass, OAObjectKey masterObjectKey, String property, String[] masterProps, OAObjectKey[] siblingKeys, boolean bForHubMerger)
getDetailNow
in interface RemoteClientInterface
@OARestMethod(methodType=OARemote) Object datasource(int command, Object[] objects)
datasource
in interface RemoteClientInterface
@OARestMethod(methodType=OARemote) void datasourceNoReturn(int command, Object[] objects)
datasourceNoReturn
in interface RemoteClientInterface
@OARestMethod(methodType=OARemote) boolean delete(Class objectClass, OAObjectKey objectKey)
@OARestMethod(methodType=OARemote) boolean deleteAll(Class objectClass, OAObjectKey objectKey, String hubPropertyName)
deleteAll
in interface RemoteClientInterface
Copyright © 1999–2025 ViaOA. All rights reserved.