com.liferay.portlet.journal.model
Interface JournalFolder
- All Superinterfaces:
- AuditedModel, BaseModel<JournalFolder>, ClassedModel, Cloneable, Comparable<JournalFolder>, ContainerModel, GroupedModel, JournalFolderModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, 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.
| 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, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, 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, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
FOLDER_ID_ACCESSOR
static final Accessor<JournalFolder,Long> FOLDER_ID_ACCESSOR
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
getTrashContainer
JournalFolder getTrashContainer()
isInTrashContainer
boolean isInTrashContainer()
isRoot
boolean isRoot()