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

Uses of Class
psdi.app.workorder.Assignment

  • Packages that use Assignment 
    Package Description
    com.ibm.tivoli.maximo.weather  
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    • Uses of Assignment in com.ibm.tivoli.maximo.weather

      Methods in com.ibm.tivoli.maximo.weather with parameters of type Assignment 
      Modifier and Type Method and Description
      boolean WeatherUtils.assignmentInWeatherAlertLifeSpan(Assignment assignment, WeatherAlertImpact alertImpact)
      check if wo schedule is in alert life span
    • Uses of Assignment in psdi.app.workorder

      Subclasses of Assignment in psdi.app.workorder 
      Modifier and Type Class and Description
      class  WMAssignment
      MBO to represent WMAssignment object
      Methods in psdi.app.workorder that return Assignment 
      Modifier and Type Method and Description
      Assignment WOService.getAssingment(java.lang.String assignmentid, UserInfo userInfo) 
      Assignment WO.getToplevelParentAssign(Assignment assign, AssignmentSet assignSet, java.util.HashMap assignIndexMap)
      Given an assignment and the assignmentset containing the assignment, this method will return the top-level parent assignment of the passed assignment.
      Methods in psdi.app.workorder with parameters of type Assignment 
      Modifier and Type Method and Description
      boolean FldAssignScheduleDate.assignAndWPOverlap(Assignment assignMbo, MboRemote workTimeMbo, java.util.GregorianCalendar scratchCal, AvailCalc availCalc)
      Checks if an Assignment overlaps the workperiod defined by the WorkPeriod or ModAvail object.
      Assignment WO.getToplevelParentAssign(Assignment assign, AssignmentSet assignSet, java.util.HashMap assignIndexMap)
      Given an assignment and the assignmentset containing the assignment, this method will return the top-level parent assignment of the passed assignment.
      boolean FldAssignScheduleDate.isAssignMidnightSpanning(Assignment assignMbo)
      Examines an Assignment and asks if the time range defined spans midnight.
      void FldAssignScheduleDate.setAssignWorkDate(Assignment assignMbo)
      Sets the workdate field based on whether the assignment overlaps either a workperiod on the calendar of the assigned labor or a modavail record of the assigned labor.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes