com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data

Class ReservationLoadResourcesDataPolicy

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data.ReservationLoadResourcesDataPolicy


  • public class ReservationLoadResourcesDataPolicy
    extends java.lang.Object
    A Reservation data policy that is used to represent the required resource load to complete an activity. ie, do we need 1 resource, 2, 3.5, etc. It is NOT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ShiftDataSet getLoadDataSet(ilog.views.gantt.IlvGanttModel ganttModel, ilog.views.gantt.IlvReservation reservation, UserInfo userInfo)
      Get the list of dates for reservation.
      protected java.util.TreeSet sortSegmentList(java.util.ArrayList segmentlist)
      Sort the segments in the ascending order of the start date.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReservationLoadResourcesDataPolicy

        public ReservationLoadResourcesDataPolicy()
    • Method Detail

      • getLoadDataSet

        public ShiftDataSet getLoadDataSet(ilog.views.gantt.IlvGanttModel ganttModel,
                                           ilog.views.gantt.IlvReservation reservation,
                                           UserInfo userInfo)
        Get the list of dates for reservation.
      • sortSegmentList

        protected java.util.TreeSet sortSegmentList(java.util.ArrayList segmentlist)
        Sort the segments in the ascending order of the start date.
        Parameters:
        segmentlist -
        Returns: