Liferay 6.2.0-ce-rc3

com.liferay.portlet.journal.model
Interface JournalFolder

All Superinterfaces:
AuditedModel, BaseModel<JournalFolder>, ClassedModel, Cloneable, Comparable<JournalFolder>, ContainerModel, GroupedModel, JournalFolderModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel
All Known Implementing Classes:
JournalFolderBaseImpl, JournalFolderImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<JournalFolder,Long> FOLDER_ID_ACCESSOR
           
 
Method Summary
 String buildTreePath()
           
 List<Long> getAncestorFolderIds()
           
 List<JournalFolder> getAncestors()
           
 JournalFolder getParentFolder()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalFolderModel
clone, compareTo, getApproved, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, 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.ContainerModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
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

buildTreePath

String buildTreePath()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getAncestorFolderIds

List<Long> getAncestorFolderIds()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

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-rc3