Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to DLFolderImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a d l folder model instance should use the DLFolder interface instead.

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.5