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 Details

    • CATEGORY_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<MBCategory,Long> CATEGORY_ID_ACCESSOR
  • Method Details

    • getAncestorCategoryIds

      List<Long> getAncestorCategoryIds() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAncestors

      List<MBCategory> getAncestors() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMessageCount

      int getMessageCount()
    • getParentCategory

      MBCategory getParentCategory() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getThreadCount

      int getThreadCount()
    • isRoot

      boolean isRoot()