com.liferay.portal.kernel.repository.model
Interface Folder
- All Superinterfaces:
- AuditedModel, ClassedModel, GroupedModel, RepositoryModel<Folder>, java.io.Serializable, StagedGroupedModel, StagedModel
- All Known Implementing Classes:
- FolderProxyBean, FolderWrapper
public interface Folder
- extends RepositoryModel<Folder>
- Author:
- Alexander Chow
FOLDER_ID_ACCESSOR
static final Accessor<Folder,java.lang.Long> FOLDER_ID_ACCESSOR
containsPermission
boolean containsPermission(PermissionChecker permissionChecker,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAncestorFolderIds
java.util.List<java.lang.Long> getAncestorFolderIds()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAncestors
java.util.List<Folder> getAncestors()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getCompanyId
long getCompanyId()
- Specified by:
getCompanyId in interface AuditedModel- Specified by:
getCompanyId in interface StagedModel
getCreateDate
java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface AuditedModel- Specified by:
getCreateDate in interface StagedModel
getDescription
java.lang.String getDescription()
getFolderId
long getFolderId()
getGroupId
long getGroupId()
- Specified by:
getGroupId in interface GroupedModel
getLastPostDate
java.util.Date getLastPostDate()
getModifiedDate
java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface AuditedModel- Specified by:
getModifiedDate in interface StagedModel
getName
java.lang.String getName()
getParentFolder
Folder getParentFolder()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getParentFolderId
long getParentFolderId()
getRepositoryId
long getRepositoryId()
getUserId
long getUserId()
- Specified by:
getUserId in interface AuditedModel
getUserName
java.lang.String getUserName()
- Specified by:
getUserName in interface AuditedModel
getUserUuid
java.lang.String getUserUuid()
throws SystemException
- Specified by:
getUserUuid in interface AuditedModel
- Throws:
SystemException
getUuid
java.lang.String getUuid()
- Specified by:
getUuid in interface StagedModel
hasInheritableLock
boolean hasInheritableLock()
hasLock
boolean hasLock()
isDefaultRepository
boolean isDefaultRepository()
isLocked
boolean isLocked()
isMountPoint
boolean isMountPoint()
isRoot
boolean isRoot()
isSupportsLocking
boolean isSupportsLocking()
isSupportsMetadata
boolean isSupportsMetadata()
isSupportsMultipleUpload
boolean isSupportsMultipleUpload()
isSupportsShortcuts
boolean isSupportsShortcuts()
isSupportsSocial
boolean isSupportsSocial()
isSupportsSubscribing
boolean isSupportsSubscribing()