Liferay 6.2.0

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

Packages that use MBCategory
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.persistence   
 

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.
 

Methods in com.liferay.portlet.messageboards.model that return MBCategory
abstract  MBCategory MBMessage.getCategory()
           
 MBCategory MBMessageWrapper.getCategory()
           
abstract  MBCategory MBThread.getCategory()
           
 MBCategory MBThreadWrapper.getCategory()
           
abstract  MBCategory MBMessageDisplay.getCategory()
           
abstract  MBCategory MBCategory.getParentCategory()
           
 MBCategory MBCategoryWrapper.getParentCategory()
           
abstract  MBCategory MBCategoryDisplay.getRootCategory()
           
 MBCategory MBCategoryWrapper.getWrappedMBCategory()
          Deprecated. As of 6.1.0, replaced by MBCategoryWrapper.getWrappedModel()
 MBCategory MBCategoryWrapper.getWrappedModel()
           
abstract  MBCategory MBCategoryModel.toEscapedModel()
           
 MBCategory MBCategoryWrapper.toEscapedModel()
           
abstract  MBCategory MBCategoryModel.toUnescapedModel()
           
 MBCategory MBCategoryWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.messageboards.model with parameters of type MBCategory
abstract  int MBCategoryModel.compareTo(MBCategory mbCategory)
           
 int MBCategoryWrapper.compareTo(MBCategory mbCategory)
           
abstract  List<MBCategory> MBCategoryDisplay.getCategories(MBCategory category)
           
abstract  int MBCategoryDisplay.getSubcategoriesCount(MBCategory category)
           
abstract  int MBCategoryDisplay.getSubcategoriesMessagesCount(MBCategory category)
           
abstract  int MBCategoryDisplay.getSubcategoriesThreadsCount(MBCategory category)
           
abstract  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.service
 

Methods in com.liferay.portlet.messageboards.service that return MBCategory
 MBCategory MBCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
abstract  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, ServiceContext serviceContext)
           
abstract  MBCategory MBCategoryService.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceWrapper.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 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)
           
abstract  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)
           
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)
           
abstract  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)
           
 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)
           
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)
           
 MBCategory MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
abstract  MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
static MBCategory MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory MBCategoryLocalServiceWrapper.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
abstract  MBCategory MBCategoryLocalService.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
static MBCategory MBCategoryLocalServiceUtil.createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
 MBCategory MBCategoryLocalServiceWrapper.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
abstract  MBCategory MBCategoryLocalService.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
static MBCategory MBCategoryLocalServiceUtil.deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory MBCategoryLocalServiceWrapper.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
abstract  MBCategory MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
static MBCategory MBCategoryLocalServiceUtil.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalServiceWrapper.fetchMBCategory(long categoryId)
           
abstract  MBCategory MBCategoryLocalService.fetchMBCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.fetchMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.fetchMBCategoryByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards category with the matching UUID and company.
abstract  MBCategory MBCategoryLocalService.fetchMBCategoryByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards category with the matching UUID and company.
static MBCategory MBCategoryLocalServiceUtil.fetchMBCategoryByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards category with the matching UUID and company.
 MBCategory MBCategoryLocalServiceWrapper.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
abstract  MBCategory MBCategoryLocalService.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
static MBCategory MBCategoryLocalServiceUtil.fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalServiceWrapper.getCategory(long categoryId)
           
abstract  MBCategory MBCategoryLocalService.getCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.getCategory(long categoryId)
           
abstract  MBCategory MBCategoryService.getCategory(long categoryId)
           
 MBCategory MBCategoryServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
abstract  MBCategory MBCategoryLocalService.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
static MBCategory MBCategoryLocalServiceUtil.getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory MBCategoryLocalServiceWrapper.getMBCategoryByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards category with the matching UUID and company.
abstract  MBCategory MBCategoryLocalService.getMBCategoryByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards category with the matching UUID and company.
static MBCategory MBCategoryLocalServiceUtil.getMBCategoryByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards category with the matching UUID and company.
 MBCategory MBCategoryLocalServiceWrapper.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
abstract  MBCategory MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
static MBCategory MBCategoryLocalServiceUtil.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 MBCategory MBCategoryLocalServiceWrapper.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
abstract  MBCategory MBCategoryLocalService.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
static MBCategory MBCategoryLocalServiceUtil.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
abstract  MBCategory MBCategoryService.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory MBCategoryServiceWrapper.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
static MBCategory MBCategoryServiceUtil.moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
abstract  MBCategory MBCategoryService.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
 MBCategory MBCategoryServiceWrapper.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
static MBCategory MBCategoryServiceUtil.moveCategoryFromTrash(long categoryId, long newCategoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
abstract  MBCategory MBCategoryLocalService.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
static MBCategory MBCategoryLocalServiceUtil.moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
abstract  MBCategory MBCategoryService.moveCategoryToTrash(long categoryId)
           
 MBCategory MBCategoryServiceWrapper.moveCategoryToTrash(long categoryId)
           
static MBCategory MBCategoryServiceUtil.moveCategoryToTrash(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.moveCategoryToTrash(long userId, long categoryId)
           
abstract  MBCategory MBCategoryLocalService.moveCategoryToTrash(long userId, long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.moveCategoryToTrash(long userId, long categoryId)
           
 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)
           
abstract  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.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)
           
abstract  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 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 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 MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
abstract  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.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBCategory MBCategoryLocalServiceWrapper.updateStatus(long userId, long categoryId, int status)
           
abstract  MBCategory MBCategoryLocalService.updateStatus(long userId, long categoryId, int status)
           
static MBCategory MBCategoryLocalServiceUtil.updateStatus(long userId, long categoryId, int status)
           
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId)
           
abstract  List<MBCategory> MBCategoryLocalService.getCategories(long groupId)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId)
           
abstract  List<MBCategory> MBCategoryService.getCategories(long groupId)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, int status)
           
abstract  List<MBCategory> MBCategoryLocalService.getCategories(long groupId, int status)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, int status)
           
abstract  List<MBCategory> MBCategoryService.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, int status)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, int status)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
abstract  List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
abstract  List<MBCategory> MBCategoryService.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
abstract  List<MBCategory> MBCategoryLocalService.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)
           
abstract  List<MBCategory> MBCategoryService.getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.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> MBCategoryLocalServiceWrapper.getCategories(long groupId, long parentCategoryId, int start, int end)
           
abstract  List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
abstract  List<MBCategory> MBCategoryService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
abstract  List<MBCategory> MBCategoryLocalService.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)
           
abstract  List<MBCategory> MBCategoryService.getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.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> MBCategoryLocalServiceWrapper.getCompanyCategories(long companyId, int start, int end)
           
abstract  List<MBCategory> MBCategoryLocalService.getCompanyCategories(long companyId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCompanyCategories(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
abstract  List<MBCategory> MBCategoryLocalService.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> MBCategoryLocalServiceWrapper.getSubscribedCategories(long groupId, long userId, int start, int end)
           
abstract  List<MBCategory> MBCategoryLocalService.getSubscribedCategories(long groupId, long userId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getSubscribedCategories(long groupId, long userId, int start, int end)
           
abstract  List<MBCategory> MBCategoryService.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 List<MBCategory> MBCategoryServiceWrapper.getSubscribedCategories(long groupId, long userId, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.getSubscribedCategories(long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBCategory
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
abstract  void MBCategoryLocalService.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, String[] groupPermissions, String[] guestPermissions)
           
abstract  void MBCategoryLocalService.addCategoryResources(MBCategory category, String[] groupPermissions, String[] guestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, String[] groupPermissions, String[] guestPermissions)
           
 MBCategory MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
abstract  MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
static MBCategory MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 void MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category)
           
abstract  void MBCategoryLocalService.deleteCategory(MBCategory category)
           
static void MBCategoryLocalServiceUtil.deleteCategory(MBCategory category)
           
 void MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
abstract  void MBCategoryLocalService.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
static void MBCategoryLocalServiceUtil.deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
 MBCategory MBCategoryLocalServiceWrapper.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
abstract  MBCategory MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
static MBCategory MBCategoryLocalServiceUtil.deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
abstract  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.updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBCategory
abstract  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.
abstract  MBCategory MBCategoryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.fetchByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
abstract  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.
abstract  MBCategory MBCategoryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
abstract  MBCategory MBCategoryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
abstract  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.
abstract  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.
abstract  MBCategory MBCategoryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
abstract  MBCategory[] MBCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator 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 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 = ?.
abstract  MBCategory[] MBCategoryPersistence.filterFindByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator 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 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 = ?.
abstract  MBCategory[] MBCategoryPersistence.filterFindByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator 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 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 = ?.
abstract  MBCategory[] MBCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator 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 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 = ?.
abstract  MBCategory MBCategoryPersistence.findByC_S_First(long companyId, int status, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ? and status = ?.
abstract  MBCategory[] MBCategoryPersistence.findByC_S_PrevAndNext(long categoryId, long companyId, int status, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where companyId = ?.
abstract  MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where companyId = ?.
abstract  MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where companyId = ?.
abstract  MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
abstract  MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
abstract  MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ?.
abstract  MBCategory MBCategoryPersistence.findByG_P_S_First(long groupId, long parentCategoryId, int status, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.findByG_P_S_Last(long groupId, long parentCategoryId, int status, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
abstract  MBCategory[] MBCategoryPersistence.findByG_P_S_PrevAndNext(long categoryId, long groupId, long parentCategoryId, int status, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and parentCategoryId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.findByG_S_First(long groupId, int status, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ? and status = ?.
abstract  MBCategory[] MBCategoryPersistence.findByG_S_PrevAndNext(long categoryId, long groupId, int status, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ? and status = ?.
abstract  MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where groupId = ?.
abstract  MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where groupId = ?.
abstract  MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where groupId = ?.
abstract  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.
abstract  MBCategory MBCategoryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ? and companyId = ?.
abstract  MBCategory MBCategoryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ? and companyId = ?.
abstract  MBCategory[] MBCategoryPersistence.findByUuid_C_PrevAndNext(long categoryId, String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ? and companyId = ?.
abstract  MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards category in the ordered set where uuid = ?.
abstract  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.
abstract  MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards category in the ordered set where uuid = ?.
abstract  MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator 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 orderByComparator)
          Returns the message boards categories before and after the current message boards category in the ordered set where uuid = ?.
abstract  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.
abstract  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)
           
abstract  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
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator 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 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 = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.filterFindByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and status = ?.
abstract  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 = ?.
abstract  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 ?.
abstract  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 ?.
abstract  List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permission to view where groupId = ? and parentCategoryId = any ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ? and status = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories that the user has permissions to view where groupId = ?.
abstract  List<MBCategory> MBCategoryFinder.filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition queryDefinition)
           
static List<MBCategory> MBCategoryFinderUtil.filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition queryDefinition)
           
abstract  List<MBCategory> MBCategoryPersistence.findAll()
          Returns all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll()
          Returns all the message boards categories.
abstract  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.
abstract  List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories.
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards categories.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ? and status = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where companyId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long[] parentCategoryIds, int status, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ? and status = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByG_P_S(long groupId, long parentCategoryId, int status, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ? and status = ?.
abstract  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 = ?.
abstract  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 ?.
abstract  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 ?.
abstract  List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = any ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and parentCategoryId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ? and status = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where groupId = ?.
abstract  List<MBCategory> MBCategoryFinder.findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition queryDefinition)
           
static List<MBCategory> MBCategoryFinderUtil.findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, QueryDefinition queryDefinition)
           
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ? and companyId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards categories where uuid = ?.
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 orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBCategory
abstract  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)
           
abstract  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
abstract  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.
 


Liferay 6.2.0