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.util.DateRange

  • Packages that use DateRange 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data  
    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.model  
    com.ibm.tivoli.maximo.skd.service  
    com.ibm.tivoli.maximo.skd.util  
    com.ibm.tivoli.maximo.util  
    • Uses of DateRange in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data

      Fields in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data declared as DateRange 
      Modifier and Type Field and Description
      DateRange WOActivity.intShiftPeriod 
      DateRange WOActivity.period 
    • Uses of DateRange in com.ibm.tivoli.maximo.skd.gresource.model

      Methods in com.ibm.tivoli.maximo.skd.gresource.model that return DateRange 
      Modifier and Type Method and Description
      DateRange GRSchedule.getCalculatedProjectMinMax() 
      DateRange GRSchedule.getCalendarStartEnd() 
      DateRange GRSchedule.getProjectStartEnd() 
      Methods in com.ibm.tivoli.maximo.skd.gresource.model with parameters of type DateRange 
      Modifier and Type Method and Description
      void GRSchedule.setProjectStartEnd(DateRange projectStartEnd) 
    • Uses of DateRange in com.ibm.tivoli.maximo.skd.gworkassign.model

      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model that return DateRange 
      Modifier and Type Method and Description
      DateRange GWASchedule.getCalculatedProjectMinMax() 
      DateRange GWASchedule.getCalendarStartEnd() 
      DateRange GWASchedule.getProjectStartEnd() 
      DateRange Activity.getTimeInterval() 
      Methods in com.ibm.tivoli.maximo.skd.gworkassign.model with parameters of type DateRange 
      Modifier and Type Method and Description
      void GWASchedule.setProjectStartEnd(DateRange projectStartEnd) 
    • Uses of DateRange in com.ibm.tivoli.maximo.skd.max.model

      Methods in com.ibm.tivoli.maximo.skd.max.model that return DateRange 
      Modifier and Type Method and Description
      DateRange Schedule.getCalculatedProjectMinMax() 
      DateRange Schedule.getCalendarStartEnd() 
      DateRange Schedule.getProjectStartEnd() 
      DateRange Activity.getTimeInterval() 
      Methods in com.ibm.tivoli.maximo.skd.max.model with parameters of type DateRange 
      Modifier and Type Method and Description
      void Schedule.setProjectStartEnd(DateRange projectStartEnd) 
    • Uses of DateRange in com.ibm.tivoli.maximo.skd.model

      Methods in com.ibm.tivoli.maximo.skd.model that return DateRange 
      Modifier and Type Method and Description
      DateRange MXGanttModel.getCalculatedProjectMinMax() 
      DateRange IMXGanttModel.getCalculatedProjectMinMax()
      This is a calculated project min max.
      DateRange MXGanttModel.getCalendarStartEnd() 
      DateRange IMXGanttModel.getCalendarStartEnd()
      Returns the configured Calendar Start End dates.
    • Uses of DateRange in com.ibm.tivoli.maximo.skd.service

      Methods in com.ibm.tivoli.maximo.skd.service that return DateRange 
      Modifier and Type Method and Description
      DateRange SKDAppService.getCalendarDates(MboRemote project) 
      DateRange SKDAppService.getProjectDates(MboRemote project) 
      DateRange SKDAppService.getProjectDatesAdjustedForCalendar(MboRemote project, DateRange calDates, boolean trimByProject) 
      Methods in com.ibm.tivoli.maximo.skd.service with parameters of type DateRange 
      Modifier and Type Method and Description
      DateRange SKDAppService.getProjectDatesAdjustedForCalendar(MboRemote project, DateRange calDates, boolean trimByProject) 
    • Uses of DateRange in com.ibm.tivoli.maximo.skd.util

      Methods in com.ibm.tivoli.maximo.skd.util that return DateRange 
      Modifier and Type Method and Description
      static DateRange GanttModelUtil.calculateProjectMinMax(IMXGanttModel model) 
    • Uses of DateRange in com.ibm.tivoli.maximo.util

      Subclasses of DateRange in com.ibm.tivoli.maximo.util 
      Modifier and Type Class and Description
      class  DateRangeWithValue
      Structure to hold a Date Range (start/end) and the value for that specific range.
      Methods in com.ibm.tivoli.maximo.util that return DateRange 
      Modifier and Type Method and Description
      static DateRange DateRange.asDateRange(Range range) 
      Methods in com.ibm.tivoli.maximo.util with parameters of type DateRange 
      Modifier and Type Method and Description
      int DateRange.compareTo(DateRange o) 
      void DateRange.ensureRange(DateRange range)
      Given a Range, ensure that this range can contain the new range.
      void DateRange.expandEnd(int days, DateRange other) 
      void DateRange.expandRange(int days, DateRange other)
      Given the days, pad the start and end by that number of days, taking into account the difference in days from the passed in range start end and this start end, to ensure that our padding is at least days.
      void DateRange.expandStart(int days, DateRange other) 
      void DateRange.normalize(DateRange dates)
      Will normalize, ensuring that the Start/End is not null.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes