com.liferay.portal.kernel.repository.model
Interface Folder
- All Superinterfaces:
- AuditedModel, ClassedModel, GroupedModel, RepositoryEntry, RepositoryModel<Folder>, Serializable, StagedGroupedModel, StagedModel
- All Known Implementing Classes:
- FolderProxyBean, FolderWrapper, LiferayFolder
public interface Folder
- extends RepositoryEntry, RepositoryModel<Folder>
FOLDER_ID_ACCESSOR
static final Accessor<Folder,Long> FOLDER_ID_ACCESSOR
containsPermission
boolean containsPermission(PermissionChecker permissionChecker,
String actionId)
throws PortalException
- Throws:
PortalException
getAncestorFolderIds
List<Long> getAncestorFolderIds()
throws PortalException
- Throws:
PortalException
getAncestors
List<Folder> getAncestors()
throws PortalException
- Throws:
PortalException
getCompanyId
long getCompanyId()
- Specified by:
getCompanyId in interface AuditedModel- Specified by:
getCompanyId in interface RepositoryEntry- Specified by:
getCompanyId in interface StagedModel
getCreateDate
Date getCreateDate()
- Specified by:
getCreateDate in interface AuditedModel- Specified by:
getCreateDate in interface RepositoryEntry- Specified by:
getCreateDate in interface StagedModel
getDescription
String getDescription()
getFolderId
long getFolderId()
getGroupId
long getGroupId()
- Specified by:
getGroupId in interface GroupedModel- Specified by:
getGroupId in interface RepositoryEntry
getLastPostDate
Date getLastPostDate()
getModifiedDate
Date getModifiedDate()
- Specified by:
getModifiedDate in interface AuditedModel- Specified by:
getModifiedDate in interface RepositoryEntry- Specified by:
getModifiedDate in interface StagedModel
getName
String getName()
getParentFolder
Folder getParentFolder()
throws PortalException
- Throws:
PortalException
getParentFolderId
long getParentFolderId()
getRepositoryId
long getRepositoryId()
getUserId
long getUserId()
- Specified by:
getUserId in interface AuditedModel- Specified by:
getUserId in interface RepositoryEntry
getUserName
String getUserName()
- Specified by:
getUserName in interface AuditedModel- Specified by:
getUserName in interface RepositoryEntry
getUserUuid
String getUserUuid()
- Specified by:
getUserUuid in interface AuditedModel- Specified by:
getUserUuid in interface RepositoryEntry
getUuid
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()