Class DTODataCollectionTemplateFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.datacollection.rs1.template.DTODataCollectionTemplateFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO used as data collection template search filter.
- Since:
- 22.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 TypeMethodDescriptionReturns the data collection template active filter.getCode()Returns the data collection template code filter.Returns the data collection template creation date range filter.Returns the data collection template creation user id filter.Returns the data collection template creation user id filter.Returns the data collection template description filter.Returns the enable sheet lock filter.final Collection<Long> getId()Returns the data collection template id filter.Returns the data collection template last modified date range filter.Returns the data collection template last modified user id filter.Returns the data collection template last modified user id filter.getScope()Returns the data collection template scope id filter.Returns the data collection template scope id filter.Returns the data collection template sheet dynamic generable filter.getType()Returns the data collection template type id filter.Returns the data collection template type id filter.voidSets the data collection template active filter.voidsetCode(Collection<String> code) Sets the data collection template code filter.voidsetCreationDate(ZonedDateTimeRange creationDate) Sets the data collection template creation date range filter.voidsetCreationUserId(Collection<Long> creationUserId) Sets the data collection template creation user id filter.voidsetDescription(String description) Sets the data collection template description filter.voidsetEnableSheetLock(Boolean enableSheetLock) Sets the enable sheet lock filter.final voidsetId(Collection<Long> id) Sets the data collection template id filter.voidsetLastModifiedDate(ZonedDateTimeRange lastModifiedDate) Sets the data collection template last modified date range filter.voidsetLastModifiedUserId(Collection<Long> lastModifiedUserId) Sets the data collection template last modified user id filter.voidsetScopeId(Collection<Long> scopeId) Sets the data collection template scope id filter.voidsetSheetMobileGenerable(Boolean sheetMobileGenerable) Sets the data collection template sheet dynamic generable filter.voidsetTypeId(Collection<Long> typeId) Sets the data collection template type id 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
-
DTODataCollectionTemplateFilter
public DTODataCollectionTemplateFilter()
-
-
Method Details
-
getId
Returns the data collection template id filter.- Returns:
- the id
-
setId
Sets the data collection template id filter.- Parameters:
id- the new id
-
getCode
Returns the data collection template code filter.- Returns:
- the code collection
-
setCode
Sets the data collection template code filter.- Parameters:
code- the code collection
-
getDescription
Returns the data collection template description filter.- Returns:
- the description
-
setDescription
Sets the data collection template description filter.- Parameters:
description- the description
-
getActive
Returns the data collection template active filter.- Returns:
- true if the template is active, false otherwise
-
setActive
Sets the data collection template active filter.- Parameters:
active- true if the template is active, false otherwise
-
getCreationDate
Returns the data collection template creation date range filter.- Returns:
- the creation date range
-
setCreationDate
Sets the data collection template creation date range filter.- Parameters:
creationDate- the creation date range
-
getCreationUserId
Returns the data collection template creation user id filter.- Returns:
- the creation user id
-
getCreationUsers
Returns the data collection template creation user id filter. (forM2Mappercompatibility withDataCollectionTemplateHeaderSearchFilter).- Returns:
- the creation user id
-
setCreationUserId
Sets the data collection template creation user id filter.- Parameters:
creationUserId- the creation user id
-
getLastModifiedDate
Returns the data collection template last modified date range filter.- Returns:
- the last modified date range
-
setLastModifiedDate
Sets the data collection template last modified date range filter.- Parameters:
lastModifiedDate- the last modified date range
-
getLastModifiedUserId
Returns the data collection template last modified user id filter.- Returns:
- the last modified user id
-
getLastModifiedUsers
Returns the data collection template last modified user id filter. (forM2Mappercompatibility withDataCollectionTemplateHeaderSearchFilter).- Returns:
- the last modified user id
-
setLastModifiedUserId
Sets the data collection template last modified user id filter.- Parameters:
lastModifiedUserId- the last modified user id
-
getScopeId
Returns the data collection template scope id filter.- Returns:
- the scope id
-
getScope
Returns the data collection template scope id filter. (forM2Mappercompatibility withDataCollectionTemplateHeaderSearchFilter).- Returns:
- the scope id
-
setScopeId
Sets the data collection template scope id filter.- Parameters:
scopeId- the scope id
-
getTypeId
Returns the data collection template type id filter.- Returns:
- the type id
-
getType
Returns the data collection template type id filter. (forM2Mappercompatibility withDataCollectionTemplateHeaderSearchFilter).- Returns:
- the type id
-
setTypeId
Sets the data collection template type id filter.- Parameters:
typeId- the type id
-
getSheetMobileGenerable
Returns the data collection template sheet dynamic generable filter.- Returns:
- true if the sheet is dynamic generable, false otherwise
-
setSheetMobileGenerable
Sets the data collection template sheet dynamic generable filter.- Parameters:
sheetMobileGenerable- true if the sheet is dynamic generable, false otherwise
-
getEnableSheetLock
Returns the enable sheet lock filter.- Returns:
- the enable sheet lock, false otherwise
-
setEnableSheetLock
Sets the enable sheet lock filter.- Parameters:
enableSheetLock- the enable sheet lock, false otherwise
-