Modifier and Type | Method and Description |
---|---|
SKDAppServiceBeanRemote |
AbstractTreeGridMiniAppBean.getSKDAppServiceBean() |
static SKDAppServiceBeanRemote |
AbstractTreeGridMiniAppBean.getSKDAppServiceBean(WebClientSession wcs)
REturns the remote reference to the service bean
|
Modifier and Type | Method and Description |
---|---|
static void |
ConstraintUpdater.constraintChanged(MXConstraint currentConstraint,
java.lang.String operation,
java.lang.String projectId,
SKDAppServiceBeanRemote service) |
static void |
ConstraintUtil.createLinkedConstraints(MXGanttModel model,
BaseTreeGridMiniAppBean bean,
java.util.List<java.lang.String> ids,
java.lang.String projectId,
SKDAppServiceBeanRemote serviceBean)
For a given list of Activity IDs then create a Finish to Start constrain
with the next Activity, IF POSSIBLE.
|
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 |
---|---|
void |
SKDProjectSet.recalculatePercentComplete(SKDAppServiceBeanRemote appService,
IMXGanttModel model)
Create to calculate the percent complete field
|
Modifier and Type | Method and Description |
---|---|
SKDAppServiceBeanRemote |
SKDProjectAppBean.getSKDAppServiceBean() |
Constructor and Description |
---|
MXGanttModelChangeHandler(MXGanttModel model,
SKDAppServiceBeanRemote appServiceBean) |
Modifier and Type | Class and Description |
---|---|
class |
SKDAppServiceBean |
Modifier and Type | Method and Description |
---|---|
SKDAppServiceBeanRemote |
SKDAppService.getSKDAppServiceBean(UserInfo userInfo)
Returns a new instance of the SKDAppServiceBean
|
SKDAppServiceBeanRemote |
SKDAppServiceRemote.getSKDAppServiceBean(UserInfo userInfo)
Returns a new instance of the SKDAppServiceBean
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SKDAppService.performSkdAction(java.lang.String projectId,
UserInfo ui,
java.lang.String actionId,
java.lang.Object actionObject,
boolean saveBeforeAction,
SKDAppServiceBeanRemote serviceBean)
Perform action by calling action class
|
java.lang.Object |
SKDAppServiceRemote.performSkdAction(java.lang.String projectId,
UserInfo userInfo,
java.lang.String actionId,
java.lang.Object actionObject,
boolean saveBeforeAction,
SKDAppServiceBeanRemote serviceBean)
Perform action by calling action class
|
Modifier and Type | Method and Description |
---|---|
SKDAppServiceBeanRemote |
SKDServlet.getSKDAppServiceBean(javax.servlet.http.HttpSession session)
REturns the remote reference to the service bean
|