Package com.liferay.bookmarks.model
Interface BookmarksFolder
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<BookmarksFolder>,BookmarksFolderModel,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<BookmarksFolder>,com.liferay.portal.kernel.model.ContainerModel,com.liferay.portal.kernel.model.change.tracking.CTModel<BookmarksFolder>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TrashedModel,com.liferay.portal.kernel.model.TreeModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Implementing Classes:
BookmarksFolderWrapper
@ProviderType
public interface BookmarksFolder
extends BookmarksFolderModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.TreeModel
The extended model interface for the BookmarksFolder service. Represents a row in the "BookmarksFolder" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<BookmarksFolder, Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.bookmarks.model.BookmarksFolderModel
cloneWithOriginalValues, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDescription, getFolderId, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getTreePath, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isScheduled, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDescription, setFolderId, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
FOLDER_ID_ACCESSOR
-
-
Method Details
-
getAncestorFolderIds
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAncestors
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentFolder
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isRoot
boolean isRoot()
-