Class BundleOperationCancelInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.event.BundleOperationCancelInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object used as an input bean for the
BundleOperationCancelEvent- Since:
- 11.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bundle id that the operation is associated.Returns the bundle operation ids that are going to be cancelled.voidSets the bundle id that the current operation is associated to.voidsetBundleOperations(Collection<Long> bundleOperations) Sets the bundle operation ids that are going to be cancelled.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BundleOperationCancelInput
public BundleOperationCancelInput()
-
-
Method Details
-
getBundle
Returns the bundle id that the operation is associated.- Returns:
- the bundle id
- See Also:
-
setBundle
Sets the bundle id that the current operation is associated to.- Parameters:
bundle- the bundle id- See Also:
-
getBundleOperations
Returns the bundle operation ids that are going to be cancelled.- Returns:
- the bundle operation ids
- See Also:
-
setBundleOperations
Sets the bundle operation ids that are going to be cancelled.- Parameters:
bundleOperations- the bundle operation ids- See Also:
-