Package com.liferay.knowledge.base.model
Interface KBFolder
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<KBFolder>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<KBFolder>,com.liferay.portal.kernel.model.ContainerModel,com.liferay.portal.kernel.model.change.tracking.CTModel<KBFolder>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,KBFolderModel,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.WorkflowedModel
- All Known Implementing Classes:
KBFolderWrapper
@ProviderType
public interface KBFolder
extends KBFolderModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KBFolder service. Represents a row in the "KBFolder" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionlonggetParentTitle(Locale locale) booleanisEmpty()booleanisRoot()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.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.knowledge.base.model.KBFolderModel
cloneWithOriginalValues, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDescription, getExternalReferenceCode, getGroupId, getKbFolderId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getParentContainerModelId, getParentKBFolderId, getPrimaryKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isScheduled, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDescription, setExternalReferenceCode, setGroupId, setKbFolderId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setParentContainerModelId, setParentKBFolderId, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
KB_FOLDER_ID_ACCESSOR
-
-
Method Details
-
getAncestorKBFolderIds
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAncestorKBFolders
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getClassNameId
long getClassNameId() -
getParentKBFolder
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentTitle
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isEmpty
boolean isEmpty() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isRoot
boolean isRoot()
-