Package | Description |
---|---|
psdi.app.jobplan |
The JobPlan package includes Mbo's related to Job Plans.
|
psdi.app.jobplan.virtual |
Modifier and Type | Class and Description |
---|---|
class |
JobPlan
MBO object that represents a Job Plan.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SimulationRemote.applyJobPlan(JobPlanRemote jobplan) |
void |
Simulation.applyJobPlan(JobPlanRemote jobplan) |