Interface Folder
- All Superinterfaces:
AuditedModel
,ClassedModel
,GroupedModel
,RepositoryEntry
,RepositoryModel<Folder>
,Serializable
,StagedGroupedModel
,StagedModel
- All Known Implementing Classes:
FolderProxyBean
,FolderWrapper
- Author:
- Alexander Chow
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsPermission
(PermissionChecker permissionChecker, String actionId) long
default String
long
long
getName()
long
default <T extends Capability>
TgetRepositoryCapability
(Class<T> capabilityClass) long
long
getUuid()
boolean
boolean
hasLock()
boolean
boolean
isLocked()
boolean
default <T extends Capability>
booleanisRepositoryCapabilityProvided
(Class<T> capabilityClass) boolean
isRoot()
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId, setCreateDate, setModifiedDate, setUserId, setUserName, setUserUuid
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
Methods inherited from interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
Methods inherited from interface com.liferay.portal.kernel.repository.model.RepositoryModel
execute, getAttributes, getModel, getPrimaryKey, isEscapedModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedGroupedModel
getLastPublishDate, setLastPublishDate
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType, setCompanyId, setCreateDate, setModifiedDate, setUuid
-
Field Details
-
FOLDER_ID_ACCESSOR
-
-
Method Details
-
containsPermission
boolean containsPermission(PermissionChecker permissionChecker, String actionId) throws PortalException - Throws:
PortalException
-
getAncestorFolderIds
- Throws:
PortalException
-
getAncestors
- Throws:
PortalException
-
getCompanyId
long getCompanyId()- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceRepositoryEntry
- Specified by:
getCompanyId
in interfaceStagedModel
-
getCreateDate
Date getCreateDate()- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceRepositoryEntry
- Specified by:
getCreateDate
in interfaceStagedModel
-
getDescription
String getDescription() -
getExternalReferenceCode
-
getFolderId
long getFolderId() -
getGroupId
long getGroupId()- Specified by:
getGroupId
in interfaceGroupedModel
- Specified by:
getGroupId
in interfaceRepositoryEntry
-
getLastPostDate
Date getLastPostDate() -
getModifiedDate
Date getModifiedDate()- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceRepositoryEntry
- Specified by:
getModifiedDate
in interfaceStagedModel
-
getName
String getName() -
getParentFolder
- Throws:
PortalException
-
getParentFolderId
long getParentFolderId() -
getRepositoryCapability
-
getRepositoryId
long getRepositoryId() -
getUserId
long getUserId()- Specified by:
getUserId
in interfaceAuditedModel
- Specified by:
getUserId
in interfaceRepositoryEntry
-
getUserName
String getUserName()- Specified by:
getUserName
in interfaceAuditedModel
- Specified by:
getUserName
in interfaceRepositoryEntry
-
getUserUuid
String getUserUuid()- Specified by:
getUserUuid
in interfaceAuditedModel
- Specified by:
getUserUuid
in interfaceRepositoryEntry
-
getUuid
String getUuid()- Specified by:
getUuid
in interfaceStagedModel
-
hasInheritableLock
boolean hasInheritableLock() -
hasLock
boolean hasLock() -
isDefaultRepository
boolean isDefaultRepository() -
isLocked
boolean isLocked() -
isMountPoint
boolean isMountPoint() -
isRepositoryCapabilityProvided
-
isRoot
boolean isRoot() -
isSupportsLocking
boolean isSupportsLocking() -
isSupportsMetadata
boolean isSupportsMetadata() -
isSupportsMultipleUpload
boolean isSupportsMultipleUpload() -
isSupportsShortcuts
boolean isSupportsShortcuts() -
isSupportsSocial
boolean isSupportsSocial() -
isSupportsSubscribing
boolean isSupportsSubscribing()
-