public interface SKDAppServiceBeanRemote
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
addModelChanges(GanttModelChanges newModelChanges)
Add model changes to GanttModelChanges.
|
void |
clearConfigChanges()
Clear config changes.
|
void |
clearModelChanges()
Clear model changes from GanttModelChanges
|
java.lang.String |
getCurrentProjectid() |
boolean |
hasModelChanges()
Check if there is any model changes or not.
|
void |
saveConfigChanges()
Save config changes to the database.
|
void |
saveModelChanges()
Save model changes to the database.
|
void |
saveUserPropertyChanges(UserPropertyChanges propertyChanges)
Saves the User Properties for the Gantt View
|
java.lang.String |
scenarioProjectidandname() |
void |
setConfigChanges(GanttConfigChanges newGanttConfigChanges)
Add config changes to the list
|
void addModelChanges(GanttModelChanges newModelChanges) throws MXException, java.rmi.RemoteException
newModelChanges - MXExceptionjava.rmi.RemoteExceptionvoid clearModelChanges()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid saveModelChanges()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getCurrentProjectid()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String scenarioProjectidandname()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid setConfigChanges(GanttConfigChanges newGanttConfigChanges) throws MXException, java.rmi.RemoteException
newGanttConfigChanges - MXExceptionjava.rmi.RemoteExceptionvoid clearConfigChanges()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid saveConfigChanges()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionboolean hasModelChanges()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid saveUserPropertyChanges(UserPropertyChanges propertyChanges) throws MXException, java.rmi.RemoteException
propertyChanges - MXExceptionjava.rmi.RemoteException