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

Uses of Interface
psdi.app.jobplan.JobPlanRemote

  • Packages that use JobPlanRemote 
    Package Description
    psdi.app.jobplan
    The JobPlan package includes Mbo's related to Job Plans.
    psdi.app.jobplan.virtual  
    • Uses of JobPlanRemote in psdi.app.jobplan

      Classes in psdi.app.jobplan that implement JobPlanRemote 
      Modifier and Type Class and Description
      class  JobPlan
      MBO object that represents a Job Plan.
      Methods in psdi.app.jobplan with parameters of type JobPlanRemote 
      Modifier and Type Method and Description
      void JobPlan.canChangeStatus(JobPlanRemote jobplan, java.lang.String currentStatus, java.lang.String desiredStatus)
      Checks the nested jobplans, parent to see if status change is allowed.
      static void JobPlanUtils.changeJobPlanStatus(JobPlanRemote jp, java.lang.String endStatus)
      Change the status on the JobPlan and asset that it was set correctly.
      void JobPlanService.changeStatus(JobPlanRemote jobplan, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change jobplan status.
      void JobPlan.doChangeStatus(JobPlanRemote jobplan, java.lang.String currentStatus, java.lang.String desiredStatus, java.util.Date date, java.lang.String memo)
      Does the actual work of changing the status down the hierarchy.
      boolean JobPlan.nestedJobPlans(JobPlanRemote jobplan, java.lang.String currentStatus, java.lang.String desiredStatus)
      Check the nested status's and throws a message prompting the user to change the status.
      void JobPlan.propagateRevisionNumber(JobPlanRemote newRevision)
      Propagate the new revision number to related objects.
      void JobPlan.propagateRevisionStatus(JobPlanRemote newRevision)
      Propagate the new Status number to related objects.
    • Uses of JobPlanRemote in psdi.app.jobplan.virtual

      Methods in psdi.app.jobplan.virtual with parameters of type JobPlanRemote 
      Modifier and Type Method and Description
      void SimulationRemote.applyJobPlan(JobPlanRemote jobplan) 
      void Simulation.applyJobPlan(JobPlanRemote jobplan) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes