Liferay 6.2.0-ce-m4

com.liferay.portlet.journal.model
Interface JournalFolder

All Superinterfaces:
AuditedModel, BaseModel<JournalFolder>, ClassedModel, Cloneable, Comparable<JournalFolder>, GroupedModel, JournalFolderModel, PersistedModel, Serializable, StagedModel
All Known Implementing Classes:
JournalFolderWrapper

public interface JournalFolder
extends JournalFolderModel, PersistedModel

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

See Also:
JournalFolderModel, JournalFolderImpl, JournalFolderModelImpl

Field Summary
static Accessor<JournalFolder,Long> FOLDER_ID_ACCESSOR
           
 
Method Summary
 List<JournalFolder> getAncestors()
           
 JournalFolder getParentFolder()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalFolderModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

FOLDER_ID_ACCESSOR

static final Accessor<JournalFolder,Long> FOLDER_ID_ACCESSOR
Method Detail

getAncestors

List<JournalFolder> getAncestors()
                                 throws PortalException,
                                        SystemException
Throws:
PortalException
SystemException

getParentFolder

JournalFolder getParentFolder()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

isRoot

boolean isRoot()

Liferay 6.2.0-ce-m4