Class RoughPlanningSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.event.RoughPlanningSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input for the
RoughPlanningSearchEvent. - Since:
- 18.0
- See Also:
-
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 TypeMethodDescriptiongetCode()Returns the rough planning code that was set as filter.Returns the rough planning creation date to searchReturns the rough planning creation user that was set as filter.Returns the rough planning description that was set as filter.Returns the rough planning end date from search toReturns the rough planning end date to search toReturns the operation center id that was set as filter.Returns the rough planning start date from search toReturns the rough planning start date to search toReturns the set of states used as filter.voidsetCode(Collection<String> code) Sets the rough planning codevoidsetCreationDate(DateTimeRange creationDate) Sets the rough planning creation date to searchvoidsetCreationUser(Collection<Long> creationUser) Sets the rough planning creation uservoidsetDescription(String description) Sets the rough planning descriptionvoidsetEndDateFrom(Date endDateFrom) Sets the rough planning end date from search tovoidsetEndDateTo(Date endDateTo) Sets the rough planning end date to search tovoidsetOperationCenter(Long operationCenter) Sets the operation center idvoidsetStartDateFrom(Date startDateFrom) Sets the rough planning start date from search tovoidsetStartDateTo(Date startDateTo) Sets the rough planning start date to search tovoidsetStates(Collection<Long> states) Sets the set of states to use 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
-
RoughPlanningSearchFilter
public RoughPlanningSearchFilter()
-
-
Method Details
-
getOperationCenter
Returns the operation center id that was set as filter.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id- Parameters:
operationCenter- the operation center id
-
getDescription
Returns the rough planning description that was set as filter.- Returns:
- the rough planning description
-
setDescription
Sets the rough planning description- Parameters:
description- the rough planning description
-
getCode
Returns the rough planning code that was set as filter.- Returns:
- the rough planning code
-
setCode
Sets the rough planning code- Parameters:
code- the rough planning code
-
getStates
Returns the set of states used as filter.- Returns:
- the set of states
-
setStates
Sets the set of states to use as filter.- Parameters:
states- the set of states
-
getCreationDate
Returns the rough planning creation date to search- Returns:
- the rough planning creation date to search
-
setCreationDate
Sets the rough planning creation date to search- Parameters:
creationDate- the rough planning creation date to search
-
getCreationUser
Returns the rough planning creation user that was set as filter.- Returns:
- the rough planning creation user
-
setCreationUser
Sets the rough planning creation user- Parameters:
creationUser- the rough planning creation user
-
getStartDateFrom
Returns the rough planning start date from search to- Returns:
- the rough planning start date from search to
-
setStartDateFrom
Sets the rough planning start date from search to- Parameters:
startDateFrom- the rough planning start date from search to
-
getStartDateTo
Returns the rough planning start date to search to- Returns:
- the rough planning start date to search to
-
setStartDateTo
Sets the rough planning start date to search to- Parameters:
startDateTo- the rough planning start date to search to
-
getEndDateFrom
Returns the rough planning end date from search to- Returns:
- the rough planning end date from search to
-
setEndDateFrom
Sets the rough planning end date from search to- Parameters:
endDateFrom- the rough planning end date from search to
-
getEndDateTo
Returns the rough planning end date to search to- Returns:
- the rough planning end date to search to
-
setEndDateTo
Sets the rough planning end date to search to- Parameters:
endDateTo- the rough planning end date to search to
-