Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLFolder

All Superinterfaces:
AuditedModel, BaseModel<DLFolder>, ClassedModel, Cloneable, Comparable<DLFolder>, ContainerModel, DLFolderModel, GroupedModel, PersistedModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel
All Known Implementing Classes:
DLFolderBaseImpl, DLFolderImpl, DLFolderWrapper

@ProviderType
public interface DLFolder
extends DLFolderModel, PersistedModel, TreeModel

The extended model interface for the DLFolder service. Represents a row in the "DLFolder" database table, with each column mapped to a property of this class.

See Also:
DLFolderModel, DLFolderImpl, DLFolderModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<DLFolder,Long> FOLDER_ID_ACCESSOR
           
 
Method Summary
 List<Long> getAncestorFolderIds()
           
 List<DLFolder> getAncestors()
           
 DLFolder getParentFolder()
           
 String getPath()
           
 String[] getPathArray()
           
 boolean hasInheritableLock()
           
 boolean hasLock()
           
 boolean isInHiddenFolder()
           
 boolean isLocked()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFolderModel
clone, compareTo, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDefaultFileEntryTypeId, getDescription, getExpandoBridge, getFolderId, getGroupId, getHidden, getLastPostDate, getLastPublishDate, getModifiedDate, getMountPoint, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getRestrictionType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHidden, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMountPoint, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDefaultFileEntryTypeId, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFolderId, setGroupId, setHidden, setLastPostDate, setLastPublishDate, setModifiedDate, setMountPoint, setName, setNew, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setRestrictionType, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ContainerModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
 

Field Detail

FOLDER_ID_ACCESSOR

static final Accessor<DLFolder,Long> FOLDER_ID_ACCESSOR
Method Detail

getAncestorFolderIds

List<Long> getAncestorFolderIds()
                                throws PortalException
Throws:
PortalException

getAncestors

List<DLFolder> getAncestors()
                            throws PortalException
Throws:
PortalException

getParentFolder

DLFolder getParentFolder()
                         throws PortalException
Throws:
PortalException

getPath

String getPath()
               throws PortalException
Throws:
PortalException

getPathArray

String[] getPathArray()
                      throws PortalException
Throws:
PortalException

hasInheritableLock

boolean hasInheritableLock()

hasLock

boolean hasLock()

isInHiddenFolder

boolean isInHiddenFolder()

isLocked

boolean isLocked()

isRoot

boolean isRoot()

Liferay 7.0-ce-b4