Class TeamModelSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.model.event.TeamModelSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the input for the
TeamModelSearchEvent. - Since:
- 17.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 TypeMethodDescriptionReturns the active team status.Returns the team model id that was set as filter.voidsetActiveTeam(Boolean activeTeam) Sets the active team status.voidsetTeamModel(Long teamModel) Sets the team model 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
-
TeamModelSearchFilter
public TeamModelSearchFilter()
-
-
Method Details
-
getTeamModel
Returns the team model id that was set as filter.- Returns:
- the teamModel
-
setTeamModel
Sets the team model id as filter.- Parameters:
teamModel- the teamModel
-
getActiveTeam
Returns the active team status.- Returns:
- the active team status
-
setActiveTeam
Sets the active team status.- Parameters:
activeTeam- the active team status to set
-