Liferay 6.0.5

com.liferay.portlet.documentlibrary.model.impl
Class DLFolderImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFolder>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl
All Implemented Interfaces:
BaseModel<DLFolder>, DLFolder, DLFolderModel, Serializable, Cloneable, Comparable<DLFolder>

public class DLFolderImpl
extends DLFolderModelImpl
implements DLFolder

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
DLFolderImpl()
           
 
Method Summary
 List<DLFolder> getAncestors()
           
 DLFolder getParentFolder()
           
 String getPath()
           
 String[] getPathArray()
           
 boolean hasLock(long userId)
           
 boolean isLocked()
           
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getLastPostDate, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getOriginalParentFolderId, getOriginalUuid, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setLastPostDate, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DLFolderImpl

public DLFolderImpl()
Method Detail

getAncestors

public List<DLFolder> getAncestors()
                            throws PortalException,
                                   SystemException
Specified by:
getAncestors in interface DLFolder
Throws:
PortalException
SystemException

getParentFolder

public DLFolder getParentFolder()
                         throws PortalException,
                                SystemException
Specified by:
getParentFolder in interface DLFolder
Throws:
PortalException
SystemException

getPath

public String getPath()
               throws PortalException,
                      SystemException
Specified by:
getPath in interface DLFolder
Throws:
PortalException
SystemException

getPathArray

public String[] getPathArray()
                      throws PortalException,
                             SystemException
Specified by:
getPathArray in interface DLFolder
Throws:
PortalException
SystemException

hasLock

public boolean hasLock(long userId)
Specified by:
hasLock in interface DLFolder

isLocked

public boolean isLocked()
Specified by:
isLocked in interface DLFolder

isRoot

public boolean isRoot()
Specified by:
isRoot in interface DLFolder

Liferay 6.0.5