com.liferay.portlet.documentlibrary.model
Interface DLFolder

All Superinterfaces:
BaseModel<DLFolder>, java.lang.Cloneable, java.lang.Comparable<DLFolder>, DLFolderModel, java.io.Serializable
All Known Implementing Classes:
DLFolderWrapper

public interface DLFolder
extends DLFolderModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the DLFolder table in the database.

Customize com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
DLFolderModel, com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl, com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
Generated:

Method Summary
 java.util.List<DLFolder> getAncestors()
           
 DLFolder getParentFolder()
           
 java.lang.String getPath()
           
 java.lang.String[] getPathArray()
           
 boolean hasLock(long userId)
           
 boolean isLocked()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFolderModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getLastPostDate, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getAncestors

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

getParentFolder

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

getPath

java.lang.String getPath()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getPathArray

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

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()

isRoot

boolean isRoot()