Class DTOBundleOperationFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.operation.DTOBundleOperationFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a search filter to search for bundles operations.
- Since:
- 21.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal ZonedDateTimeRangeReturns the bundle operation creation date.final Collection<Long> Returns the bundle operation creation user that was set as filter.final Collection<Long> Returns the bundle operation creation user that was set as filter.final LonggetOrder()Returns the bundle operation order that was set as filter.final Collection<Long> Returns the set of bundle operation status that was set as filter.final Collection<Long> Returns the set of bundle operation states that was set as filter.final Collection<Long> Returns the work order operation id that was set as filter.final Collection<Long> Returns the work order operation id that was set as filter.final voidsetInsertDate(ZonedDateTimeRange insertDate) Sets the bundle operation creation date.final voidsetInsertUserId(Collection<Long> insertUserId) Sets the bundle operation creation user as filter.final voidSets the bundle operation order as filter.final voidsetStatusId(Collection<Long> statusId) Sets the set of bundle operation states as filter.final voidsetWorkOrderOperationId(Collection<Long> workOrderOperationId) 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
-
DTOBundleOperationFilter
public DTOBundleOperationFilter()
-
-
Method Details
-
getWorkOrderOperationId
Returns the work order operation id that was set as filter.- Returns:
- the work order operation id
-
getWorkOrderOperation
Returns the work order operation id that was set as filter. (forM2Mappercompatibility withBundleOperationSearchFilter).- Returns:
- the work order operation id
-
setWorkOrderOperationId
Sets the work order operation id as filter.- Parameters:
workOrderOperationId- the work order operation id
-
getInsertUserId
Returns the bundle operation creation user that was set as filter.- Returns:
- the creation user id
-
getInsertUser
Returns the bundle operation creation user that was set as filter. (forM2Mappercompatibility withBundleOperationSearchFilter).- Returns:
- the creation user id
-
setInsertUserId
Sets the bundle operation creation user as filter.- Parameters:
insertUserId- 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
-
getStatusId
Returns the set of bundle operation states that was set as filter.- Returns:
- the states of bundle operation states
-
getStatus
Returns the set of bundle operation status that was set as filter. (forM2Mappercompatibility withBundleOperationSearchFilter).- Returns:
- the states of bundle operation states
-
setStatusId
Sets the set of bundle operation states as filter.- Parameters:
statusId- the states of bundle operation states
-
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
-