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

Uses of Class
com.ibm.tivoli.maximo.skd.gworkassign.model.GWASchedule

  • Packages that use GWASchedule 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.skd.beans  
    com.ibm.tivoli.maximo.skd.gworkassign.model  
    com.ibm.tivoli.maximo.skd.gworkassign.service  
    • Uses of GWASchedule in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign that return GWASchedule 
      Modifier and Type Method and Description
      protected GWASchedule GWAResourceScheduleView.getSchedule() 
      protected GWASchedule GWAResourceHoursView.getSchedule() 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type GWASchedule 
      Modifier and Type Method and Description
      void GWAResourceScheduleView.addActionMenuItems(TMenu popupmenu, java.lang.String[] selectedactivitys, GWASchedule schedule, IMXActivityPropertyInfo actproptinfo, java.lang.String projectId, java.lang.String propName, java.lang.String propValue, java.lang.String frame)
      Adds SKDAction items to the TMenu.
      protected void GWAResourceHoursView.addActionMenuItems(TMenu popupmenu, java.lang.String[] selectedresources, GWASchedule schedule, java.lang.String projectId, java.lang.String colName, java.lang.String colValue, Selection selected, long selecteddate, java.lang.String frame)
      Adds SKDAction items to the TMenu.
      void UISerializer.addColumn(GWASchedule schedule, com.ibm.json.java.JSONArray Cols, Column pi, com.ibm.json.java.JSONObject Header) 
      com.ibm.json.java.JSONObject UISerializer.buildUI(GWASchedule schedule, UISerializationHelper helper) 
      Activity GWAResourceScheduleView.createNewAssignment(GWASchedule model, WebClientSession session, Activity act, Resource res, long assignmentId, MboRemote wo) 
      static void GWAGanttUtil.detectAllConflicts(Activity resv, GWASchedule model, java.lang.String resourceID, ReplyBuilder reply) 
      static void GWAGanttUtil.detectScheduleWindowConflict(GWASchedule model, Activity activity, ReplyBuilder reply) 
      static void GWAGanttUtil.detectSkillMappingConflict(GWASchedule model, Activity activity, java.lang.String resourceID, ReplyBuilder reply) 
      static void GWAGanttUtil.encodeFields(IMXActivity act, java.lang.String[] fields, GWASchedule model, ReplyBuilder builder, TreeGridUtil.ITGSerializationHelper helper)
      Encode fields into a Changes segment of the ReplyBuilder
      static java.lang.String GWAGanttUtil.getTGNWParts(GWASchedule model, Activity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      static boolean GWAGanttUtil.isInterruptable(GWASchedule model, Activity mxa) 
      static ReplyBuilder GWAGanttUtil.mergeWork(GWASchedule schedule, Activity activity, MboRemote skdProject, UserInfo userInfo, boolean unassign) 
      protected void GWAResourceHoursView.processResoures(DataRow parentNode, GWASchedule model) 
      static java.util.List GWAGanttUtil.resolveSelectedActivitiesById(GWASchedule model, java.util.List arr) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeSchedule(GWASchedule schedule) 
      static void GWAGanttUtil.setResources(GWASchedule schedule, Activity activity) 
      void GWAResourceScheduleView.updateDuration(GWASchedule schedule, java.util.Date oldStartTime, java.util.Date oldEndTime, java.util.Date newStartTime, java.util.Date newEndTime, Activity activity)
      Start and End times need to be updated at the same time, or else ILOG will grow or shrink the activity bar when setting the start/end times separately.
      int GWAResourceScheduleView.updateStartEndTimes(GWASchedule schedule, com.ibm.json.java.JSONObject change, WebClientSession sess, Activity activity)
      Start and End times need to be updated at the same time, or else ILOG will grow or shrink the activity bar when setting the start/end times separately.
    • Uses of GWASchedule in com.ibm.tivoli.maximo.skd.beans

      Methods in com.ibm.tivoli.maximo.skd.beans that return GWASchedule 
      Modifier and Type Method and Description
      GWASchedule GWAProjectAppBean.loadSchedule()
      Load the project based on SKDPROJECTID
    • Uses of GWASchedule in com.ibm.tivoli.maximo.skd.gworkassign.model

      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model with parameters of type GWASchedule 
      Modifier and Type Method and Description
      Activity ActivityBuilder.build(MboRemote projectMbo, GWASchedule schedule, java.sql.ResultSet resultSet, java.util.Map objectColumnsMap, java.util.Map relPropertyInfoMap, int dbType)
      Builds an Activity object based on the values retrieved from a ResultSet.
      Resource ResourceBuilder.build(MboRemote projectMbo, java.sql.ResultSet resultSet, java.lang.String type, GWASchedule schedule)
      Builds a Resource object based on the values retrieved from a ResultSet.
      void ResourceBuilder.calculateNextCrewWeeks(IMXResource resource, GWASchedule schedule, java.util.Date nextWeek, int week) 
      void ResourceBuilder.calculateNextLaborWeeks(IMXResource resource, GWASchedule schedule, java.util.Date nextWeek, int week) 
      void ResourceUtility.calculateUnassignWeekData(GWASchedule schedule, IMXResource resource, java.util.Date firstDayWeek, WeekUtility weekUtility, int week) 
      protected void ActivityBuilder.loadActivity(Activity activity, MboRemote projectMbo, java.sql.ResultSet resultSet, GWASchedule schedule, int dbType) 
      protected void ResourceBuilder.loadResource(IMXResource resource, java.lang.String objectName, MboRemote projectMbo, java.lang.Long objectID, GWASchedule schedule)
      Load resource
      void WeekUtility.reset(GWASchedule schedule, java.util.Date selectedDate) 
    • Uses of GWASchedule in com.ibm.tivoli.maximo.skd.gworkassign.service

      Methods in com.ibm.tivoli.maximo.skd.gworkassign.service that return GWASchedule 
      Modifier and Type Method and Description
      GWASchedule GWAProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
      Methods in com.ibm.tivoli.maximo.skd.gworkassign.service with parameters of type GWASchedule 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONArray WMActivityDataManager.loadActivities(GWASchedule schedule) 
      com.ibm.json.java.JSONArray WMAResourceManager.loadResources(GWASchedule schedule, java.lang.String type, java.lang.String activityWhere) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes