com.liferay.portlet.documentlibrary.model
Interface DLFolder

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, DLFolderModel, java.io.Serializable

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

Method Summary
 java.lang.String getPath()
           
 java.lang.String[] getPathArray()
           
 java.lang.String getUserUuid()
           
 boolean isRoot()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFolderModel
getCompanyId, getCreateDate, getDescription, getFolderId, getGroupId, getLastPostDate, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getUserId, getUserName, getUuid, setCompanyId, setCreateDate, setDescription, setFolderId, setGroupId, setLastPostDate, setModifiedDate, setName, setParentFolderId, setPrimaryKey, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

isRoot

boolean isRoot()

getPath

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

getPathArray

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