Class BundleCriterionSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.criterion.event.BundleCriterionSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the
BundleCriterionSearchEvent. - 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 bundling rule that was set as filter.Returns the bundle criterion elaboration that was set as filter.Returns the bundling execution type that was set as filter.getId()Returns the bundle criterion id that was set as filter.Returns the location bundling type that was set as filter.Returns the municipality that was set as filter.Returns the operation center id that was set as filter.Returns the operation type id that was set as filter.Returns the request type id that was set as filter.Returns the service type id that was set as filter.Returns the street that was set as filter.Returns the street number that was set as filter.Returns the team cardinality id that was set as filter.Returns the technical object id that was set as filter.Returns the technical object bundling type that was set as filter.Returns the technical object type id that was set as filter.Returns the time interval bundling type that was set as filter.Returns the time interval end date that was set as filter.Returns the time interval start date that was set as filter.voidsetBundlingRule(Long bundlingRule) Sets the bundling rule as filter.voidsetElaboration(Long elaboration) Sets the bundle criterion elaboration as filter.voidsetExecutionType(Long executionType) Sets the bundling execution type as filter.voidsetId(Collection<Long> id) Sets the bundle criterion id as filter.voidsetLocationBundlingType(Long locationBundlingType) Sets the location bundling type as filter.voidsetMunicipality(String municipality) Sets the municipality as filter.voidsetOperationCenter(Long operationCenter) Sets the operation center id as filter.voidsetOperationType(Long operationType) Sets the operation type id as filter.voidsetRequestType(Long requestType) Sets the request type id as filter.voidsetServiceType(Long serviceType) Sets the service type id as filter.voidSets the street as filter.voidsetStreetNumber(Long streetNumber) Sets the street number as filter.voidsetTeamCardinality(Long teamCardinality) Sets the team cardinality id as filter.voidsetTechnicalObject(Long technicalObject) Sets the technical object id as filter.voidsetTechnicalObjectBundlingType(Long technicalObjectBundlingType) Sets the technical object bundling type as filter.voidsetTechnicalObjectType(Long technicalObjectType) Sets the technical object type id as filter.voidsetTimeIntervalBundlingType(Long timeIntervalBundlingType) Sets the time interval bundling type as filter.voidsetTimeIntervalEndDate(Date timeIntervalEndDate) Sets the time interval end date as filter.voidsetTimeIntervalStartDate(Date timeIntervalStartDate) Sets the time interval start date 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
-
BundleCriterionSearchFilter
public BundleCriterionSearchFilter()
-
-
Method Details
-
getId
Returns the bundle criterion id that was set as filter.- Returns:
- the bundle criterion id
-
setId
Sets the bundle criterion id as filter.- Parameters:
id- the bundle criterion id
-
getBundlingRule
Returns the bundling rule that was set as filter.- Returns:
- the bundling rule header
-
setBundlingRule
Sets the bundling rule as filter.- Parameters:
bundlingRule- the bundling rule header
-
getExecutionType
Returns the bundling execution type that was set as filter.- Returns:
- the bundling execution type
-
setExecutionType
Sets the bundling execution type as filter.- Parameters:
executionType- the bundling execution type
-
getOperationCenter
Returns the operation center id that was set as filter.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id as filter.- Parameters:
operationCenter- the operation center id
-
getTechnicalObjectBundlingType
Returns the technical object bundling type that was set as filter.- Returns:
- the technical object bundling type
-
setTechnicalObjectBundlingType
Sets the technical object bundling type as filter.- Parameters:
technicalObjectBundlingType- the technical object bundling type
-
getTechnicalObject
Returns the technical object id that was set as filter.- Returns:
- the technical object id
-
setTechnicalObject
Sets the technical object id as filter.- Parameters:
technicalObject- the technical object id
-
getLocationBundlingType
Returns the location bundling type that was set as filter.- Returns:
- the location bundling type
-
setLocationBundlingType
Sets the location bundling type as filter.- Parameters:
locationBundlingType- the location bundling type
-
getMunicipality
Returns the municipality that was set as filter.- Returns:
- the municipality
-
setMunicipality
Sets the municipality as filter.- Parameters:
municipality- the municipality
-
getStreet
Returns the street that was set as filter.- Returns:
- the street
-
setStreet
Sets the street as filter.- Parameters:
street- the street
-
getStreetNumber
Returns the street number that was set as filter.- Returns:
- the street number
-
setStreetNumber
Sets the street number as filter.- Parameters:
streetNumber- the street number
-
getRequestType
Returns the request type id that was set as filter.- Returns:
- the request type id
-
setRequestType
Sets the request type id as filter.- Parameters:
requestType- the request type id
-
getServiceType
Returns the service type id that was set as filter.- Returns:
- the service type id
-
setServiceType
Sets the service type id as filter.- Parameters:
serviceType- the service type id
-
getTechnicalObjectType
Returns the technical object type id that was set as filter.- Returns:
- the technical object type id
-
setTechnicalObjectType
Sets the technical object type id as filter.- Parameters:
technicalObjectType- the technical object type id
-
getOperationType
Returns the operation type id that was set as filter.- Returns:
- the operation type id
-
setOperationType
Sets the operation type id as filter.- Parameters:
operationType- the operation type id
-
getTeamCardinality
Returns the team cardinality id that was set as filter.- Returns:
- the team cardinality id
-
setTeamCardinality
Sets the team cardinality id as filter.- Parameters:
teamCardinality- the team cardinality id
-
getTimeIntervalBundlingType
Returns the time interval bundling type that was set as filter.- Returns:
- the time interval bundling type
-
setTimeIntervalBundlingType
Sets the time interval bundling type as filter.- Parameters:
timeIntervalBundlingType- the time interval bundling type
-
getTimeIntervalStartDate
Returns the time interval start date that was set as filter.- Returns:
- the time interval start date
-
setTimeIntervalStartDate
Sets the time interval start date as filter.- Parameters:
timeIntervalStartDate- the time interval start date
-
getTimeIntervalEndDate
Returns the time interval end date that was set as filter.- Returns:
- the time interval end date
-
setTimeIntervalEndDate
Sets the time interval end date as filter.- Parameters:
timeIntervalEndDate- the time interval end date
-
getElaboration
Returns the bundle criterion elaboration that was set as filter.- Returns:
- the elaboration
-
setElaboration
Sets the bundle criterion elaboration as filter.- Parameters:
elaboration- the elaboration
-