public class RefreshGWActivityDataManager extends java.lang.Object implements RefreshableDataManager
Constructor and Description |
---|
RefreshGWActivityDataManager(MXServer mxServer)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
discardRefreshDataObjects(MboRemote projectMbo,
java.util.List<java.lang.String> selectedActivities)
Discard & Refresh selected Data objects.
|
void |
refreshDataObjects(MboRemote projectMbo,
java.util.List<java.lang.String> selectedActivities)
Refresh selected Data objects.
|
void |
reloadDataObjects(IMXGanttModel model,
MboRemote projectMbo,
java.lang.String objectName,
java.util.List<IMXActivity> selectedActivities)
Loads a list of activity records according to the parameters used as input.
|
void |
reloadDataObjects(IMXGanttModel model,
MboRemote projectMbo,
java.lang.String objectName,
java.util.List<IMXActivity> selectedActivities,
boolean selectedonly)
Loads a list of activity records according to the parameters used as input.
|
public RefreshGWActivityDataManager(MXServer mxServer)
mxServer
- public void discardRefreshDataObjects(MboRemote projectMbo, java.util.List<java.lang.String> selectedActivities) throws java.rmi.RemoteException, MXException
RefreshableDataManager
discardRefreshDataObjects
in interface RefreshableDataManager
java.rmi.RemoteException
MXException
public void refreshDataObjects(MboRemote projectMbo, java.util.List<java.lang.String> selectedActivities) throws java.rmi.RemoteException, MXException
RefreshableDataManager
refreshDataObjects
in interface RefreshableDataManager
java.rmi.RemoteException
MXException
public void reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List<IMXActivity> selectedActivities) throws java.rmi.RemoteException, MXException
reloadDataObjects
in interface RefreshableDataManager
schedule
- project schedule (contains access to the schedule information)dataSpec
- data spec details: pageSize, fields, sorts, etcoffsetRecord
- - The ID of the last object previously retrieved.java.rmi.RemoteException
MXException
public void reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List<IMXActivity> selectedActivities, boolean selectedonly) throws java.rmi.RemoteException, MXException
schedule
- project schedule (contains access to the schedule information)dataSpec
- data spec details: pageSize, fields, sorts, etcoffsetRecord
- - The ID of the last object previously retrieved.java.rmi.RemoteException
MXException