public class FolderWrapper extends Object implements Folder, ModelWrapper<Folder>
FOLDER_ID_ACCESSOR| Constructor and Description |
|---|
FolderWrapper(Folder folder) |
public FolderWrapper(Folder folder)
public Object clone()
clone in interface StagedModelclone in class Objectpublic boolean containsPermission(PermissionChecker permissionChecker, String actionId) throws PortalException
containsPermission in interface FolderPortalExceptionpublic boolean equals(Object obj)
equals in class Objectpublic void execute(RepositoryModelOperation repositoryModelOperation) throws PortalException
execute in interface RepositoryModel<Folder>PortalExceptionpublic List<Long> getAncestorFolderIds()
throws PortalException
getAncestorFolderIds in interface FolderPortalExceptionpublic List<Folder> getAncestors() throws PortalException
getAncestors in interface FolderPortalExceptionpublic Map<String,Serializable> getAttributes()
getAttributes in interface RepositoryModel<Folder>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface FoldergetCompanyId in interface RepositoryEntrypublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface FoldergetCreateDate in interface RepositoryEntrypublic String getDescription()
getDescription in interface Folderpublic ExpandoBridge getExpandoBridge()
getExpandoBridge in interface ClassedModelpublic long getFolderId()
getFolderId in interface Folderpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface FoldergetGroupId in interface RepositoryEntrypublic Date getLastPostDate()
getLastPostDate in interface Folderpublic Date getLastPublishDate()
getLastPublishDate in interface StagedGroupedModelpublic Object getModel()
getModel in interface RepositoryModel<Folder>public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface FoldergetModifiedDate in interface RepositoryEntrypublic Folder getParentFolder() throws PortalException
getParentFolder in interface FolderPortalExceptionpublic long getParentFolderId()
getParentFolderId in interface Folderpublic long getPrimaryKey()
getPrimaryKey in interface RepositoryModel<Folder>public Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface ClassedModelpublic <T extends Capability> T getRepositoryCapability(Class<T> capabilityClass)
getRepositoryCapability in interface Folderpublic long getRepositoryId()
getRepositoryId in interface Folderpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface FoldergetUserId in interface RepositoryEntrypublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface FoldergetUserName in interface RepositoryEntrypublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface FoldergetUserUuid in interface RepositoryEntrypublic String getUuid()
getUuid in interface StagedModelgetUuid in interface Folderpublic Folder getWrappedModel()
getWrappedModel in interface ModelWrapper<Folder>public int hashCode()
hashCode in class Objectpublic boolean hasInheritableLock()
hasInheritableLock in interface Folderpublic boolean isDefaultRepository()
isDefaultRepository in interface Folderpublic boolean isEscapedModel()
isEscapedModel in interface RepositoryModel<Folder>public boolean isMountPoint()
isMountPoint in interface Folderpublic <T extends Capability> boolean isRepositoryCapabilityProvided(Class<T> capabilityClass)
isRepositoryCapabilityProvided in interface Folderpublic boolean isSupportsLocking()
isSupportsLocking in interface Folderpublic boolean isSupportsMetadata()
isSupportsMetadata in interface Folderpublic boolean isSupportsMultipleUpload()
isSupportsMultipleUpload in interface Folderpublic boolean isSupportsShortcuts()
isSupportsShortcuts in interface Folderpublic boolean isSupportsSocial()
isSupportsSocial in interface Folderpublic boolean isSupportsSubscribing()
isSupportsSubscribing in interface Folderpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface StagedGroupedModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface ClassedModelpublic void setUserId(long userId)
setUserId in interface AuditedModelpublic void setUserName(String userName)
setUserName in interface AuditedModelpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelpublic void setUuid(String uuid)
setUuid in interface StagedModelpublic Folder toEscapedModel()
toEscapedModel in interface RepositoryModel<Folder>public String toString()
toString in class Objectpublic Folder toUnescapedModel()
toUnescapedModel in interface RepositoryModel<Folder>