Class DTOBundleSkillFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.rs1.skill.DTOBundleSkillFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO representing a search filter to search for bundle skills.
- 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 LongReturns the cardinality that was set as filter.final Collection<Long> getId()Returns the collection of bundle skill ids that was set as filter.final Collection<Long> getSkill()Returns the collection of skill ids that was set as filter.final Collection<Long> Returns the collection of skill ids that was set as filter.final voidsetBundleId(Collection<Long> bundleId) Sets the collection of bundle ids as filter.final voidsetCardinality(Long cardinality) Sets the cardinality as filter.final voidsetId(Collection<Long> id) Sets the collection of bundle skill ids as filter.final voidsetSkillId(Collection<Long> skillId) Sets the collection of skill 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
-
DTOBundleSkillFilter
public DTOBundleSkillFilter()
-
-
Method Details
-
getId
Returns the collection of bundle skill ids that was set as filter.- Returns:
- the bundle skill ids
-
setId
Sets the collection of bundle skill ids as filter.- Parameters:
id- the bundle skill 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 withBundleSkillSearchFilter).- Returns:
- the bundle ids
-
setBundleId
Sets the collection of bundle ids as filter.- Parameters:
bundleId- the bundle ids
-
getSkillId
Returns the collection of skill ids that was set as filter.- Returns:
- the skill ids
-
getSkill
Returns the collection of skill ids that was set as filter. (forM2Mappercompatibility withBundleSkillSearchFilter).- Returns:
- the skill ids
-
setSkillId
Sets the collection of skill ids as filter.- Parameters:
skillId- the skill ids
-
getCardinality
Returns the cardinality that was set as filter.- Returns:
- the cardinality
-
setCardinality
Sets the cardinality as filter.- Parameters:
cardinality- the cardinality
-