public class BatchChangesManager extends java.lang.Object implements ModelChangesManager
| Constructor and Description |
|---|
BatchChangesManager(SKDAppServiceBeanRemote serviceBean,
java.lang.String projectId,
DataBean appBean) |
BatchChangesManager(SKDAppServiceBeanRemote serviceBean,
java.lang.String projectId,
GanttModelChanges changes,
DataBean appBean) |
| Modifier and Type | Method and Description |
|---|---|
GanttModelChanges |
getModelChanges()
Returns the GanttModelChanges, creating a new Batch if it is null.
|
boolean |
hasChanges() |
void |
pushChanges()
Push the changes to the service bean, clearing the current batch of changes
|
public BatchChangesManager(SKDAppServiceBeanRemote serviceBean, java.lang.String projectId, GanttModelChanges changes, DataBean appBean)
public BatchChangesManager(SKDAppServiceBeanRemote serviceBean, java.lang.String projectId, DataBean appBean)
public GanttModelChanges getModelChanges()
getModelChanges in interface ModelChangesManagerpublic void pushChanges()
throws java.rmi.RemoteException,
MXException
MXExceptionjava.rmi.RemoteExceptionpublic boolean hasChanges()