Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Interface JournalFolder

All Superinterfaces:
AuditedModel, BaseModel<JournalFolder>, ClassedModel, Cloneable, Comparable<JournalFolder>, ContainerModel, GroupedModel, JournalFolderModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel
All Known Implementing Classes:
JournalFolderBaseImpl, JournalFolderImpl, JournalFolderWrapper

@ProviderType
public interface JournalFolder
extends JournalFolderModel, PersistedModel, TreeModel

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
 List<Long> getAncestorFolderIds()
           
 List<JournalFolder> getAncestors()
           
 JournalFolder getParentFolder()
           
 boolean isInTrashExplicitly()
           
 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
 
Methods inherited from interface com.liferay.portal.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
 

Field Detail

FOLDER_ID_ACCESSOR

static final Accessor<JournalFolder,Long> FOLDER_ID_ACCESSOR
Method Detail

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

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isRoot

boolean isRoot()

Liferay 6.2-ce-ga5