Class DTOBundleSkillDivisionFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.skilldivision.DTOBundleSkillDivisionFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a search filter to search for bundle skill divisions.
- 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 Collection<Long> Returns the collection of bundle ids that was set as filter.final Collection<Long> Returns the collection of bundle ids that was set as filter.final Collection<Long> getId()Returns the collection of bundle skill division ids that was set as filter.final Collection<Long> Returns the collection of skill division ids that was set as filter.final Collection<Long> Returns the collection of skill division ids that was set as filter.final voidsetBundleId(Collection<Long> bundleId) Sets the collection of bundle ids as filter.final voidsetId(Collection<Long> id) Sets the collection of bundle skill division ids as filter.final voidsetSkillDivisionId(Collection<Long> skillDivisionId) Sets the collection of skill division ids 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
-
DTOBundleSkillDivisionFilter
public DTOBundleSkillDivisionFilter()
-
-
Method Details
-
getId
Returns the collection of bundle skill division ids that was set as filter.- Returns:
- the bundle skill division ids
-
setId
Sets the collection of bundle skill division ids as filter.- Parameters:
id- the bundle skill division ids
-
getBundleId
Returns the collection of bundle ids that was set as filter.- Returns:
- the bundle ids
-
getBundle
Returns the collection of bundle ids that was set as filter. (forM2Mappercompatibility withBundleSkillDivisionSearchFilter).- Returns:
- the bundle ids
-
setBundleId
Sets the collection of bundle ids as filter.- Parameters:
bundleId- the bundle ids
-
getSkillDivisionId
Returns the collection of skill division ids that was set as filter.- Returns:
- the skill division ids
-
getSkillDivision
Returns the collection of skill division ids that was set as filter. (forM2Mappercompatibility withBundleSkillSearchFilter).- Returns:
- the skill ids
-
setSkillDivisionId
Sets the collection of skill division ids as filter.- Parameters:
skillDivisionId- the skill division ids
-