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
- MXException
java.rmi.RemoteException
void clearModelChanges() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void saveModelChanges() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String getCurrentProjectid() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
java.lang.String scenarioProjectidandname() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void setConfigChanges(GanttConfigChanges newGanttConfigChanges) throws MXException, java.rmi.RemoteException
newGanttConfigChanges
- MXException
java.rmi.RemoteException
void clearConfigChanges() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void saveConfigChanges() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
boolean hasModelChanges() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void saveUserPropertyChanges(UserPropertyChanges propertyChanges) throws MXException, java.rmi.RemoteException
propertyChanges
- MXException
java.rmi.RemoteException