Class SharedResourceSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.bl.sharedresource.event.SharedResourceSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- Direct Known Subclasses:
DirectorySearchFilter,FileSearchFilter
Business object representing a search filter for the shared resource.
- Since:
- 14.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 TypeMethodDescriptionReturns the shared resource author id that was set as filter.Returns the shared resource creation date that was set as filter.Returns the shared resource creation central date that was set as filter.Returns the shared resource edit date that was set as filter.Returns the shared resource edit central date that was set as filter.Return the shared resource editor id that was set as filter.Returns the end validity date that was set as filter.getId()Returns the shared resource ids that were set as filter.getName()Returns the shared resource name that was set as filter.Returns the origin id.Returns the shared resource parent uuid that was set as filter.Returns the shared resource raw tag list that was set as filter.Returns the start validity date that was set as filter.Checks if the shared resource is a system resource.getType()Returns the shared resource type id that was set as filter.getUuid()Returns the shared resource uuid that was set as filter.Returns the shared resource uuid path that was set as filter.Returns the shared resource version that was set as filter.isActive()Checks if the shared resource that was set as filter is active.Checks if the shared resource that was set as filter is deleted.isDraft()Checks if the shared resource that was set as filter is draft.voidSets the shared resource to active as filter.voidsetAuthor(Collection<Long> author) Sets the shared resource author as filter.voidsetCreationDate(DateTimeRange creationDate) Sets the shared resource creation date as filter.voidsetCreationDateCentral(DateTimeRange creationDateCentral) Sets the shared resource creation central date as filter.voidsetDeleted(Boolean deleted) Sets the shared resource to deleted as filter.voidSets the shared resource to draft as filter.voidsetEditDate(DateTimeRange editDate) Sets the shared resource edit date as filter.voidsetEditDateCentral(DateTimeRange editDateCentral) Sets the shared resource edit central date as filter.voidsetEditor(Collection<Long> editor) Sets the shared resource editor id as filter.voidsetEndValidityDate(DateTimeRange endValidityDate) Sets the end validity date as filter.voidsetId(Collection<Long> id) Sets the shared resource ids as filter.voidsetName(Collection<String> name) Sets the shared resource name as filter.voidsetOrigin(Collection<Long> origin) Sets the origin id.voidsetParentUuid(Collection<String> parentUuid) Sets the shared resource parent uuid as filter.voidsetRawTagList(String rawTagList) Sets the shared resource raw tag list as filter.voidsetStartValidityDate(DateTimeRange startValidityDate) Sets the start validity date as filter.voidSets the shared resource to system.voidsetType(Collection<Long> type) Sets the shared resource type id as filter.voidsetUuid(Collection<String> uuid) Sets the shared resource uuid as filter.voidsetUuidPath(Collection<String> uuidPath) Sets the shared resource uuid path as filter.voidsetVersion(Long version) Sets the shared resource version 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
-
SharedResourceSearchFilter
public SharedResourceSearchFilter()
-
-
Method Details
-
getId
Returns the shared resource ids that were set as filter.- Returns:
- the shared resource ids
-
setId
Sets the shared resource ids as filter.- Parameters:
id- the shared resource ids
-
getVersion
Returns the shared resource version that was set as filter.- Returns:
- the shared resource version
-
setVersion
Sets the shared resource version as filter.- Parameters:
version- the shared resource version
-
isDeleted
Checks if the shared resource that was set as filter is deleted.- Returns:
- true if is the shared resource is deleted, false otherwise
-
setDeleted
Sets the shared resource to deleted as filter.- Parameters:
deleted- true if the shared resource must be deleted, false otherwise
-
isActive
Checks if the shared resource that was set as filter is active.- Returns:
- true if is the shared resource is active, false otherwise
-
setActive
Sets the shared resource to active as filter.- Parameters:
active- true if the shared resource must be active, false otherwise
-
isDraft
Checks if the shared resource that was set as filter is draft.- Returns:
- true if is the shared resource is draft, false otherwise
-
setDraft
Sets the shared resource to draft as filter.- Parameters:
draft- true if the shared resource must be draft, false otherwise
-
getUuid
Returns the shared resource uuid that was set as filter.- Returns:
- the shared resource uuid
-
setUuid
Sets the shared resource uuid as filter.- Parameters:
uuid- the shared resource uuid
-
getName
Returns the shared resource name that was set as filter.- Returns:
- the shared resource name
-
setName
Sets the shared resource name as filter.- Parameters:
name- the shared resource name
-
getParentUuid
Returns the shared resource parent uuid that was set as filter.- Returns:
- the shared resource parent uuid
-
setParentUuid
Sets the shared resource parent uuid as filter.- Parameters:
parentUuid- the shared resource parent uuid
-
getUuidPath
Returns the shared resource uuid path that was set as filter.- Returns:
- the shared resource uuid path
-
setUuidPath
Sets the shared resource uuid path as filter.- Parameters:
uuidPath- the shared resource uuid path
-
getCreationDate
Returns the shared resource creation date that was set as filter.- Returns:
- the shared resource creation date
-
setCreationDate
Sets the shared resource creation date as filter.- Parameters:
creationDate- the shared resource creation date
-
getCreationDateCentral
Returns the shared resource creation central date that was set as filter.- Returns:
- the shared resource creation central date
-
setCreationDateCentral
Sets the shared resource creation central date as filter.- Parameters:
creationDateCentral- the shared resource creation central date
-
getEditDate
Returns the shared resource edit date that was set as filter.- Returns:
- the shared resource edit date
-
setEditDate
Sets the shared resource edit date as filter.- Parameters:
editDate- the shared resource edit date
-
getEditDateCentral
Returns the shared resource edit central date that was set as filter.- Returns:
- the shared resource edit central date
-
setEditDateCentral
Sets the shared resource edit central date as filter.- Parameters:
editDateCentral- the shared resource edit central date
-
getRawTagList
Returns the shared resource raw tag list that was set as filter.- Returns:
- the shared resource raw tag list
-
setRawTagList
Sets the shared resource raw tag list as filter.- Parameters:
rawTagList- the shared resource raw tag list
-
getAuthor
Returns the shared resource author id that was set as filter.- Returns:
- the shared resource author id
-
setAuthor
Sets the shared resource author as filter.- Parameters:
author- the shared resource author id
-
getEditor
Return the shared resource editor id that was set as filter.- Returns:
- the shared resource editor id
-
setEditor
Sets the shared resource editor id as filter.- Parameters:
editor- the shared resource editor id
-
getType
Returns the shared resource type id that was set as filter.- Returns:
- the shared resource type id
-
setType
Sets the shared resource type id as filter.- Parameters:
type- the shared resource type id
-
getStartValidityDate
Returns the start validity date that was set as filter.- Returns:
- the start validity date
-
setStartValidityDate
Sets the start validity date as filter.- Parameters:
startValidityDate- the start validity date
-
getEndValidityDate
Returns the end validity date that was set as filter.- Returns:
- the end validity date
-
setEndValidityDate
Sets the end validity date as filter.- Parameters:
endValidityDate- the end validity date
-
getSystem
Checks if the shared resource is a system resource.- Returns:
- true if the shared resource is a system resource, false otherwise
-
setSystem
Sets the shared resource to system.- Parameters:
system- true if the shared resource must be a system resource, false otherwise
-
getOrigin
Returns the origin id.- Returns:
- the origin id
-
setOrigin
Sets the origin id.- Parameters:
origin- the origin id
-