Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Interface DLFolder

All Superinterfaces:
AuditedModel, BaseModel<DLFolder>, ClassedModel, Cloneable, Comparable<DLFolder>, ContainerModel, DLFolderModel, GroupedModel, PersistedModel, Serializable, 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.

Method Summary
 List<Long> getAncestorFolderIds()
           
 List<DLFolder> getAncestors()
           
 DLFolder getParentFolder()
           
 String getPath()
           
 String[] getPathArray()
           
 boolean hasInheritableLock()
           
 boolean hasLock()
           
 boolean isInHiddenFolder()
           
 boolean isInTrashExplicitly()
           
 boolean isLocked()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFolderModel
clone, compareTo, getApproved, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDefaultFileEntryTypeId, getDescription, getExpandoBridge, getFolderId, getGroupId, getHidden, getLastPostDate, getModifiedDate, getMountPoint, getName, getOverrideFileEntryTypes, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, 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, isMountPoint, isNew, isOverrideFileEntryTypes, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDefaultFileEntryTypeId, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFolderId, setGroupId, setHidden, setLastPostDate, setModifiedDate, setMountPoint, setName, setNew, setOverrideFileEntryTypes, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, 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, 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
 

Method Detail

getAncestorFolderIds

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

getAncestors

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

getParentFolder

DLFolder getParentFolder()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getPath

String getPath()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getPathArray

String[] getPathArray()
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

hasInheritableLock

boolean hasInheritableLock()

hasLock

boolean hasLock()

isInHiddenFolder

boolean isInHiddenFolder()

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isLocked

boolean isLocked()

isRoot

boolean isRoot()

Liferay 6.2-ce-ga5