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:
- 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.
| 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 |
FOLDER_ID_ACCESSOR
static final Accessor<JournalFolder,Long> FOLDER_ID_ACCESSOR
getAncestors
List<JournalFolder> getAncestors()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getParentFolder
JournalFolder getParentFolder()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
isRoot
boolean isRoot()