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 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 com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getParentFolder

DLFolder getParentFolder()
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPath

java.lang.String getPath()
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPathArray

java.lang.String[] getPathArray()
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isRoot

boolean isRoot()