Class DLFolderWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DLFolder>
com.liferay.document.library.kernel.model.DLFolderWrapper
- All Implemented Interfaces:
DLFolder,DLFolderModel,AuditedModel,BaseModel<DLFolder>,CTModel<DLFolder>,ClassedModel,ContainerModel,ExternalReferenceCodeModel,GroupedModel,ModelWrapper<DLFolder>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,TrashedModel,TreeModel,WorkflowedModel,Serializable,Cloneable,Comparable<DLFolder>
public class DLFolderWrapper
extends BaseModelWrapper<DLFolder>
implements DLFolder, ModelWrapper<DLFolder>
This class is a wrapper for DLFolder.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.document.library.kernel.model.DLFolder
FOLDER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this document library folder.longReturns the container model ID of this document library folder.Returns the container name of this document library folder.Returns the create date of this document library folder.longReturns the ct collection ID of this document library folder.longReturns the default file entry type ID of this document library folder.Returns the description of this document library folder.Returns the external reference code of this document library folder.longReturns the folder ID of this document library folder.longReturns the group ID of this document library folder.booleanReturns the hidden of this document library folder.Returns the last post date of this document library folder.Returns the last publish date of this document library folder.Returns the modified date of this document library folder.booleanReturns the mount point of this document library folder.longReturns the mvcc version of this document library folder.getName()Returns the name of this document library folder.longReturns the parent container model ID of this document library folder.longReturns the parent folder ID of this document library folder.getPath()String[]longReturns the primary key of this document library folder.longReturns the repository ID of this document library folder.intReturns the restriction type of this document library folder.intReturns the status of this document library folder.longReturns the status by user ID of this document library folder.Returns the status by user name of this document library folder.Returns the status by user uuid of this document library folder.Returns the status date of this document library folder.longReturns the class primary key of the trash entry for this document library folder.Returns the tree path of this document library folder.longReturns the user ID of this document library folder.Returns the user name of this document library folder.Returns the user uuid of this document library folder.getUuid()Returns the uuid of this document library folder.booleanbooleanhasLock()booleanReturnstrueif this document library folder is approved.booleanisDenied()Returnstrueif this document library folder is denied.booleanisDraft()Returnstrueif this document library folder is a draft.booleanReturnstrueif this document library folder is expired.booleanisHidden()Returnstrueif this document library folder is hidden.booleanReturnstrueif this document library folder is inactive.booleanReturnstrueif this document library folder is incomplete.booleanbooleanReturnstrueif this document library folder is in the Recycle Bin.booleanisLocked()booleanReturnstrueif this document library folder is mount point.booleanReturnstrueif this document library folder is pending.booleanisRoot()booleanReturnstrueif this document library folder is scheduled.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this document library folder.voidsetContainerModelId(long containerModelId) Sets the container model ID of this document library folder.voidsetCreateDate(Date createDate) Sets the create date of this document library folder.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library folder.voidsetDefaultFileEntryTypeId(long defaultFileEntryTypeId) Sets the default file entry type ID of this document library folder.voidsetDescription(String description) Sets the description of this document library folder.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this document library folder.voidsetFolderId(long folderId) Sets the folder ID of this document library folder.voidsetGroupId(long groupId) Sets the group ID of this document library folder.voidsetHidden(boolean hidden) Sets whether this document library folder is hidden.voidsetLastPostDate(Date lastPostDate) Sets the last post date of this document library folder.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this document library folder.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this document library folder.voidsetMountPoint(boolean mountPoint) Sets whether this document library folder is mount point.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this document library folder.voidSets the name of this document library folder.voidsetParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this document library folder.voidsetParentFolderId(long parentFolderId) Sets the parent folder ID of this document library folder.voidsetPrimaryKey(long primaryKey) Sets the primary key of this document library folder.voidsetRepositoryId(long repositoryId) Sets the repository ID of this document library folder.voidsetRestrictionType(int restrictionType) Sets the restriction type of this document library folder.voidsetStatus(int status) Sets the status of this document library folder.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this document library folder.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this document library folder.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this document library folder.voidsetStatusDate(Date statusDate) Sets the status date of this document library folder.voidsetTreePath(String treePath) Sets the tree path of this document library folder.voidsetUserId(long userId) Sets the user ID of this document library folder.voidsetUserName(String userName) Sets the user name of this document library folder.voidsetUserUuid(String userUuid) Sets the user uuid of this document library folder.voidSets the uuid of this document library folder.voidupdateTreePath(String treePath) protected DLFolderWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
cloneMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
getPrimaryKeyObj
-
Constructor Details
-
DLFolderWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<DLFolder>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<DLFolder>
-
buildTreePath
- Specified by:
buildTreePathin interfaceTreeModel- Throws:
PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<DLFolder>- Specified by:
cloneWithOriginalValuesin interfaceDLFolderModel
-
getAncestorFolderIds
- Specified by:
getAncestorFolderIdsin interfaceDLFolder- Throws:
PortalException
-
getAncestors
- Specified by:
getAncestorsin interfaceDLFolder- Throws:
PortalException
-
getCompanyId
public long getCompanyId()Returns the company ID of this document library folder.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceDLFolderModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this document library folder
-
getContainerModelId
public long getContainerModelId()Returns the container model ID of this document library folder.- Specified by:
getContainerModelIdin interfaceContainerModel- Specified by:
getContainerModelIdin interfaceDLFolderModel- Returns:
- the container model ID of this document library folder
-
getContainerModelName
Returns the container name of this document library folder.- Specified by:
getContainerModelNamein interfaceContainerModel- Specified by:
getContainerModelNamein interfaceDLFolderModel- Returns:
- the container name of this document library folder
-
getCreateDate
Returns the create date of this document library folder.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceDLFolderModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this document library folder
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this document library folder.- Specified by:
getCtCollectionIdin interfaceCTModel<DLFolder>- Specified by:
getCtCollectionIdin interfaceDLFolderModel- Returns:
- the ct collection ID of this document library folder
-
getDefaultFileEntryTypeId
public long getDefaultFileEntryTypeId()Returns the default file entry type ID of this document library folder.- Specified by:
getDefaultFileEntryTypeIdin interfaceDLFolderModel- Returns:
- the default file entry type ID of this document library folder
-
getDescription
Returns the description of this document library folder.- Specified by:
getDescriptionin interfaceDLFolderModel- Returns:
- the description of this document library folder
-
getExternalReferenceCode
Returns the external reference code of this document library folder.- Specified by:
getExternalReferenceCodein interfaceDLFolderModel- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Returns:
- the external reference code of this document library folder
-
getFolderId
public long getFolderId()Returns the folder ID of this document library folder.- Specified by:
getFolderIdin interfaceDLFolderModel- Returns:
- the folder ID of this document library folder
-
getGroupId
public long getGroupId()Returns the group ID of this document library folder.- Specified by:
getGroupIdin interfaceDLFolderModel- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this document library folder
-
getHidden
public boolean getHidden()Returns the hidden of this document library folder.- Specified by:
getHiddenin interfaceDLFolderModel- Returns:
- the hidden of this document library folder
-
getLastPostDate
Returns the last post date of this document library folder.- Specified by:
getLastPostDatein interfaceDLFolderModel- Returns:
- the last post date of this document library folder
-
getLastPublishDate
Returns the last publish date of this document library folder.- Specified by:
getLastPublishDatein interfaceDLFolderModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this document library folder
-
getModifiedDate
Returns the modified date of this document library folder.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceDLFolderModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this document library folder
-
getMountPoint
public boolean getMountPoint()Returns the mount point of this document library folder.- Specified by:
getMountPointin interfaceDLFolderModel- Returns:
- the mount point of this document library folder
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this document library folder.- Specified by:
getMvccVersionin interfaceDLFolderModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this document library folder
-
getName
Returns the name of this document library folder.- Specified by:
getNamein interfaceDLFolderModel- Returns:
- the name of this document library folder
-
getParentContainerModelId
public long getParentContainerModelId()Returns the parent container model ID of this document library folder.- Specified by:
getParentContainerModelIdin interfaceContainerModel- Specified by:
getParentContainerModelIdin interfaceDLFolderModel- Returns:
- the parent container model ID of this document library folder
-
getParentFolder
- Specified by:
getParentFolderin interfaceDLFolder- Throws:
PortalException
-
getParentFolderId
public long getParentFolderId()Returns the parent folder ID of this document library folder.- Specified by:
getParentFolderIdin interfaceDLFolderModel- Returns:
- the parent folder ID of this document library folder
-
getPath
- Specified by:
getPathin interfaceDLFolder- Throws:
PortalException
-
getPathArray
- Specified by:
getPathArrayin interfaceDLFolder- Throws:
PortalException
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this document library folder.- Specified by:
getPrimaryKeyin interfaceCTModel<DLFolder>- Specified by:
getPrimaryKeyin interfaceDLFolderModel- Returns:
- the primary key of this document library folder
-
getRepositoryId
public long getRepositoryId()Returns the repository ID of this document library folder.- Specified by:
getRepositoryIdin interfaceDLFolderModel- Returns:
- the repository ID of this document library folder
-
getRestrictionType
public int getRestrictionType()Returns the restriction type of this document library folder.- Specified by:
getRestrictionTypein interfaceDLFolderModel- Returns:
- the restriction type of this document library folder
-
getStatus
public int getStatus()Returns the status of this document library folder.- Specified by:
getStatusin interfaceDLFolderModel- Specified by:
getStatusin interfaceTrashedModel- Specified by:
getStatusin interfaceWorkflowedModel- Returns:
- the status of this document library folder
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this document library folder.- Specified by:
getStatusByUserIdin interfaceDLFolderModel- Specified by:
getStatusByUserIdin interfaceWorkflowedModel- Returns:
- the status by user ID of this document library folder
-
getStatusByUserName
Returns the status by user name of this document library folder.- Specified by:
getStatusByUserNamein interfaceDLFolderModel- Specified by:
getStatusByUserNamein interfaceWorkflowedModel- Returns:
- the status by user name of this document library folder
-
getStatusByUserUuid
Returns the status by user uuid of this document library folder.- Specified by:
getStatusByUserUuidin interfaceDLFolderModel- Specified by:
getStatusByUserUuidin interfaceWorkflowedModel- Returns:
- the status by user uuid of this document library folder
-
getStatusDate
Returns the status date of this document library folder.- Specified by:
getStatusDatein interfaceDLFolderModel- Specified by:
getStatusDatein interfaceWorkflowedModel- Returns:
- the status date of this document library folder
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this document library folder.- Specified by:
getTrashEntryClassPKin interfaceDLFolderModel- Specified by:
getTrashEntryClassPKin interfaceTrashedModel- Returns:
- the class primary key of the trash entry for this document library folder
-
getTreePath
Returns the tree path of this document library folder.- Specified by:
getTreePathin interfaceDLFolderModel- Specified by:
getTreePathin interfaceTreeModel- Returns:
- the tree path of this document library folder
-
getUserId
public long getUserId()Returns the user ID of this document library folder.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceDLFolderModel- Returns:
- the user ID of this document library folder
-
getUserName
Returns the user name of this document library folder.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceDLFolderModel- Returns:
- the user name of this document library folder
-
getUserUuid
Returns the user uuid of this document library folder.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceDLFolderModel- Returns:
- the user uuid of this document library folder
-
getUuid
Returns the uuid of this document library folder.- Specified by:
getUuidin interfaceDLFolderModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this document library folder
-
hasInheritableLock
public boolean hasInheritableLock()- Specified by:
hasInheritableLockin interfaceDLFolder
-
hasLock
public boolean hasLock() -
isApproved
public boolean isApproved()Returnstrueif this document library folder is approved.- Specified by:
isApprovedin interfaceDLFolderModel- Specified by:
isApprovedin interfaceWorkflowedModel- Returns:
trueif this document library folder is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this document library folder is denied.- Specified by:
isDeniedin interfaceDLFolderModel- Specified by:
isDeniedin interfaceWorkflowedModel- Returns:
trueif this document library folder is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this document library folder is a draft.- Specified by:
isDraftin interfaceDLFolderModel- Specified by:
isDraftin interfaceWorkflowedModel- Returns:
trueif this document library folder is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this document library folder is expired.- Specified by:
isExpiredin interfaceDLFolderModel- Specified by:
isExpiredin interfaceWorkflowedModel- Returns:
trueif this document library folder is expired;falseotherwise
-
isHidden
public boolean isHidden()Returnstrueif this document library folder is hidden.- Specified by:
isHiddenin interfaceDLFolderModel- Returns:
trueif this document library folder is hidden;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this document library folder is inactive.- Specified by:
isInactivein interfaceDLFolderModel- Specified by:
isInactivein interfaceWorkflowedModel- Returns:
trueif this document library folder is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this document library folder is incomplete.- Specified by:
isIncompletein interfaceDLFolderModel- Specified by:
isIncompletein interfaceWorkflowedModel- Returns:
trueif this document library folder is incomplete;falseotherwise
-
isInHiddenFolder
public boolean isInHiddenFolder()- Specified by:
isInHiddenFolderin interfaceDLFolder
-
isInTrash
public boolean isInTrash()Returnstrueif this document library folder is in the Recycle Bin.- Specified by:
isInTrashin interfaceDLFolderModel- Specified by:
isInTrashin interfaceTrashedModel- Returns:
trueif this document library folder is in the Recycle Bin;falseotherwise
-
isLocked
public boolean isLocked() -
isMountPoint
public boolean isMountPoint()Returnstrueif this document library folder is mount point.- Specified by:
isMountPointin interfaceDLFolderModel- Returns:
trueif this document library folder is mount point;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this document library folder is pending.- Specified by:
isPendingin interfaceDLFolderModel- Specified by:
isPendingin interfaceWorkflowedModel- Returns:
trueif this document library folder is pending;falseotherwise
-
isRoot
public boolean isRoot() -
isScheduled
public boolean isScheduled()Returnstrueif this document library folder is scheduled.- Specified by:
isScheduledin interfaceDLFolderModel- Specified by:
isScheduledin interfaceWorkflowedModel- Returns:
trueif this document library folder is scheduled;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this document library folder.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceDLFolderModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this document library folder
-
setContainerModelId
public void setContainerModelId(long containerModelId) Sets the container model ID of this document library folder.- Specified by:
setContainerModelIdin interfaceContainerModel- Specified by:
setContainerModelIdin interfaceDLFolderModel- Parameters:
containerModelId- the container model ID of this document library folder
-
setCreateDate
Sets the create date of this document library folder.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceDLFolderModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this document library folder
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this document library folder.- Specified by:
setCtCollectionIdin interfaceCTModel<DLFolder>- Specified by:
setCtCollectionIdin interfaceDLFolderModel- Parameters:
ctCollectionId- the ct collection ID of this document library folder
-
setDefaultFileEntryTypeId
public void setDefaultFileEntryTypeId(long defaultFileEntryTypeId) Sets the default file entry type ID of this document library folder.- Specified by:
setDefaultFileEntryTypeIdin interfaceDLFolderModel- Parameters:
defaultFileEntryTypeId- the default file entry type ID of this document library folder
-
setDescription
Sets the description of this document library folder.- Specified by:
setDescriptionin interfaceDLFolderModel- Parameters:
description- the description of this document library folder
-
setExternalReferenceCode
Sets the external reference code of this document library folder.- Specified by:
setExternalReferenceCodein interfaceDLFolderModel- Specified by:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this document library folder
-
setFolderId
public void setFolderId(long folderId) Sets the folder ID of this document library folder.- Specified by:
setFolderIdin interfaceDLFolderModel- Parameters:
folderId- the folder ID of this document library folder
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this document library folder.- Specified by:
setGroupIdin interfaceDLFolderModel- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this document library folder
-
setHidden
public void setHidden(boolean hidden) Sets whether this document library folder is hidden.- Specified by:
setHiddenin interfaceDLFolderModel- Parameters:
hidden- the hidden of this document library folder
-
setLastPostDate
Sets the last post date of this document library folder.- Specified by:
setLastPostDatein interfaceDLFolderModel- Parameters:
lastPostDate- the last post date of this document library folder
-
setLastPublishDate
Sets the last publish date of this document library folder.- Specified by:
setLastPublishDatein interfaceDLFolderModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this document library folder
-
setModifiedDate
Sets the modified date of this document library folder.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceDLFolderModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this document library folder
-
setMountPoint
public void setMountPoint(boolean mountPoint) Sets whether this document library folder is mount point.- Specified by:
setMountPointin interfaceDLFolderModel- Parameters:
mountPoint- the mount point of this document library folder
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this document library folder.- Specified by:
setMvccVersionin interfaceDLFolderModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this document library folder
-
setName
Sets the name of this document library folder.- Specified by:
setNamein interfaceDLFolderModel- Parameters:
name- the name of this document library folder
-
setParentContainerModelId
public void setParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this document library folder.- Specified by:
setParentContainerModelIdin interfaceContainerModel- Specified by:
setParentContainerModelIdin interfaceDLFolderModel- Parameters:
parentContainerModelId- the parent container model ID of this document library folder
-
setParentFolderId
public void setParentFolderId(long parentFolderId) Sets the parent folder ID of this document library folder.- Specified by:
setParentFolderIdin interfaceDLFolderModel- Parameters:
parentFolderId- the parent folder ID of this document library folder
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this document library folder.- Specified by:
setPrimaryKeyin interfaceCTModel<DLFolder>- Specified by:
setPrimaryKeyin interfaceDLFolderModel- Parameters:
primaryKey- the primary key of this document library folder
-
setRepositoryId
public void setRepositoryId(long repositoryId) Sets the repository ID of this document library folder.- Specified by:
setRepositoryIdin interfaceDLFolderModel- Parameters:
repositoryId- the repository ID of this document library folder
-
setRestrictionType
public void setRestrictionType(int restrictionType) Sets the restriction type of this document library folder.- Specified by:
setRestrictionTypein interfaceDLFolderModel- Parameters:
restrictionType- the restriction type of this document library folder
-
setStatus
public void setStatus(int status) Sets the status of this document library folder.- Specified by:
setStatusin interfaceDLFolderModel- Specified by:
setStatusin interfaceWorkflowedModel- Parameters:
status- the status of this document library folder
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this document library folder.- Specified by:
setStatusByUserIdin interfaceDLFolderModel- Specified by:
setStatusByUserIdin interfaceWorkflowedModel- Parameters:
statusByUserId- the status by user ID of this document library folder
-
setStatusByUserName
Sets the status by user name of this document library folder.- Specified by:
setStatusByUserNamein interfaceDLFolderModel- Specified by:
setStatusByUserNamein interfaceWorkflowedModel- Parameters:
statusByUserName- the status by user name of this document library folder
-
setStatusByUserUuid
Sets the status by user uuid of this document library folder.- Specified by:
setStatusByUserUuidin interfaceDLFolderModel- Specified by:
setStatusByUserUuidin interfaceWorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this document library folder
-
setStatusDate
Sets the status date of this document library folder.- Specified by:
setStatusDatein interfaceDLFolderModel- Specified by:
setStatusDatein interfaceWorkflowedModel- Parameters:
statusDate- the status date of this document library folder
-
setTreePath
Sets the tree path of this document library folder.- Specified by:
setTreePathin interfaceDLFolderModel- Parameters:
treePath- the tree path of this document library folder
-
setUserId
public void setUserId(long userId) Sets the user ID of this document library folder.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceDLFolderModel- Parameters:
userId- the user ID of this document library folder
-
setUserName
Sets the user name of this document library folder.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceDLFolderModel- Parameters:
userName- the user name of this document library folder
-
setUserUuid
Sets the user uuid of this document library folder.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceDLFolderModel- Parameters:
userUuid- the user uuid of this document library folder
-
setUuid
Sets the uuid of this document library folder.- Specified by:
setUuidin interfaceDLFolderModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this document library folder
-
toXmlString
- Specified by:
toXmlStringin interfaceDLFolderModel
-
updateTreePath
- Specified by:
updateTreePathin interfaceTreeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<DLFolder>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<DLFolder>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<DLFolder>
-