Class BundleOperationSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.operation.event.BundleOperationSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the
BundleOperationSearchEvent. - Since:
- 10.1
- 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 id of theBOBundleHeaderthat was set as filter.getId()Returns the id of the bundle operation that was set as filter.Returns the bundle operation creation date.Returns the id of the bundle operation creation user.getOrder()Returns the bundle operation order that was set as filter.Returns the set of bundle operation status that was set as filter.Returns the work order operation id that was set as filter.voidsetBundle(Collection<Long> bundle) Sets the id of theBOBundleHeaderas filter.voidsetId(Collection<Long> id) Sets the id of the bundle operation as filter.voidsetInsertDate(DateTimeRange insertDate) Sets the bundle operation creation date.voidsetInsertUser(Collection<Long> insertUser) Sets the id of the bundle operation creation user.voidSets the bundle operation order as filter.voidsetStatus(Collection<Long> status) Sets the set of bundle operation status as filter.voidsetWorkOrderOperation(Collection<Long> workOrderOperation) Sets the work order operation id as filter.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
-
BundleOperationSearchFilter
public BundleOperationSearchFilter()
-
-
Method Details
-
getId
Returns the id of the bundle operation that was set as filter.- Returns:
- the bundle operation id
-
setId
Sets the id of the bundle operation as filter.- Parameters:
id- the bundle operation id
-
getBundle
Returns the id of theBOBundleHeaderthat was set as filter.- Returns:
- the bundle id
- See Also:
-
setBundle
Sets the id of theBOBundleHeaderas filter.- Parameters:
bundle- the bundle id- See Also:
-
getWorkOrderOperation
Returns the work order operation id that was set as filter.- Returns:
- the work order operation id
-
setWorkOrderOperation
Sets the work order operation id as filter.- Parameters:
workOrderOperation- the work order operation id
-
getInsertUser
Returns the id of the bundle operation creation user.- Returns:
- the creation user id
-
setInsertUser
Sets the id of the bundle operation creation user.- Parameters:
insertUser- the creation user id
-
getInsertDate
Returns the bundle operation creation date.- Returns:
- the creation date
-
setInsertDate
Sets the bundle operation creation date.- Parameters:
insertDate- the creation date
-
getStatus
Returns the set of bundle operation status that was set as filter.- Returns:
- the states of bundle operation status
- See Also:
-
setStatus
Sets the set of bundle operation status as filter.- Parameters:
status- the states of bundle operation status- See Also:
-
getOrder
Returns the bundle operation order that was set as filter.- Returns:
- the bundle operation order
-
setOrder
Sets the bundle operation order as filter.- Parameters:
order- the bundle operation order
-