Class AccountSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.account.event.AccountSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a search filter for the account.
- Since:
- 16.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 TypeMethodDescriptiongetCode()Returns the account code that was set as filter.Returns the account description that was set as filter.Returns the account external code that was set as filter.Returns the account external system that was set as filter.getId()Returns the account id that was set as filter.getNote()Returns the account note that was set as filter.Returns the account operation center that was set as filter.getType()Returns the account type that was set as filter.Returns the account work center that was set as filter.voidsetCode(Collection<String> code) Sets the account code as filter.voidsetDescription(String description) Sets the account description as filter.voidsetExternalCode(String externalCode) Sets the account external code as filter.voidsetExternalSystem(Collection<Long> externalSystem) Sets the account external system as filter.voidsetId(Collection<Long> id) Sets the account id as filter.voidSets the account note as filter.voidsetOperationCenter(Collection<Long> operationCenter) Sets the account operation center as filter.voidsetType(Collection<Long> type) Sets the account type as filter.voidsetWorkCenter(Collection<Long> workCenter) Sets the account work center 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
-
AccountSearchFilter
public AccountSearchFilter()
-
-
Method Details
-
getId
Returns the account id that was set as filter.- Returns:
- the account id
-
setId
Sets the account id as filter.- Parameters:
id- the account id
-
getCode
Returns the account code that was set as filter.- Returns:
- the account code
-
setCode
Sets the account code as filter.- Parameters:
code- the account code
-
getDescription
Returns the account description that was set as filter.- Returns:
- the account description
-
setDescription
Sets the account description as filter.- Parameters:
description- the account description
-
getType
Returns the account type that was set as filter.- Returns:
- the account type
-
setType
Sets the account type as filter.- Parameters:
type- the account type
-
getNote
Returns the account note that was set as filter.- Returns:
- the account note
-
setNote
Sets the account note as filter.- Parameters:
note- the account note
-
getOperationCenter
Returns the account operation center that was set as filter.- Returns:
- the account operation center
-
setOperationCenter
Sets the account operation center as filter.- Parameters:
operationCenter- the account operation center
-
getExternalCode
Returns the account external code that was set as filter.- Returns:
- the account external code
-
setExternalCode
Sets the account external code as filter.- Parameters:
externalCode- the account external code
-
getExternalSystem
Returns the account external system that was set as filter.- Returns:
- the account external system
-
setExternalSystem
Sets the account external system as filter.- Parameters:
externalSystem- the account external system
-
getWorkCenter
Returns the account work center that was set as filter.- Returns:
- the account work center
-
setWorkCenter
Sets the account work center as filter.- Parameters:
workCenter- the account work center
-