public interface IMaxDataManager
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONArray |
bulkLoadDataObjects(Schedule schedule,
DataSpec dataSpec,
java.lang.Long offsetRecord) |
void |
commitChanges(MboRemote projectMbo,
MboSetRemote objectSet,
java.lang.String selectedIDs) |
int |
getPageCount(Schedule schedule,
DataSpec dataSpec,
boolean parentOnly) |
int |
getRowCount(Schedule schedule,
DataSpec dataSpec,
boolean parentOnly) |
com.ibm.json.java.JSONArray |
loadDataObjects(Schedule schedule,
DataSpec dataSpec,
java.util.List ids) |
com.ibm.json.java.JSONArray |
loadDataObjects(Schedule schedule,
DataSpec dataSpec,
java.lang.Long offsetRecord,
boolean parentOnly) |
void |
populateDataObjects(MboRemote projectMbo,
java.util.Map queryMap) |
void |
processChanges(MboRemote projectMbo,
java.util.List changes) |
void populateDataObjects(MboRemote projectMbo, java.util.Map queryMap) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
com.ibm.json.java.JSONArray loadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord, boolean parentOnly) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
com.ibm.json.java.JSONArray loadDataObjects(Schedule schedule, DataSpec dataSpec, java.util.List ids) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
com.ibm.json.java.JSONArray bulkLoadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void processChanges(MboRemote projectMbo, java.util.List changes) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void commitChanges(MboRemote projectMbo, MboSetRemote objectSet, java.lang.String selectedIDs) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
int getPageCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
int getRowCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException