Class MBCategoryLocalServiceUtil
com.liferay.message.boards.service.impl.MBCategoryLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MBCategoryaddCategory(String externalReferenceCode, long userId, long parentCategoryId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) static MBCategoryaddCategory(String externalReferenceCode, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) static voidaddCategoryResources(long categoryId, boolean addGroupPermissions, boolean addGuestPermissions) static voidaddCategoryResources(long categoryId, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) static voidaddCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions) static voidaddCategoryResources(MBCategory category, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) static MBCategoryaddMBCategory(MBCategory mbCategory) Adds the message boards category to the database.static MBCategorycreateMBCategory(long categoryId) Creates a new message boards category with the primary key.static com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) static voiddeleteCategories(long groupId) static voiddeleteCategory(long categoryId) static voiddeleteCategory(MBCategory category) static voiddeleteCategory(MBCategory category, boolean includeTrashedEntries) static voiddeleteCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) static MBCategorydeleteMBCategory(long categoryId) Deletes the message boards category with the primary key from the database.static MBCategorydeleteMBCategory(MBCategory mbCategory) Deletes the message boards category from the database.static com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) static <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) static intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) static com.liferay.portal.kernel.dao.orm.DynamicQuerystatic <T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.static <T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.static <T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.static longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) Returns the number of rows matching the dynamic query.static MBCategoryfetchMBCategory(long categoryId) static MBCategoryfetchMBCategory(long groupId, String friendlyURL) static MBCategoryfetchMBCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) static MBCategoryfetchMBCategoryByUuidAndGroupId(String uuid, long groupId) Returns the message boards category matching the UUID and group.static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerystatic List<MBCategory>getCategories(long groupId) static List<MBCategory>getCategories(long groupId, int status) static List<MBCategory>getCategories(long groupId, long[] parentCategoryIds, int start, int end) static List<MBCategory>getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) static List<MBCategory>getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end) static List<MBCategory>getCategories(long groupId, long parentCategoryId, int start, int end) static List<MBCategory>getCategories(long groupId, long parentCategoryId, int status, int start, int end) static List<MBCategory>getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end) getCategoriesAndThreads(long groupId, long categoryId) getCategoriesAndThreads(long groupId, long categoryId, int status) getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end) static intgetCategoriesAndThreadsCount(long groupId, long categoryId) static intgetCategoriesAndThreadsCount(long groupId, long categoryId, int status) static intgetCategoriesCount(long groupId) static intgetCategoriesCount(long groupId, int status) static intgetCategoriesCount(long groupId, long parentCategoryId) static intgetCategoriesCount(long groupId, long[] parentCategoryIds) static intgetCategoriesCount(long groupId, long[] parentCategoryIds, int status) static intgetCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status) static intgetCategoriesCount(long groupId, long parentCategoryId, int status) static intgetCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status) static MBCategorygetCategory(long categoryId) static List<MBCategory>getCompanyCategories(long companyId, int start, int end) static intgetCompanyCategoriesCount(long companyId) static com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerystatic List<MBCategory>getMBCategories(int start, int end) Returns a range of all the message boards categories.static List<MBCategory>getMBCategoriesByUuidAndCompanyId(String uuid, long companyId) Returns all the message boards categories matching the UUID and company.static List<MBCategory>getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns a range of message boards categories matching the UUID and company.static intReturns the number of message boards categories.static MBCategorygetMBCategory(long categoryId) Returns the message boards category with the primary key.static MBCategorygetMBCategory(long groupId, String friendlyURL) static MBCategorygetMBCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) static MBCategorygetMBCategoryByUuidAndGroupId(String uuid, long groupId) Returns the message boards category matching the UUID and group.static StringReturns the OSGi service identifier.static com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) static MBCategoryLocalServicegetSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId) static List<MBCategory>getSubscribedCategories(long groupId, long userId, int start, int end) static intgetSubscribedCategoriesCount(long groupId, long userId) static voidmoveCategoriesToTrash(long groupId, long userId) static MBCategorymoveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) static MBCategorymoveCategoryFromTrash(long userId, long categoryId, long newCategoryId) static MBCategorymoveCategoryToTrash(long userId, long categoryId) static voidrestoreCategoryFromTrash(long userId, long categoryId) static voidsubscribeCategory(long userId, long groupId, long categoryId) static voidunsubscribeCategory(long userId, long groupId, long categoryId) static MBCategoryupdateCategory(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, com.liferay.portal.kernel.service.ServiceContext serviceContext) static MBCategoryupdateMBCategory(MBCategory mbCategory) Updates the message boards category in the database or adds it if it does not yet exist.static MBCategoryupdateStatus(long userId, long categoryId, int status)
-
Constructor Details
-
MBCategoryLocalServiceUtil
public MBCategoryLocalServiceUtil()
-
-
Method Details
-
addCategory
public static MBCategory addCategory(String externalReferenceCode, long userId, long parentCategoryId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCategory
public static MBCategory addCategory(String externalReferenceCode, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCategoryResources
public static void addCategoryResources(long categoryId, boolean addGroupPermissions, boolean addGuestPermissions) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCategoryResources
public static void addCategoryResources(long categoryId, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCategoryResources
public static void addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCategoryResources
public static void addCategoryResources(MBCategory category, com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addMBCategory
Adds the message boards category to the database. Also notifies the appropriate model listeners.Important: Inspect MBCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Parameters:
mbCategory- the message boards category- Returns:
- the message boards category that was added
-
createMBCategory
Creates a new message boards category with the primary key. Does not add the message boards category to the database.- Parameters:
categoryId- the primary key for the new message boards category- Returns:
- the new message boards category
-
createPersistedModel
public static com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategories
public static void deleteCategories(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategory
public static void deleteCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategory
public static void deleteCategory(MBCategory category) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategory
public static void deleteCategory(MBCategory category, boolean includeTrashedEntries) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCategoryByExternalReferenceCode
public static void deleteCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteMBCategory
public static MBCategory deleteMBCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException Deletes the message boards category with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect MBCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Parameters:
categoryId- the primary key of the message boards category- Returns:
- the message boards category that was removed
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a message boards category with the primary key could not be found
-
deleteMBCategory
Deletes the message boards category from the database. Also notifies the appropriate model listeners.Important: Inspect MBCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Parameters:
mbCategory- the message boards category- Returns:
- the message boards category that was removed
-
deletePersistedModel
public static com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public static <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) -
dslQueryCount
public static int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) -
dynamicQuery
public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() -
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public static <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.message.boards.model.impl.MBCategoryModelImpl.- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public static <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.message.boards.model.impl.MBCategoryModelImpl.- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public static long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) Returns the number of rows matching the dynamic query.- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchMBCategory
-
fetchMBCategory
-
fetchMBCategoryByExternalReferenceCode
public static MBCategory fetchMBCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) -
fetchMBCategoryByUuidAndGroupId
Returns the message boards category matching the UUID and group.- Parameters:
uuid- the message boards category's UUIDgroupId- the primary key of the group- Returns:
- the matching message boards category, or
nullif a matching message boards category could not be found
-
getActionableDynamicQuery
public static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery() -
getCategories
-
getCategories
-
getCategories
public static List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end) -
getCategories
public static List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end) -
getCategories
public static List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end) -
getCategories
public static List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end) -
getCategories
public static List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end) -
getCategories
public static List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end) -
getCategoriesAndThreads
-
getCategoriesAndThreads
-
getCategoriesAndThreads
-
getCategoriesAndThreadsCount
public static int getCategoriesAndThreadsCount(long groupId, long categoryId) -
getCategoriesAndThreadsCount
public static int getCategoriesAndThreadsCount(long groupId, long categoryId, int status) -
getCategoriesCount
public static int getCategoriesCount(long groupId) -
getCategoriesCount
public static int getCategoriesCount(long groupId, int status) -
getCategoriesCount
public static int getCategoriesCount(long groupId, long parentCategoryId) -
getCategoriesCount
public static int getCategoriesCount(long groupId, long parentCategoryId, int status) -
getCategoriesCount
public static int getCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status) -
getCategoriesCount
public static int getCategoriesCount(long groupId, long[] parentCategoryIds) -
getCategoriesCount
public static int getCategoriesCount(long groupId, long[] parentCategoryIds, int status) -
getCategoriesCount
public static int getCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status) -
getCategory
public static MBCategory getCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCompanyCategories
-
getCompanyCategoriesCount
public static int getCompanyCategoriesCount(long companyId) -
getExportActionableDynamicQuery
public static com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) -
getIndexableActionableDynamicQuery
public static com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery() -
getMBCategories
Returns a range of all the message boards categories.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.message.boards.model.impl.MBCategoryModelImpl.- Parameters:
start- the lower bound of the range of message boards categoriesend- the upper bound of the range of message boards categories (not inclusive)- Returns:
- the range of message boards categories
-
getMBCategoriesByUuidAndCompanyId
Returns all the message boards categories matching the UUID and company.- Parameters:
uuid- the UUID of the message boards categoriescompanyId- the primary key of the company- Returns:
- the matching message boards categories, or an empty list if no matches were found
-
getMBCategoriesByUuidAndCompanyId
public static List<MBCategory> getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBCategory> orderByComparator) Returns a range of message boards categories matching the UUID and company.- Parameters:
uuid- the UUID of the message boards categoriescompanyId- the primary key of the companystart- the lower bound of the range of message boards categoriesend- the upper bound of the range of message boards categories (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching message boards categories, or an empty list if no matches were found
-
getMBCategoriesCount
public static int getMBCategoriesCount()Returns the number of message boards categories.- Returns:
- the number of message boards categories
-
getMBCategory
public static MBCategory getMBCategory(long categoryId) throws com.liferay.portal.kernel.exception.PortalException Returns the message boards category with the primary key.- Parameters:
categoryId- the primary key of the message boards category- Returns:
- the message boards category
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a message boards category with the primary key could not be found
-
getMBCategory
public static MBCategory getMBCategory(long groupId, String friendlyURL) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMBCategoryByExternalReferenceCode
public static MBCategory getMBCategoryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMBCategoryByUuidAndGroupId
public static MBCategory getMBCategoryByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the message boards category matching the UUID and group.- Parameters:
uuid- the message boards category's UUIDgroupId- the primary key of the group- Returns:
- the matching message boards category
- Throws:
com.liferay.portal.kernel.exception.PortalException- if a matching message boards category could not be found
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getPersistedModel
public static com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSubcategoryIds
-
getSubscribedCategories
public static List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end) -
getSubscribedCategoriesCount
public static int getSubscribedCategoriesCount(long groupId, long userId) -
moveCategoriesToTrash
public static void moveCategoriesToTrash(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCategory
public static MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCategoryFromTrash
public static MBCategory moveCategoryFromTrash(long userId, long categoryId, long newCategoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveCategoryToTrash
public static MBCategory moveCategoryToTrash(long userId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreCategoryFromTrash
public static void restoreCategoryFromTrash(long userId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribeCategory
public static void subscribeCategory(long userId, long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribeCategory
public static void unsubscribeCategory(long userId, long groupId, long categoryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCategory
public static MBCategory 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateMBCategory
Updates the message boards category in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect MBCategoryLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Parameters:
mbCategory- the message boards category- Returns:
- the message boards category that was updated
-
updateStatus
public static MBCategory updateStatus(long userId, long categoryId, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-