Package com.liferay.message.boards.model
Interface MBCategory
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<MBCategory>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<MBCategory>
,com.liferay.portal.kernel.model.ContainerModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<MBCategory>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,MBCategoryModel
,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:
MBCategoryWrapper
@ProviderType
public interface MBCategory
extends MBCategoryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the MBCategory service. Represents a row in the "MBCategory" 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<MBCategory,
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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.message.boards.model.MBCategoryModel
cloneWithOriginalValues, getCategoryId, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getCtCollectionId, getDescription, getDisplayStyle, getExternalReferenceCode, getFriendlyURL, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getParentCategoryId, getParentContainerModelId, getPrimaryKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntryClassPK, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isScheduled, setCategoryId, setCompanyId, setContainerModelId, setCreateDate, setCtCollectionId, setDescription, setDisplayStyle, setExternalReferenceCode, setFriendlyURL, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setParentCategoryId, setParentContainerModelId, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
CATEGORY_ID_ACCESSOR
-
-
Method Details
-
getAncestorCategoryIds
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAncestors
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMessageCount
int getMessageCount() -
getParentCategory
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getThreadCount
int getThreadCount() -
isRoot
boolean isRoot()
-