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