Class BundleSchedulingRecalculationInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.bundler.event.BundleSchedulingRecalculationInput
Input object for
BundleSchedulingRecalculationEvent.- Since:
- 10.1
- GCApi:
- bo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theBundle.Returns the list of the remainingBOWorkOrderOperations aggregated in the currentBundle.Returns the id of theBOWorkOrderOperationthat was unlinked from the currentBundle.voidSets theBundle.voidsetRemainingOperations(List<Long> operations) Sets the list of the remainingBOWorkOrderOperations aggregated in the currentBundle.voidsetUnlinkedOperation(Long operation) Sets the id of theBOWorkOrderOperationthat was unlinked from the currentBundle.
-
Field Details
-
bundle
-
unlinkedOperation
-
remainingOperations
-
-
Constructor Details
-
BundleSchedulingRecalculationInput
public BundleSchedulingRecalculationInput()
-
-
Method Details
-
getBundle
Returns theBundle.- Returns:
- the bundle
-
setBundle
Sets theBundle.- Parameters:
bundle- the bundle
-
getUnlinkedOperation
Returns the id of theBOWorkOrderOperationthat was unlinked from the currentBundle.- Returns:
- the unlinked operation id
- See Also:
-
setUnlinkedOperation
Sets the id of theBOWorkOrderOperationthat was unlinked from the currentBundle.- Parameters:
operation- the unlinked operation id- See Also:
-
getRemainingOperations
Returns the list of the remainingBOWorkOrderOperations aggregated in the currentBundle.- Returns:
- a list of remaining work order operations
- See Also:
-
setRemainingOperations
Sets the list of the remainingBOWorkOrderOperations aggregated in the currentBundle.- Parameters:
operations- the list of remaining work order operations- See Also:
-