Class WorkOrderCloseInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.event.WorkOrderCloseInput
Input bean for
WorkOrderCloseEvent. - Since:
- 17.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of week check codes that the caller will skip for this event execution.Gets the id of the work order to closevoidsetCheckCodesToSkip(List<Code> checkCodesToSkip) Sets the list of week check codes that the caller will skip for this event execution.voidsetWorkOrder(Long workOrder) Sets the id of the work order to close
-
Constructor Details
-
WorkOrderCloseInput
public WorkOrderCloseInput()
-
-
Method Details
-
getCheckCodesToSkip
Gets the list of week check codes that the caller will skip for this event execution.- Returns:
- the list of week check codes that the caller will skip for this event execution.
-
setCheckCodesToSkip
Sets the list of week check codes that the caller will skip for this event execution.- Parameters:
checkCodesToSkip- the new check codes to skip
-
getWorkOrder
Gets the id of the work order to close- Returns:
- the id of the work order to close
-
setWorkOrder
Sets the id of the work order to close- Parameters:
workOrder- the id of the work order to close
-