Class TeamLocationSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.teamlocation.event.TeamLocationSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing a search filter to search for team location.
- Since:
- 18.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 TypeMethodDescriptiongetCode()Returns the codes of the team location that were set as filters.Returns the descriptions of the team location that were set as filters.getId()Returns the IDs of the team location that were set as filters.voidsetCode(Collection<String> code) Sets the codes of the team location to be used as a filter.voidsetDescription(String description) Sets the descriptions of the team location to be used as a filter.voidsetId(Collection<Long> id) Sets the IDs of the team location to be used as a 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
-
TeamLocationSearchFilter
public TeamLocationSearchFilter()
-
-
Method Details
-
getId
Returns the IDs of the team location that were set as filters.- Returns:
- id the IDs of the team location what were set as filters
-
setId
Sets the IDs of the team location to be used as a filter.- Parameters:
id- the IDs of the team location to be used as a filter
-
getDescription
Returns the descriptions of the team location that were set as filters.- Returns:
- description the descriptions of the team location that were set as filters
-
setDescription
Sets the descriptions of the team location to be used as a filter.- Parameters:
description- the descriptions of the team location to be used as a filter
-
getCode
Returns the codes of the team location that were set as filters.- Returns:
- id the codes of the team location what were set as filters
-
setCode
Sets the codes of the team location to be used as a filter.- Parameters:
code- the codes of the team location to be used as a filter
-