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.model.IMXResource

  • Packages that use IMXResource 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.compare.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data  
    com.ibm.tivoli.maximo.miniapps.scheduler.tooltips  
    com.ibm.tivoli.maximo.skd.gresource.model  
    com.ibm.tivoli.maximo.skd.gworkassign.model  
    com.ibm.tivoli.maximo.skd.max.model  
    com.ibm.tivoli.maximo.skd.max.service  
    com.ibm.tivoli.maximo.skd.model  
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type IMXResource 
      Modifier and Type Method and Description
      static java.lang.String GanttUtil.getID(IMXResource mxa) 
      IMXActivity AbstractTreeGridMiniAppBean.getModAvailForDate(IMXResource mxr, IMXGanttModel model, java.util.Date d) 
      AbstractTreeGridMiniAppBean.ShiftInfo AbstractTreeGridMiniAppBean.getShiftBreakInfoForDate(IMXResource mxr, IMXGanttModel model, java.util.Date d)
      Add the WorkPeriod information to the TreeGrid UI
      AbstractTreeGridMiniAppBean.ShiftInfo AbstractTreeGridMiniAppBean.getShiftWorkPeriodInfoForDate(IMXResource mxr, IMXGanttModel model, java.util.Date d)
      Add the WorkPeriod information to the TreeGrid UI
      static boolean GanttUtil.isCrew(IMXResource mxr) 
      static boolean GanttUtil.isLabor(IMXResource mxr) 
      static boolean GanttUtil.isLaborOrCrew(IMXResource mxr) 
      static boolean GanttUtil.isLaborOrCrewOrLocations(IMXResource mxr) 
      static boolean GanttUtil.isLocations(IMXResource mxr) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max with parameters of type IMXResource 
      Modifier and Type Method and Description
      CompareMaxResourceModelHelper.NodeEmitter.Result CompareMaxResourceModelHelper.NodeEmitter.beginNode(int modelIndex, IMXGanttModel model, IMXResource node, boolean modified)
      beginNode is called at least once for every node.
      CompareMaxResourceModelHelper.NodeEmitter.Result CompareMaxResourceHoursModelTGEmitter.beginNode(int modelIndex, IMXGanttModel model, IMXResource node, boolean modified) 
      void CompareMaxResourceModelHelper.NodeEmitter.endNode(int modelIndex, IMXGanttModel model, IMXResource node) 
      void CompareMaxResourceHoursModelTGEmitter.endNode(int modelIndex, IMXGanttModel model, IMXResource node) 
      boolean ResourceMaxModelHelper.isModified(IMXGanttModel leftModel, IMXResource leftNode, IMXGanttModel rightModel, IMXResource rightNode) 
      boolean CompareMaxResourceModelHelper.ModelHelper.isModified(IMXGanttModel leftModel, IMXResource leftNode, IMXGanttModel rightModel, IMXResource rightNode) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type IMXResource 
      Modifier and Type Method and Description
      static void GWAResourceHoursViewModelHelper.applyResourceProperties(TGJsonWriter writer, IMXResource res, TreeGridUtil.ITGSerializationHelper helper, boolean includeId) 
      static void GWAGanttUtil.writeIDFields(TGJsonWriter jsonWriter, IMXResource mxa, CompareMaxModelTGEmitter.ModelNumIDGenerator idGen)
      Writes the ID field for the TreeGrid.
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max with parameters of type IMXResource 
      Modifier and Type Method and Description
      static void LargeGanttUtil.writeIDFields(TGJsonWriter jsonWriter, IMXResource mxa, CompareMaxModelTGEmitter.ModelNumIDGenerator idGen)
      Writes the ID field for the TreeGrid.
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews with parameters of type IMXResource 
      Modifier and Type Method and Description
      static void ResourceHoursViewModelHelper.applyLoadAndAvail(TGJsonWriter r, IMXResource res, IMXGanttModel m, UserInfo userInfo, TreeGridUtil.ITGSerializationHelper helper, UIOptions options) 
      static void ResourceHoursViewModelHelper.applyResourceProperties(TGJsonWriter writer, IMXResource res, TreeGridUtil.ITGSerializationHelper helper, boolean includeId) 
      static ResourceData ResourceHoursViewModelHelper.getResourceChartData(IMXResource res) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data with parameters of type IMXResource 
      Modifier and Type Method and Description
      ListAvailDataSets ResourceData.getAvailableHoursData(IMXGanttModel model, IMXResource resource, UserInfo info, AlternateAvailHashMap alternateAvailHashMap)
      Calculates the Availability DataSets for the given resource, based on Shift.
      double ResourceData.getAvailableHoursData(IMXGanttModel model, IMXResource res, UserInfo userInfo, java.util.Date clickdate, AlternateAvailHashMap alternateAvailHashMap)
      Returns a SUM of all the Available Hours for the given date instance.
      ListLoadDataSets ResourceData.getLoadHoursData(IMXGanttModel model, IMXResource resource, UserInfo userInfo)
      This method calculates the total planned labor for the activity start date based on crafts.
      double ResourceData.getLoadHoursData(IMXGanttModel mxGanttModel, IMXResource res, UserInfo userInfo, java.util.Date clickdate)
      Returns the sum of all the load hours for a given date.
      double ResourceData.getLoadQuantityData(IMXGanttModel model, IMXResource resource, java.util.Date clickdate) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips with parameters of type IMXResource 
      Modifier and Type Method and Description
      java.lang.Object ResourceTextResolver.getProperty(IMXResource data, java.lang.String in) 
      java.util.Collection ResourceTextResolver.getPropertyNames(IMXResource data) 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips with parameters of type IMXResource 
      Constructor and Description
      ResourceTextResolver(IMXResource act, IMXGanttModel model, UserInfo info) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.skd.gresource.model

      Methods in com.ibm.tivoli.maximo.skd.gresource.model that return IMXResource 
      Modifier and Type Method and Description
      IMXResource GRSchedule.getResourceForId(java.lang.String id) 
      Methods in com.ibm.tivoli.maximo.skd.gresource.model with parameters of type IMXResource 
      Modifier and Type Method and Description
      void GRSchedule.loadResource(IMXResource resource)
      Load resource
      protected void ResourceBuilder.loadResource(IMXResource resource, java.lang.String objectName, MboRemote projectMbo, java.lang.Long objectID, GRSchedule schedule)
      Load resource
      java.util.Iterator GRSchedule.reservationIteratorForResource(IMXResource resource) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.skd.gworkassign.model

      Classes in com.ibm.tivoli.maximo.skd.gworkassign.model that implement IMXResource 
      Modifier and Type Class and Description
      class  MinimalResource
      This class correspondents to records of LABOR and/or AMCREW objects.
      class  Resource
      This class correspondents to records of LABOR and/or AMCREW objects.
      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model that return IMXResource 
      Modifier and Type Method and Description
      IMXResource GWASchedule.getResourceForId(java.lang.String id) 
      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model with parameters of type IMXResource 
      Modifier and Type Method and Description
      void ResourceUtility.calculateCrewWeekData(IWeekGanttModel schedule, IMXResource resource, java.util.Date firstDayWeek, AMCrewRemote crew, WeekUtility weekUtility, int week) 
      void ResourceUtility.calculateLaborWeekData(IWeekGanttModel schedule, IMXResource resource, java.util.Date firstDayWeek, LaborRemote labor, WeekUtility weekUtility, int week) 
      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) 
      static void ResourceUtility.loadCrewPrimaryAndSecondaryCrafts(IMXResource resource, MboRemote crewType) 
      static void ResourceUtility.loadLaborPrimaryAndSecondaryCrafts(IMXResource resource, MboRemote labor) 
      void GWASchedule.loadResource(IMXResource resource)
      Load resource
      protected void ResourceBuilder.loadResource(IMXResource resource, java.lang.String objectName, MboRemote projectMbo, java.lang.Long objectID, GWASchedule schedule)
      Load resource
      java.util.Iterator GWASchedule.reservationIteratorForResource(IMXResource resource) 
    • Uses of IMXResource in com.ibm.tivoli.maximo.skd.max.model

      Methods in com.ibm.tivoli.maximo.skd.max.model that return IMXResource 
      Modifier and Type Method and Description
      IMXResource Reservation.getMXResource() 
      IMXResource Schedule.getResourceForId(java.lang.String id) 
      Methods in com.ibm.tivoli.maximo.skd.max.model with parameters of type IMXResource 
      Modifier and Type Method and Description
      Reservation ReservationBuilder.build(IMXResource resource, IMXActivity activity, java.sql.ResultSet resultSet)
      Builds a Resource object based on the values retrieved from a ResultSet.
      protected void ResourceBuilder.loadAMCrewResource(IMXResource resource, java.lang.String objectName, MboRemote projectMbo, java.lang.Long objectID) 
      protected void ResourceBuilder.loadResource(IMXResource resource, java.lang.String objectName, MboRemote projectMbo, java.lang.Long objectID, java.lang.String workListQuery)
      Load resource
      java.util.Iterator Schedule.reservationIteratorForResource(IMXResource resource) 
      Constructors in com.ibm.tivoli.maximo.skd.max.model with parameters of type IMXResource 
      Constructor and Description
      Reservation(IMXResource resource, IMXActivity activity)
      Constructor
    • Uses of IMXResource in com.ibm.tivoli.maximo.skd.max.service

      Methods in com.ibm.tivoli.maximo.skd.max.service that return IMXResource 
      Modifier and Type Method and Description
      IMXResource CachedResourceManager.getResourceForId(java.lang.String id) 
      IMXResource ResourceMaxManager.getResourceForId(java.lang.String id) 
      IMXResource IResourceManager.getResourceForId(java.lang.String id)
      Find the resource for the provided id.
      Methods in com.ibm.tivoli.maximo.skd.max.service with parameters of type IMXResource 
      Modifier and Type Method and Description
      java.util.Collection CachedResourceManager.getReservations(Schedule schedule, IMXResource resource) 
      java.util.Collection ResourceMaxManager.getReservations(Schedule schedule, IMXResource resource) 
      java.util.Collection IResourceManager.getReservations(Schedule schedule, IMXResource resource)
      For the given resource, we need to return an Iterator of the Reservations for that resources.
    • Uses of IMXResource in com.ibm.tivoli.maximo.skd.model

      Classes in com.ibm.tivoli.maximo.skd.model that implement IMXResource 
      Modifier and Type Class and Description
      class  MXResource 
      Methods in com.ibm.tivoli.maximo.skd.model that return IMXResource 
      Modifier and Type Method and Description
      IMXResource IMXReservation.getMXResource() 
      IMXResource MXReservation.getMXResource() 
      IMXResource MXGanttModel.getResourceForId(java.lang.String id) 
      IMXResource IMXGanttModel.getResourceForId(java.lang.String id) 
      Methods in com.ibm.tivoli.maximo.skd.model with parameters of type IMXResource 
      Modifier and Type Method and Description
      java.util.Iterator MXGanttModel.reservationIteratorForResource(IMXResource resource) 
      java.util.Iterator IMXGanttModel.reservationIteratorForResource(IMXResource resource)
      Returns an Iterator of Reservations for the given Resource
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes