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.IProjectManagerCallback

  • Packages that use IProjectManagerCallback 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler.compare.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.gresource  
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources  
    com.ibm.tivoli.maximo.skd.beans  
    com.ibm.tivoli.maximo.skd.gresource.beans  
    com.ibm.tivoli.maximo.skd.gresource.service  
    com.ibm.tivoli.maximo.skd.gworkassign.service  
    com.ibm.tivoli.maximo.skd.max.service  
    com.ibm.tivoli.maximo.skd.service  
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  CompareViewMaxBean
      Compare View Bean for the Graphical Scheduling Large Projects.
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.miniapps.scheduler.gresource

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.gresource that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  GResourceView 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  GWAResourceHoursView 
      class  GWAResourceScheduleView 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.max that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  BaseLargeGanttView 
      class  ResourceMaxHoursView 
      class  ResourceToolsZonesMaxHoursView 
      class  SchedulerMaxWorkView 
      class  ShowActivityHierarchyViewBean 
      class  ShowCircularDependenciesViewBean 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  OtherResourcesMaxView 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.skd.beans

      Classes in com.ibm.tivoli.maximo.skd.beans that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  ASNCrewavilBean 
      class  ASNPersavilBean 
      class  GRCrewAssignmentBean 
      class  GRCrewAvailBean 
      class  GResourceProjectAppBean
      AppBean for GResource application.
      class  GRLaborAssignmentBean 
      class  GRLaborAvailBean 
      class  GRViewCrewAssignmentBean 
      class  GRViewCrewAvailBean 
      class  GRViewLaborAssignmentBean 
      class  GRViewLaborAvailBean 
      class  GWACrewAssignmentBean 
      class  GWALaborAssignmentBean 
      class  GWAProjectAppBean
      AppBean for GWORKASSIGN application.
      class  GWAViewCrewAssignmentBean 
      class  GWAViewLaborAssignmentBean 
      class  GWWDailyCrewReassignBean 
      class  LaborAssignmentBean 
      class  SKDAssignAvailCrewBean 
      class  SKDAssignAvailLabBean
      This is the bean attached to the Available Labor dialog on the WOTrack Assignments tab.
      class  SKDCrewAssignmentBean 
      class  SKDLaborAssignmentBean 
      class  SKDOwnerBean 
      class  SKDReschedAssignBean
      The bean that handles the Reschedule Assignments action on the WOTrack List tab
      class  SKDRescheduleWorkBean
      Bean class used for exporting calendar assignments.
      class  SKDViewCrewAssignmentBean 
      class  SKDViewLaborAssignmentBean 
      class  SKDWOChangeStatusBean 
      class  SKDWOLogBean 
      class  SKDWOModifyDetailBean 
      class  ViewLaborAssignmentBean 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.skd.gresource.beans

      Classes in com.ibm.tivoli.maximo.skd.gresource.beans that implement IProjectManagerCallback 
      Modifier and Type Class and Description
      class  ModAvailBean 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.skd.gresource.service

      Methods in com.ibm.tivoli.maximo.skd.gresource.service with parameters of type IProjectManagerCallback 
      Modifier and Type Method and Description
      GRSchedule GRProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.skd.gworkassign.service

      Methods in com.ibm.tivoli.maximo.skd.gworkassign.service with parameters of type IProjectManagerCallback 
      Modifier and Type Method and Description
      GWASchedule GWAProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.skd.max.service

      Methods in com.ibm.tivoli.maximo.skd.max.service with parameters of type IProjectManagerCallback 
      Modifier and Type Method and Description
      Schedule ProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
    • Uses of IProjectManagerCallback in com.ibm.tivoli.maximo.skd.service

      Methods in com.ibm.tivoli.maximo.skd.service with parameters of type IProjectManagerCallback 
      Modifier and Type Method and Description
      IMXGanttModel IProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
      java.util.concurrent.Future SKDAppService.loadScheduleGR(java.lang.String projectId, IProjectManagerCallback helper)
      Load a Scheduler Max project by it's Scheduler Project ID
      java.util.concurrent.Future SKDAppService.loadScheduleGWA(java.lang.String projectId, IProjectManagerCallback helper)
      Load a Scheduler Max project by it's Scheduler Project ID
      java.util.concurrent.Future SKDAppService.loadScheduleMax(java.lang.String projectId, IProjectManagerCallback helper)
      Load a Scheduler Max project by it's Scheduler Project ID
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes