Liferay 6.0.3

com.liferay.portlet.documentlibrary.model
Interface DLFolder

All Superinterfaces:
BaseModel<DLFolder>, Cloneable, Comparable<DLFolder>, DLFolderModel, Serializable
All Known Implementing Classes:
DLFolderImpl, DLFolderWrapper

public interface DLFolder
extends DLFolderModel

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

Customize DLFolderImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 List<DLFolder> getAncestors()
           
 DLFolder getParentFolder()
           
 String getPath()
           
 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

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

hasLock

boolean hasLock(long userId)

isLocked

boolean isLocked()

isRoot

boolean isRoot()

Liferay 6.0.3