Class AggregateOperationRequirementsLoadInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.operationRequirement.event.AggregateOperationRequirementsLoadInput
Input class for loading resource requirements on multiple work order operations in a single database operation.
This class contains the data needed to load mandatory and preferred resources/teams that should be assigned
to the operations.
The load will affect these fields:
- Mandatory teams that must be assigned to the operations
- Mandatory resources that must be assigned to the operations
- Preferred resources that should be assigned to the operations when possible
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the collection of operation IDs to update.getType()voidsetIdOperativeCenter(Long idOperativeCenter) voidsetOperationIds(Collection<Long> operationIds) Sets the collection of operation IDs to update.void
-
Constructor Details
-
AggregateOperationRequirementsLoadInput
public AggregateOperationRequirementsLoadInput()
-
-
Method Details
-
getOperationIds
Gets the collection of operation IDs to update.- Returns:
- the collection of operation IDs
-
setOperationIds
Sets the collection of operation IDs to update.- Parameters:
operationIds- the collection of operation IDs
-
getIdOperativeCenter
-
setIdOperativeCenter
-
getType
-
setType
-