Liferay 6.0.3

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

Packages that use MBCategory
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.messageboards.lar   
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.util   
 

Uses of MBCategory in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return MBCategory
 MBCategory DataFactory.addMBCategory(long categoryId, long groupId, long companyId, long userId, String name, String description, int threadCount, int messageCount)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type MBCategory
 void SampleSQLBuilder.insertMBCategory(MBCategory mbCategory)
           
 

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

Methods in com.liferay.portlet.messageboards.lar with parameters of type MBCategory
protected  void MBPortletDataHandlerImpl.exportCategory(PortletDataContext context, Element categoriesElement, Element messagesElement, Element messageFlagsElement, MBCategory category)
           
protected  String MBPortletDataHandlerImpl.getCategoryPath(PortletDataContext context, MBCategory category)
           
protected  void MBPortletDataHandlerImpl.importCategory(PortletDataContext context, MBCategory category)
           
 

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
 MBCategory MBMessageWrapper.getCategory()
           
 MBCategory MBMessageDisplay.getCategory()
           
 MBCategory MBMessage.getCategory()
           
 MBCategory MBCategoryDisplay.getRootCategory()
           
 MBCategory MBCategoryWrapper.getWrappedMBCategory()
           
 MBCategory MBCategoryWrapper.toEscapedModel()
           
 MBCategory MBCategoryModel.toEscapedModel()
           
 

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

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 MBCategoryImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBCategory
 MBCategory MBMessageImpl.getCategory()
           
 MBCategory MBMessageDisplayImpl.getCategory()
           
 MBCategory MBCategoryDisplayImpl.getRootCategory()
           
 MBCategory MBCategoryModelImpl.toEscapedModel()
           
static MBCategory MBCategoryModelImpl.toModel(MBCategorySoap soapModel)
           
 

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)
           
static List<MBCategory> MBCategoryModelImpl.toModels(MBCategorySoap[] soapModels)
           
 

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, String threadView)
           
 

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, 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, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceWrapper.addCategory(long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.addCategory(long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.addCategory(long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
           
static MBCategory MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceWrapper.createMBCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.createMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.createMBCategory(long categoryId)
           
 MBCategory MBCategoryServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryService.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.getMBCategory(long categoryId)
           
static MBCategory MBCategoryLocalServiceUtil.getMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalService.getMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceWrapper.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
           
static MBCategory MBCategoryLocalServiceUtil.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
           
 MBCategory MBCategoryLocalService.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
           
 MBCategory MBCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryService.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
static MBCategory MBCategoryLocalServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalService.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
           
static MBCategory MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory, boolean merge)
           
static MBCategory MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory, boolean merge)
           
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryLocalServiceWrapper.getCategories(long groupId)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCategories(long groupId)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId)
           
 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> 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> MBCategoryLocalServiceUtil.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 parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryServiceUtil.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> MBCategoryLocalServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getCompanyCategories(long companyId, int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getCompanyCategories(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getCompanyCategories(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceWrapper.getMBCategories(int start, int end)
           
static List<MBCategory> MBCategoryLocalServiceUtil.getMBCategories(int start, int end)
           
 List<MBCategory> MBCategoryLocalService.getMBCategories(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)
           
 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> MBCategoryLocalServiceUtil.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
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(MBCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceWrapper.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
static void MBCategoryLocalServiceUtil.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void MBCategoryLocalService.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
 MBCategory MBCategoryLocalServiceWrapper.addMBCategory(MBCategory mbCategory)
           
static MBCategory MBCategoryLocalServiceUtil.addMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalService.addMBCategory(MBCategory mbCategory)
           
 void MBCategoryLocalServiceWrapper.deleteCategory(MBCategory category)
           
static void MBCategoryLocalServiceUtil.deleteCategory(MBCategory category)
           
 void MBCategoryLocalService.deleteCategory(MBCategory category)
           
 void MBCategoryLocalServiceWrapper.deleteMBCategory(MBCategory mbCategory)
           
static void MBCategoryLocalServiceUtil.deleteMBCategory(MBCategory mbCategory)
           
 void MBCategoryLocalService.deleteMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory)
           
static MBCategory MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceWrapper.updateMBCategory(MBCategory mbCategory, boolean merge)
           
static MBCategory MBCategoryLocalServiceUtil.updateMBCategory(MBCategory mbCategory, boolean merge)
           
 MBCategory MBCategoryLocalService.updateMBCategory(MBCategory mbCategory, boolean merge)
           
 

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)
           
 MBCategory MBCategoryLocalServiceBaseImpl.createMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceBaseImpl.getMBCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceBaseImpl.getMBCategoryByUuidAndGroupId(String uuid, long groupId)
           
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryLocalServiceBaseImpl.getMBCategories(int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBCategory
 MBCategory MBCategoryLocalServiceBaseImpl.addMBCategory(MBCategory mbCategory)
           
 void MBCategoryLocalServiceBaseImpl.deleteMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory)
           
 MBCategory MBCategoryLocalServiceBaseImpl.updateMBCategory(MBCategory mbCategory, boolean merge)
           
 

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 parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
static MBCategory MBCategoryServiceHttp.getCategory(HttpPrincipal httpPrincipal, long categoryId)
           
static MBCategory MBCategoryServiceHttp.updateCategory(HttpPrincipal httpPrincipal, long categoryId, long parentCategoryId, String name, String description, 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 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, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryServiceHttp.getSubscribedCategories(HttpPrincipal httpPrincipal, long groupId, long userId, int start, int end)
           
 

Methods in com.liferay.portlet.messageboards.service.http with parameters of type MBCategory
static JSONArray MBCategoryJSONSerializer.toJSONArray(MBCategory[] models)
           
static JSONArray MBCategoryJSONSerializer.toJSONArray(MBCategory[][] models)
           
static JSONObject MBCategoryJSONSerializer.toJSONObject(MBCategory model)
           
 

Method parameters in com.liferay.portlet.messageboards.service.http with type arguments of type MBCategory
static JSONArray MBCategoryJSONSerializer.toJSONArray(List<MBCategory> models)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl that return MBCategory
 MBCategory MBCategoryLocalServiceImpl.addCategory(long userId, long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceImpl.addCategory(long parentCategoryId, String name, String description, 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, ServiceContext serviceContext)
           
 MBCategory MBCategoryServiceImpl.getCategory(long categoryId)
           
 MBCategory MBCategoryLocalServiceImpl.getCategory(long categoryId)
           
 MBCategory MBCategoryServiceImpl.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
 MBCategory MBCategoryLocalServiceImpl.updateCategory(long categoryId, long parentCategoryId, String name, String description, 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 mergeWithParentCategory, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBCategory
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId)
           
 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 parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryLocalServiceImpl.getCategories(long groupId, long parentCategoryId, 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 addCommunityPermissions, boolean addGuestPermissions)
           
 void MBCategoryLocalServiceImpl.addCategoryResources(MBCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void MBCategoryLocalServiceImpl.deleteCategory(MBCategory category)
           
protected  long MBCategoryLocalServiceImpl.getParentCategoryId(MBCategory category, long parentCategoryId)
           
protected  void MBCategoryLocalServiceImpl.mergeCategories(MBCategory fromCategory, long toCategoryId)
           
protected  int MBThreadLocalServiceImpl.moveChildrenMessages(MBMessage parentMessage, MBCategory category, long oldThreadId)
           
 

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
static MBCategory MBCategoryUtil.create(long categoryId)
           
 MBCategory MBCategoryPersistence.create(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.create(long categoryId)
           
static MBCategory MBCategoryUtil.fetchByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistence.fetchByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.fetchByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static MBCategory MBCategoryUtil.fetchByUUID_G(String uuid, long groupId)
           
 MBCategory MBCategoryPersistence.fetchByUUID_G(String uuid, long groupId)
           
 MBCategory MBCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
           
static MBCategory MBCategoryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 MBCategory MBCategoryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 MBCategory MBCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
static MBCategory MBCategoryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByCompanyId_PrevAndNext(long categoryId, long companyId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistence.findByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static MBCategory MBCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static MBCategory MBCategoryUtil.findByUUID_G(String uuid, long groupId)
           
 MBCategory MBCategoryPersistence.findByUUID_G(String uuid, long groupId)
           
 MBCategory MBCategoryPersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static MBCategory MBCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 MBCategory MBCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static MBCategory[] MBCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
 MBCategory[] MBCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
protected  MBCategory MBCategoryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBCategory mbCategory, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, MBCategory mbCategory, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static MBCategory MBCategoryUtil.remove(long categoryId)
           
 MBCategory MBCategoryPersistence.remove(long categoryId)
           
 MBCategory MBCategoryPersistenceImpl.remove(long categoryId)
           
static MBCategory MBCategoryUtil.remove(MBCategory mbCategory)
           
 MBCategory MBCategoryPersistenceImpl.remove(Serializable primaryKey)
           
protected  MBCategory MBCategoryPersistenceImpl.removeImpl(MBCategory mbCategory)
           
protected  MBCategory MBCategoryPersistenceImpl.toUnwrappedModel(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory, boolean merge)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory, boolean merge, ServiceContext serviceContext)
           
static MBCategory MBCategoryUtil.updateImpl(MBCategory mbCategory, boolean merge)
           
 MBCategory MBCategoryPersistence.updateImpl(MBCategory mbCategory, boolean merge)
           
 MBCategory MBCategoryPersistenceImpl.updateImpl(MBCategory mbCategory, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBCategory
protected  List<MBCategory> MBCategoryFinderImpl.doFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end, boolean inlineSQLHelper)
           
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId)
           
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds)
           
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId)
           
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId)
           
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<MBCategory> MBCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryFinderUtil.filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryFinder.filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryFinderImpl.filterFindByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findAll()
           
 List<MBCategory> MBCategoryPersistence.findAll()
           
 List<MBCategory> MBCategoryPersistenceImpl.findAll()
           
static List<MBCategory> MBCategoryUtil.findAll(int start, int end)
           
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end)
           
static List<MBCategory> MBCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId)
           
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId)
           
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId)
           
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId)
           
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds)
           
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds)
           
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long[] parentCategoryIds, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId)
           
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId)
           
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<MBCategory> MBCategoryFinderUtil.findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryFinder.findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> MBCategoryFinderImpl.findByS_G_U_P(long groupId, long userId, long[] parentCategoryIds, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid)
           
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid)
           
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end)
           
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end)
           
static List<MBCategory> MBCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<MBCategory> MBCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
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
static void MBCategoryUtil.cacheResult(MBCategory mbCategory)
           
 void MBCategoryPersistence.cacheResult(MBCategory mbCategory)
           
 void MBCategoryPersistenceImpl.cacheResult(MBCategory mbCategory)
           
static void MBCategoryUtil.clearCache(MBCategory mbCategory)
           
 void MBCategoryPersistenceImpl.clearCache(MBCategory mbCategory)
           
protected  MBCategory MBCategoryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, MBCategory mbCategory, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, MBCategory mbCategory, long groupId, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBCategory mbCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBCategory MBCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, MBCategory mbCategory, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static MBCategory MBCategoryUtil.remove(MBCategory mbCategory)
           
protected  MBCategory MBCategoryPersistenceImpl.removeImpl(MBCategory mbCategory)
           
protected  MBCategory MBCategoryPersistenceImpl.toUnwrappedModel(MBCategory mbCategory)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory, boolean merge)
           
static MBCategory MBCategoryUtil.update(MBCategory mbCategory, boolean merge, ServiceContext serviceContext)
           
static MBCategory MBCategoryUtil.updateImpl(MBCategory mbCategory, boolean merge)
           
 MBCategory MBCategoryPersistence.updateImpl(MBCategory mbCategory, boolean merge)
           
 MBCategory MBCategoryPersistenceImpl.updateImpl(MBCategory mbCategory, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBCategory
static void MBCategoryUtil.cacheResult(List<MBCategory> mbCategories)
           
 void MBCategoryPersistence.cacheResult(List<MBCategory> mbCategories)
           
 void MBCategoryPersistenceImpl.cacheResult(List<MBCategory> mbCategories)
           
 

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

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


Liferay 6.0.3