Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.skd.service.SKDAppServiceBeanRemote

  • Packages that use SKDAppServiceBeanRemote 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.constraint  
    com.ibm.tivoli.maximo.miniapps.scheduler.util  
    com.ibm.tivoli.maximo.skd.app  
    com.ibm.tivoli.maximo.skd.beans  
    com.ibm.tivoli.maximo.skd.model  
    com.ibm.tivoli.maximo.skd.service  
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.miniapps.scheduler

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler that return SKDAppServiceBeanRemote 
      Modifier and Type Method and Description
      SKDAppServiceBeanRemote AbstractTreeGridMiniAppBean.getSKDAppServiceBean() 
      static SKDAppServiceBeanRemote AbstractTreeGridMiniAppBean.getSKDAppServiceBean(WebClientSession wcs)
      REturns the remote reference to the service bean
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.miniapps.scheduler.constraint

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.constraint with parameters of type SKDAppServiceBeanRemote 
      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 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.
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.miniapps.scheduler.util

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.util with parameters of type SKDAppServiceBeanRemote 
      Constructor and Description
      BatchChangesManager(SKDAppServiceBeanRemote serviceBean, java.lang.String projectId, DataBean appBean) 
      BatchChangesManager(SKDAppServiceBeanRemote serviceBean, java.lang.String projectId, GanttModelChanges changes, DataBean appBean) 
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.skd.app

      Methods in com.ibm.tivoli.maximo.skd.app with parameters of type SKDAppServiceBeanRemote 
      Modifier and Type Method and Description
      void SKDProjectSet.recalculatePercentComplete(SKDAppServiceBeanRemote appService, IMXGanttModel model)
      Create to calculate the percent complete field
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.skd.beans

      Methods in com.ibm.tivoli.maximo.skd.beans that return SKDAppServiceBeanRemote 
      Modifier and Type Method and Description
      SKDAppServiceBeanRemote SKDProjectAppBean.getSKDAppServiceBean() 
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.skd.model

      Constructors in com.ibm.tivoli.maximo.skd.model with parameters of type SKDAppServiceBeanRemote 
      Constructor and Description
      MXGanttModelChangeHandler(MXGanttModel model, SKDAppServiceBeanRemote appServiceBean) 
    • Uses of SKDAppServiceBeanRemote in com.ibm.tivoli.maximo.skd.service

      Classes in com.ibm.tivoli.maximo.skd.service that implement SKDAppServiceBeanRemote 
      Modifier and Type Class and Description
      class  SKDAppServiceBean 
      Methods in com.ibm.tivoli.maximo.skd.service that return SKDAppServiceBeanRemote 
      Modifier and Type Method and Description
      SKDAppServiceBeanRemote SKDAppServiceRemote.getSKDAppServiceBean(UserInfo userInfo)
      Returns a new instance of the SKDAppServiceBean
      SKDAppServiceBeanRemote SKDAppService.getSKDAppServiceBean(UserInfo userInfo)
      Returns a new instance of the SKDAppServiceBean
      Methods in com.ibm.tivoli.maximo.skd.service with parameters of type SKDAppServiceBeanRemote 
      Modifier and Type Method and Description
      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
      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
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes