Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.messageboards.model.MBCategory

Packages that use MBCategory
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.service.permission   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.service.persistence.impl   
com.liferay.portlet.messageboards.util   
 

Uses of MBCategory in com.liferay.portlet.messageboards.model
 

Classes in com.liferay.portlet.messageboards.model that implement MBCategory
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 

Fields in com.liferay.portlet.messageboards.model with type parameters of type MBCategory
static Accessor<MBCategory,Long> MBCategory.CATEGORY_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.messageboards.model that return MBCategory
 MBCategory MBThreadWrapper.getCategory()
           
 MBCategory MBMessage.getCategory()
           
 MBCategory MBMessageDisplay.getCategory()
           
 MBCategory MBMessageWrapper.getCategory()
           
 MBCategory MBThread.getCategory()
           
 MBCategory MBCategory.getParentCategory()
           
 MBCategory MBCategoryWrapper.getParentCategory()
           
 MBCategory MBCategoryDisplay.getRootCategory()
           
 MBCategory MBCategoryWrapper.getWrappedModel()
           
 MBCategory MBCategoryWrapper.toEscapedModel()
           
 MBCategory MBCategoryModel.toEscapedModel()
           
 MBCategory MBCategoryWrapper.toUnescapedModel()
           
 MBCategory MBCategoryModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryDisplay.getAllCategories()
           
 List<MBCategory> MBCategory.getAncestors()
           
 List<MBCategory> MBCategoryWrapper.getAncestors()
           
 List<MBCategory> MBCategoryDisplay.getCategories()
           
 List<MBCategory> MBCategoryDisplay.getCategories(MBCategory category)
           
 CacheModel<MBCategory> MBCategoryWrapper.toCacheModel()
           
 CacheModel<MBCategory> MBCategoryModel.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBCategory
 int MBCategoryWrapper.compareTo(MBCategory mbCategory)
           
 int MBCategoryModel.compareTo(MBCategory mbCategory)
           
 List<MBCategory> MBCategoryDisplay.getCategories(MBCategory category)
           
 int MBCategoryDisplay.getSubcategoriesCount(MBCategory category)
           
 int MBCategoryDisplay.getSubcategoriesMessagesCount(MBCategory category)
           
 int MBCategoryDisplay.getSubcategoriesThreadsCount(MBCategory category)
           
 void MBCategoryDisplay.getSubcategoryIds(MBCategory category, List<Long> categoryIds)
           
static MBCategorySoap MBCategorySoap.toSoapModel(MBCategory model)
           
static MBCategorySoap[] MBCategorySoap.toSoapModels(MBCategory[] models)
           
static MBCategorySoap[][] MBCategorySoap.toSoapModels(MBCategory[][] models)
           
 

Method parameters in com.liferay.portlet.messageboards.model with type arguments of type MBCategory
static MBCategorySoap[] MBCategorySoap.toSoapModels(List<MBCategory> models)
           
 

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBCategory
MBCategoryWrapper(MBCategory mbCategory)
           
 

Uses of MBCategory in com.liferay.portlet.messageboards.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement MBCategory
 class MBCategoryBaseImpl
          The extended model base implementation for the MBCategory service.
 class MBCategoryImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBCategory
 MBCategory MBMessageImpl.getCategory()
           
 MBCategory MBMessageDisplayImpl.getCategory()
           
 MBCategory MBThreadImpl.getCategory()
           
 MBCategory MBCategoryImpl.getParentCategory()
           
 MBCategory MBCategoryDisplayImpl.getRootCategory()
           
 MBCategory MBCategoryCacheModel.toEntityModel()
           
 MBCategory MBCategoryModelImpl.toEscapedModel()
           
static MBCategory MBCategoryModelImpl.toModel(MBCategorySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryDisplayImpl.getAllCategories()
           
 List<MBCategory> MBCategoryImpl.getAncestors()
           
 List<MBCategory> MBCategoryDisplayImpl.getCategories()
           
 List<MBCategory> MBCategoryDisplayImpl.getCategories(MBCategory category)
           
 CacheModel<MBCategory> MBCategoryModelImpl.toCacheModel()
           
static List<MBCategory> MBCategoryModelImpl.toModels(MBCategorySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBCategory
 int MBCategoryModelImpl.compareTo(MBCategory mbCategory)
           
 List<MBCategory> MBCategoryDisplayImpl.getCategories(MBCategory category)
           
 int MBCategoryDisplayImpl.getSubcategoriesCount(MBCategory category)
           
 int MBCategoryDisplayImpl.getSubcategoriesMessagesCount(MBCategory category)
           
 int MBCategoryDisplayImpl.getSubcategoriesThreadsCount(MBCategory category)
           
 void MBCategoryDisplayImpl.getSubcategoryIds(MBCategory category, List<Long> categoryIds)
           
 

Method parameters in com.liferay.portlet.messageboards.model.impl with type arguments of type MBCategory
protected  void MBCategoryDisplayImpl.populateCategoryNodesMap(TreeNode<MBCategory> node, Map<Long,List<MBCategory>> categoriesMap)
           
protected  void MBCategoryDisplayImpl.populateCategoryNodesMap(TreeNode<MBCategory> node, Map<Long,List<MBCategory>> categoriesMap)
           
 

Constructors in com.liferay.portlet.messageboards.model.impl with parameters of type MBCategory
MBMessageDisplayImpl(MBMessage message, MBMessage parentMessage, MBCategory category, MBThread thread, MBThread previousThread, MBThread nextThread, int status, MBMessageLocalService messageLocalService, Comparator<MBMessage> comparator)
           
MBMessageDisplayImpl(MBMessage message, MBMessage parentMessage, MBCategory category, MBThread thread, MBThread previousThread, MBThread nextThread, int status, String threadView, MBMessageLocalService messageLocalService, Comparator<MBMessage> comparator)
          Deprecated. As of 7.0.0, replaced by MBMessageDisplayImpl.MBMessageDisplayImpl(MBMessage, MBMessage, MBCategory, MBThread, MBThread, MBThread, int, MBMessageLocalService, Comparator)
 

Uses of MBCategory in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service that return MBCategory
 MBCategory MBCategoryServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceWrapper.addCategory(long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.addCategory(long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.addCategory(long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
static MBCategory MBCategoryLocalServiceUtil.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory MBCategoryLocalServiceWrapper.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory MBCategoryLocalService.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
static MBCategory MBCategoryLocalServiceUtil.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory MBCategoryLocalServiceWrapper.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory MBCategoryLocalService.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
static MBCategory MBCategoryLocalServiceUtil.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalServiceWrapper.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
static MBCategory MBCategoryLocalServiceUtil.fetchMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.fetchMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.fetchMBCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalServiceWrapper.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalService.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryService.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.getCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory MBCategoryLocalServiceWrapper.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory MBCategoryLocalService.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
static MBCategory MBCategoryLocalServiceUtil.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalServiceWrapper.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryServiceWrapper.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
static MBCategory MBCategoryLocalServiceUtil.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryService.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryLocalServiceWrapper.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
static MBCategory MBCategoryServiceUtil.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryLocalService.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryServiceWrapper.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
 MBCategory MBCategoryService.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
static MBCategory MBCategoryServiceUtil.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
static MBCategory MBCategoryLocalServiceUtil.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
 MBCategory MBCategoryLocalService.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
 MBCategory MBCategoryServiceWrapper.moveCategoryToTrash(long categoryId)
           
 MBCategory MBCategoryService.moveCategoryToTrash(long categoryId)
           
static MBCategory MBCategoryServiceUtil.moveCategoryToTrash(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.moveCategoryToTrash(long userId, long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.moveCategoryToTrash(long userId, long categoryId)
           
 MBCategory MBCategoryLocalService.moveCategoryToTrash(long userId, long categoryId)
           
 MBCategory MBCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
static MBCategory MBCategoryLocalServiceUtil.updateMessageCount(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.updateMessageCount(long categoryId)
           
 MBCategory MBCategoryLocalService.updateMessageCount(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.updateStatistics(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.updateStatistics(long categoryId)
           
 MBCategory MBCategoryLocalService.updateStatistics(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.updateStatus(long userId, long categoryId, int status)
           
 MBCategory MBCategoryLocalServiceWrapper.updateStatus(long userId, long categoryId, int status)
           
 MBCategory MBCategoryLocalService.updateStatus(long userId, long categoryId, int status)
           
static MBCategory MBCategoryLocalServiceUtil.updateThreadCount(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.updateThreadCount(long categoryId)
           
 MBCategory MBCategoryLocalService.updateThreadCount(long categoryId)
           
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, int status)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, int status)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryService.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCompanyCategories(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCompanyCategories(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCompanyCategories(long companyId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> MBCategoryLocalService.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards categories matching the UUID and company.
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryServiceWrapper.getSubscribedCategories(long groupId, long userId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 List<MBCategory> MBCategoryService.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getSubscribedCategories(long groupId, long userId, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBCategory
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, ModelPermissions modelPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, ModelPermissions modelPermissions)
           
 void MBCategoryLocalService.addCategoryResources(MBCategory category, ModelPermissions modelPermissions)
           
static MBCategory MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
static void MBCategoryLocalServiceUtil.deleteCategory(MBCategory category)
           
 void MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category)
           
 void MBCategoryLocalService.deleteCategory(MBCategory category)
           
static void MBCategoryLocalServiceUtil.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
 void MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
 void MBCategoryLocalService.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
static MBCategory MBCategoryLocalServiceUtil.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalServiceWrapper.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
static MBCategory MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.messageboards.service with type arguments of type MBCategory
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalService.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 

Uses of MBCategory in com.liferay.portlet.messageboards.service.base
 

Methods in com.liferay.portlet.messageboards.service.base that return MBCategory
 MBCategory MBCategoryLocalServiceBaseImpl.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalServiceBaseImpl.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory MBCategoryLocalServiceBaseImpl.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory MBCategoryLocalServiceBaseImpl.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalServiceBaseImpl.fetchMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceBaseImpl.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalServiceBaseImpl.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory MBCategoryLocalServiceBaseImpl.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryLocalServiceBaseImpl.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> MBCategoryLocalServiceBaseImpl.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards categories matching the UUID and company.
 List<MBCategory> MBCategoryLocalServiceBaseImpl.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategory
 MBCategory MBCategoryLocalServiceBaseImpl.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalServiceBaseImpl.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.messageboards.service.base with type arguments of type MBCategory
 List<MBCategory> MBCategoryLocalServiceBaseImpl.getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 

Uses of MBCategory in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return MBCategory
static MBCategory MBCategoryServiceHttp.addCategory(HttpPrincipal httpPrincipal, long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceHttp.addCategory(HttpPrincipal httpPrincipal, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceHttp.getCategory(HttpPrincipal httpPrincipal, long categoryId)
           
static MBCategory MBCategoryServiceHttp.moveCategory(HttpPrincipal httpPrincipal, long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
static MBCategory MBCategoryServiceHttp.moveCategoryFromTrash(HttpPrincipal httpPrincipal, long categoryId, long newCategoryId)
           
static MBCategory MBCategoryServiceHttp.moveCategoryToTrash(HttpPrincipal httpPrincipal, long categoryId)
           
static MBCategory MBCategoryServiceHttp.updateCategory(HttpPrincipal httpPrincipal, long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.http that return types with arguments of type MBCategory
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, int status)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long[] parentCategoryIds, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getSubscribedCategories(HttpPrincipal httpPrincipal, long groupId, long userId, int start, int end)
           
 

Uses of MBCategory in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl that return MBCategory
 MBCategory MBCategoryServiceImpl.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceImpl.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceImpl.addCategory(long userId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceImpl.addCategory(long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceImpl.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceImpl.getCategory(long categoryId)
           
 MBCategory MBCategoryServiceImpl.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryLocalServiceImpl.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryServiceImpl.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
 MBCategory MBCategoryLocalServiceImpl.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
 MBCategory MBCategoryServiceImpl.moveCategoryToTrash(long categoryId)
           
 MBCategory MBCategoryLocalServiceImpl.moveCategoryToTrash(long userId, long categoryId)
           
 MBCategory MBCategoryServiceImpl.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean mailingListActive, boolean allowAnonymousEmail, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceImpl.updateCategory(long categoryId, long parentCategoryId, String name, String description, String displayStyle, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceImpl.updateMessageCount(long categoryId)
           
 MBCategory MBCategoryLocalServiceImpl.updateStatistics(long categoryId)
           
 MBCategory MBCategoryLocalServiceImpl.updateStatus(long userId, long categoryId, int status)
           
 MBCategory MBCategoryLocalServiceImpl.updateThreadCount(long categoryId)
           
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceImpl.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCompanyCategories(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryServiceImpl.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type MBCategory
 void MBCategoryLocalServiceImpl.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceImpl.addCategoryResources(MBCategory category, ModelPermissions modelPermissions)
           
 void MBCategoryLocalServiceImpl.deleteCategory(MBCategory category)
           
 void MBCategoryLocalServiceImpl.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
protected  long MBCategoryLocalServiceImpl.getParentCategoryId(MBCategory category, long parentCategoryId)
           
protected  void MBCategoryLocalServiceImpl.mergeCategories(MBCategory fromCategory, long toCategoryId)
           
protected  void MBThreadLocalServiceImpl.moveChildrenMessages(MBMessage parentMessage, MBCategory category, long oldThreadId)
           
protected  void MBCategoryLocalServiceImpl.updateChildCategoriesDisplayStyle(MBCategory category, String displayStyle)
           
 

Uses of MBCategory in com.liferay.portlet.messageboards.service.permission
 

Methods in com.liferay.portlet.messageboards.service.permission with parameters of type MBCategory
static void MBCategoryPermission.check(PermissionChecker permissionChecker, MBCategory category, String actionId)
           
static boolean MBCategoryPermission.contains(PermissionChecker permissionChecker, MBCategory category, String actionId)
           
 

Uses of MBCategory in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that return MBCategory
 MBCategory MBCategoryPersistence.create(long categoryId)
          Creates a new message boards category with the primary key.
static MBCategory MBCategoryUtil.create(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory MBCategoryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or returns null if it could not be found.
static MBCategory MBCategoryUtil.fetchByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or returns null if it could not be found.
 MBCategory MBCategoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found.
static MBCategory MBCategoryUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found.
 MBCategory MBCategoryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MBCategory MBCategoryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
static MBCategory[] MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
 MBCategory MBCategoryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
static MBCategory MBCategoryUtil.findByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory[] MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
static MBCategory MBCategoryUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
static MBCategory MBCategoryUtil.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
 MBCategory MBCategoryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
static MBCategory MBCategoryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
static MBCategory MBCategoryUtil.update(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryPersistence.updateImpl(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.updateImpl(MBCategory mbCategory)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBCategory
 Map<Serializable,MBCategory> MBCategoryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,MBCategory> MBCategoryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long parentCategoryId, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_S(long groupId, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId)
          Returns all the message boards categories that the user has permission to view where groupId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId)
          Returns all the message boards categories that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryFinderUtil.filterFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryFinder.filterFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryPersistence.findAll()
          Returns all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll()
          Returns all the message boards categories.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end)
          Returns a range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status)
          Returns all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status)
          Returns all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId)
          Returns all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId)
          Returns all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status)
          Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status)
          Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId)
          Returns all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId)
          Returns all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds)
          Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds)
          Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status)
          Returns all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status)
          Returns all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId)
          Returns all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId)
          Returns all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
          Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
          Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
          Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
          Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
          Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
          Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId)
          Returns all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid)
          Returns all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid)
          Returns all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryFinderUtil.findC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryFinder.findC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBCategory> orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBCategory
 void MBCategoryPersistence.cacheResult(MBCategory mbCategory)
          Caches the message boards category in the entity cache if it is enabled.
static void MBCategoryUtil.cacheResult(MBCategory mbCategory)
          Caches the message boards category in the entity cache if it is enabled.
static void MBCategoryUtil.clearCache(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryPersistence.updateImpl(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.updateImpl(MBCategory mbCategory)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBCategory
 void MBCategoryPersistence.cacheResult(List<MBCategory> mbCategories)
          Caches the message boards categories in the entity cache if it is enabled.
static void MBCategoryUtil.cacheResult(List<MBCategory> mbCategories)
          Caches the message boards categories in the entity cache if it is enabled.
static int MBCategoryFinderUtil.countC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 int MBCategoryFinder.countC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 MBCategory MBCategoryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static int MBCategoryFinderUtil.filterCountC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 int MBCategoryFinder.filterCountC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 MBCategory[] MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
static MBCategory[] MBCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryFinderUtil.filterFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryFinder.filterFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
 MBCategory MBCategoryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory MBCategoryUtil.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory MBCategoryUtil.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
static MBCategory[] MBCategoryUtil.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistence.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static MBCategory MBCategoryUtil.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistence.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
static List<MBCategory> MBCategoryUtil.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory MBCategoryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
static MBCategory[] MBCategoryUtil.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
static List<MBCategory> MBCategoryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
static List<MBCategory> MBCategoryFinderUtil.findC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryFinder.findC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
static List<MBCategory> MBCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MBCategory> orderByComparator)
           
 

Uses of MBCategory in com.liferay.portlet.messageboards.service.persistence.impl
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl that return MBCategory
 MBCategory MBCategoryPersistenceImpl.create(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory MBCategoryPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or returns null if it could not be found.
 MBCategory MBCategoryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the message boards category with the primary key or returns null if it could not be found.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found.
 MBCategory MBCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
 MBCategory MBCategoryPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
          Returns the message boards category with the primary key or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards category with the primary key or throws a NoSuchModelException if it could not be found.
 MBCategory MBCategoryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the message boards category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 MBCategory MBCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
protected  MBCategory MBCategoryPersistenceImpl.getByC_S_PrevAndNext(Session session, MBCategory mbCategory, long companyId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBCategory mbCategory, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBCategory mbCategory, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, MBCategory mbCategory, String uuid, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
 MBCategory MBCategoryPersistenceImpl.remove(long categoryId)
          Removes the message boards category with the primary key from the database.
 MBCategory MBCategoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards category with the primary key from the database.
 MBCategory MBCategoryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards category where uuid = ? and groupId = ? from the database.
protected  MBCategory MBCategoryPersistenceImpl.removeImpl(MBCategory mbCategory)
           
protected  MBCategory MBCategoryPersistenceImpl.toUnwrappedModel(MBCategory mbCategory)
           
 MBCategory MBCategoryPersistenceImpl.updateImpl(MBCategory mbCategory)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl that return types with arguments of type MBCategory
protected  List<MBCategory> MBCategoryFinderImpl.doFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition, boolean inlineSQLHelper)
           
 Map<Serializable,MBCategory> MBCategoryPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long parentCategoryId, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds)
          Returns all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_S(long groupId, int status)
          Returns all the message boards categories that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the message boards categories that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
          Returns all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories that the user has permission to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryFinderImpl.filterFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 List<MBCategory> MBCategoryPersistenceImpl.findAll()
          Returns all the message boards categories.
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistenceImpl.findByC_S(long companyId, int status)
          Returns all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId)
          Returns all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status)
          Returns all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId)
          Returns all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds)
          Returns all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_S(long groupId, int status)
          Returns all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId)
          Returns all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status)
          Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status)
          Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds)
          Returns all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId)
          Returns all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid)
          Returns all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryFinderImpl.findC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl with parameters of type MBCategory
 void MBCategoryPersistenceImpl.cacheResult(MBCategory mbCategory)
          Caches the message boards category in the entity cache if it is enabled.
 void MBCategoryPersistenceImpl.clearCache(MBCategory mbCategory)
          Clears the cache for the message boards category.
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByC_S_PrevAndNext(Session session, MBCategory mbCategory, long companyId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBCategory mbCategory, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBCategory mbCategory, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, MBCategory mbCategory, String uuid, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.removeImpl(MBCategory mbCategory)
           
protected  MBCategory MBCategoryPersistenceImpl.toUnwrappedModel(MBCategory mbCategory)
           
 MBCategory MBCategoryPersistenceImpl.updateImpl(MBCategory mbCategory)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence.impl with type arguments of type MBCategory
 void MBCategoryPersistenceImpl.cacheResult(List<MBCategory> mbCategories)
          Caches the message boards categories in the entity cache if it is enabled.
 void MBCategoryPersistenceImpl.clearCache(List<MBCategory> mbCategories)
           
 int MBCategoryFinderImpl.countC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
protected  int MBCategoryFinderImpl.doCountC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition, boolean inlineSQLHelper)
           
protected  List<MBCategory> MBCategoryFinderImpl.doFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition, boolean inlineSQLHelper)
           
 MBCategory MBCategoryPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 int MBCategoryFinderImpl.filterCountC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
 MBCategory[] MBCategoryPersistenceImpl.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set of message boards categories that the user has permission to view where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryFinderImpl.filterFindC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories.
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories.
 MBCategory MBCategoryPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where groupId = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_First(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_Last(long categoryId, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_S_First(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 MBCategory MBCategoryPersistenceImpl.findByNotC_G_P_S_Last(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long[] categoryIds, long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P_S(long categoryId, long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ? and status = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ all ? and groupId = ? and parentCategoryId = any ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long[] categoryIds, long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?, optionally using the finder cache.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByNotC_G_P(long categoryId, long groupId, long parentCategoryId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where categoryId ≠ ? and groupId = ? and parentCategoryId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
 MBCategory MBCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator<MBCategory> orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<MBCategory> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards categories where uuid = ?.
 List<MBCategory> MBCategoryFinderImpl.findC_ByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition<MBCategory> queryDefinition)
           
protected  MBCategory MBCategoryPersistenceImpl.getByC_S_PrevAndNext(Session session, MBCategory mbCategory, long companyId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBCategory mbCategory, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_S_PrevAndNext(Session session, MBCategory mbCategory, long groupId, int status, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session, MBCategory mbCategory, String uuid, long companyId, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, MBCategory mbCategory, String uuid, OrderByComparator<MBCategory> orderByComparator, boolean previous)
           
protected  String MBCategoryFinderImpl.updateSQL(String sql, QueryDefinition<MBCategory> queryDefinition)
           
 

Uses of MBCategory in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util with parameters of type MBCategory
static long MBUtil.getCategoryId(javax.servlet.http.HttpServletRequest request, MBCategory category)
           
 


Liferay 7.0-ce-b4