Class MaterialItemSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.bl.item.event.MaterialItemSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the
BOMaterialItem. - Since:
- 17.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 TypeMethodDescriptionChecks if the material item type that was set as filter is active.getCode()Returns the material item type description that was set as filter.getId()Returns the collection of the on call shift id that was set as filter.getOrder()Returns the material item type order that was set as filter.voidSets the material item type to active as filter.voidsetCode(Collection<String> code) voidsetDescription(LocalizedString description) Sets the material item type description as filter.voidsetId(Collection<Long> id) Sets the collection of the on call shift id as filter.voidSets the material item type order 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
-
MaterialItemSearchFilter
public MaterialItemSearchFilter()
-
-
Method Details
-
getId
Returns the collection of the on call shift id that was set as filter.- Returns:
- the collection of id
-
setId
Sets the collection of the on call shift id as filter.- Parameters:
id- the collection of id
-
getCode
-
setCode
-
getDescription
Returns the material item type description that was set as filter.- Returns:
- the material item type description
-
setDescription
Sets the material item type description as filter.- Parameters:
description- the material item type description
-
getOrder
Returns the material item type order that was set as filter.- Returns:
- the material item type order
-
setOrder
Sets the material item type order as filter.- Parameters:
order- the material item type order
-
getActive
Checks if the material item type that was set as filter is active.- Returns:
- true if the material item type is active, false otherwise
-
setActive
Sets the material item type to active as filter.- Parameters:
active- true if the material item type must be active, false otherwise
-