Class DTOFileFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.rs1.file.DTOFileFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO used to filter files.
- Since:
- 14.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 TypeMethodDescriptionfinal BooleanChecks if the file is active.final Collection<Long> Gets the author id.final Collection<Long> Gets the author id.final ZonedDateTimeRangeGets the creation date.final BooleanGets the deleted.final Collection<String> Gets the parent uuid.final BooleangetDraft()Checks if the file is draft.final ZonedDateTimeRangeGets the edit date.final Collection<Long> Gets the editor id.final Collection<Long> Gets the editor id.final ZonedDateTimeRangeGets the end validity date.final Collection<String> Gets the file extension.final Collection<Long> getId()Gets the id.final Collection<String> getName()Gets the name.final Collection<Long> Gets the origin id.final Collection<String> Gets the original name.final Collection<Long> Gets the origin id.final Collection<String> Gets the parent uuid (forM2Mappercompatibility withFileSearchFilter).final Collection<String> Gets the physical path.final ZonedDateTimeRangeGets the start validity date.final BooleanChecks if the file is a system resource.final Collection<Long> getType()Gets the type id.final Collection<Long> Gets the type id.final Collection<String> getUuid()Gets the uuid.final Collection<String> Gets the uuid path.final LongGets the version.final voidSets the file to active.final voidsetAuthorId(Collection<Long> authorId) Sets the author id.final voidsetCreationDate(ZonedDateTimeRange creationDate) Sets the creation date.final voidsetDeleted(Boolean deleted) Sets the deleted.final voidSets the file to draft.final voidsetEditDate(ZonedDateTimeRange editDate) Sets the edit date.final voidsetEditorId(Collection<Long> editorId) Sets the editor id.final voidsetEndValidityDate(ZonedDateTimeRange endValidityDate) Sets the end validity date.final voidsetFileExtension(Collection<String> fileExtension) Sets the file extension.final voidsetId(Collection<Long> id) Sets the id.final voidsetName(Collection<String> name) Sets the name.final voidsetOriginalName(Collection<String> originalName) Sets the original name.final voidsetOriginId(Collection<Long> originId) Sets the origin id.final voidsetParentUuid(Collection<String> parentUuid) Sets the parent uuid (forM2Mappercompatibility withFileSearchFilter).final voidsetPhysicalPath(Collection<String> physicalPath) Sets the physical path.final voidsetStartValidityDate(ZonedDateTimeRange startValidityDate) Sets the start validity date.final voidSets the file to system resource.final voidsetTypeId(Collection<Long> typeId) Sets the type id.final voidsetUuid(Collection<String> uuid) Sets the uuid.final voidsetUuidPath(Collection<String> uuidPath) Sets the uuid path.final voidsetVersion(Long version) Sets the version.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
-
DTOFileFilter
public DTOFileFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getVersion
Gets the version.- Returns:
- the version
-
setVersion
Sets the version.- Parameters:
version- the new version
-
getDeleted
Gets the deleted.- Returns:
- the deleted
-
setDeleted
Sets the deleted.- Parameters:
deleted- the new deleted
-
getUuid
Gets the uuid.- Returns:
- the uuid
-
setUuid
Sets the uuid.- Parameters:
uuid- the new uuid
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getDirectoryUuid
Gets the parent uuid.- Returns:
- the parent uuid
-
getParentUuid
Gets the parent uuid (forM2Mappercompatibility withFileSearchFilter).- Returns:
- the parent uuid
-
setParentUuid
Sets the parent uuid (forM2Mappercompatibility withFileSearchFilter).- Parameters:
parentUuid- the new parent uuid
-
getUuidPath
Gets the uuid path.- Returns:
- the uuid path
-
setUuidPath
Sets the uuid path.- Parameters:
uuidPath- the new uuid path
-
getCreationDate
Gets the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the new creation date
-
getEditDate
Gets the edit date.- Returns:
- the edit date
-
setEditDate
Sets the edit date.- Parameters:
editDate- the new edit date
-
getAuthor
Gets the author id.- Returns:
- the author id
-
getAuthorId
Gets the author id.- Returns:
- the author id
-
setAuthorId
Sets the author id.- Parameters:
authorId- the new author id
-
getEditor
Gets the editor id.- Returns:
- the editor id
-
getEditorId
Gets the editor id.- Returns:
- the editor id
-
setEditorId
Sets the editor id.- Parameters:
editorId- the new editor id
-
getType
Gets the type id.- Returns:
- the type id
-
getTypeId
Gets the type id.- Returns:
- the type id
-
setTypeId
Sets the type id.- Parameters:
typeId- the new type id
-
getStartValidityDate
Gets the start validity date.- Returns:
- the start validity date
-
setStartValidityDate
Sets the start validity date.- Parameters:
startValidityDate- the new start validity date
-
getEndValidityDate
Gets the end validity date.- Returns:
- the end validity date
-
setEndValidityDate
Sets the end validity date.- Parameters:
endValidityDate- the new end validity date
-
getSystem
Checks if the file is a system resource.- Returns:
- true if the file is a system resource, false otherwise
-
setSystem
Sets the file to system resource.- Parameters:
system- true if the file must be a system resource, false otherwise
-
getOrigin
Gets the origin id.- Returns:
- the origin id
-
getOriginId
Gets the origin id.- Returns:
- the origin id
-
setOriginId
Sets the origin id.- Parameters:
originId- the new origin id
-
getPhysicalPath
Gets the physical path.- Returns:
- the physical path
-
setPhysicalPath
Sets the physical path.- Parameters:
physicalPath- the new physical path
-
getFileExtension
Gets the file extension.- Returns:
- the file extension
-
setFileExtension
Sets the file extension.- Parameters:
fileExtension- the new file extension
-
getOriginalName
Gets the original name.- Returns:
- the original name
-
setOriginalName
Sets the original name.- Parameters:
originalName- the new original name
-
getActive
Checks if the file is active.- Returns:
- true if the file is active, false otherwise
-
setActive
Sets the file to active.- Parameters:
active- true if the file must be active, false otherwise
-
getDraft
Checks if the file is draft.- Returns:
- true if the file is draft, false otherwise
-
setDraft
Sets the file to draft.- Parameters:
draft- true if the file must be draft, false otherwise
-