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

Uses of Class
psdi.app.workorder.AssignmentSet

  • Packages that use AssignmentSet 
    Package Description
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    psdi.app.workorder.virtual  
    • Uses of AssignmentSet in psdi.app.workorder

      Subclasses of AssignmentSet in psdi.app.workorder 
      Modifier and Type Class and Description
      class  WMAssignmentSet
      Set of WMAssignmentSet objects.
      Methods in psdi.app.workorder that return AssignmentSet 
      Modifier and Type Method and Description
      AssignmentSet WO.removeCompleteStartedAssigns(AssignmentSet assignSet, java.util.HashMap assignIndexMap)
      Removes completed and started assignments from a chain of split assignments in preparation for restoring the original unsplit assignments; completed or started assignments should not be touched during this process.
      AssignmentSet WO.restoreSplitAssignments(AssignmentSet assignSet)
      Restores split assignments by deleting all the child assignments and resetting the laborhrs of the top-level parent.
      Methods in psdi.app.workorder with parameters of type AssignmentSet 
      Modifier and Type Method and Description
      java.util.HashMap WO.getLCRSqlFormatHashMap(AssignmentSet assignSet)
      Loops through the assignmentset and for each assignment in the Assigned state creates a SQLFormat object that will allow us to fetch the correct LaborCraftRate object later on.
      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.
      AssignmentSet WO.removeCompleteStartedAssigns(AssignmentSet assignSet, java.util.HashMap assignIndexMap)
      Removes completed and started assignments from a chain of split assignments in preparation for restoring the original unsplit assignments; completed or started assignments should not be touched during this process.
      void WO.rescheduleAssignments(AssignmentSet assignSet, java.util.Date reschedDate)
      The top-level method for rescheduling this work order's assignments.
      void WO.rescheduleAssignments(AssignmentSet assignSet, java.util.Date reschedDate, boolean fromListTab) 
      AssignmentSet WO.restoreSplitAssignments(AssignmentSet assignSet)
      Restores split assignments by deleting all the child assignments and resetting the laborhrs of the top-level parent.
      void WO.unassignAssignments(AssignmentSet assignSet, java.util.Date reschedDate)
      May be called either as part of the reschedule assignments process or the unassign assignments process.
      void WO.unassignWOAssignments(AssignmentSet assignSet, java.util.Date reschedDate)
      This method exists so that the lower-level method unassignAssignments can be called as part of two different sequences of method calls, depending on whether the action is unassigning assignments or rescheduling them.
    • Uses of AssignmentSet in psdi.app.workorder.virtual

      Methods in psdi.app.workorder.virtual that return AssignmentSet 
      Modifier and Type Method and Description
      AssignmentSet DispatchAssign.getAssignSet() 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes