Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.service
Class MBCategoryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBCategoryLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<MBCategoryLocalService>, MBCategoryLocalService

@ProviderType
public class MBCategoryLocalServiceWrapper
extends Object
implements MBCategoryLocalService, ServiceWrapper<MBCategoryLocalService>

Provides a wrapper for MBCategoryLocalService.

See Also:
MBCategoryLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MBCategoryLocalServiceWrapper(MBCategoryLocalService mbCategoryLocalService)
           
 
Method Summary
 MBCategory addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 MBCategory 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)
           
 void addCategoryResources(long categoryId, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addCategoryResources(long categoryId, ModelPermissions modelPermissions)
           
 void addCategoryResources(MBCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addCategoryResources(MBCategory category, ModelPermissions modelPermissions)
           
 MBCategory addMBCategory(MBCategory mbCategory)
          Adds the message boards category to the database.
 MBCategory createMBCategory(long categoryId)
          Creates a new message boards category with the primary key.
 void deleteCategories(long groupId)
           
 void deleteCategory(long categoryId)
           
 void deleteCategory(MBCategory category)
           
 void deleteCategory(MBCategory category, boolean includeTrashedEntries)
           
 MBCategory deleteMBCategory(long categoryId)
          Deletes the message boards category with the primary key from the database.
 MBCategory deleteMBCategory(MBCategory mbCategory)
          Deletes the message boards category from the database.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 MBCategory fetchMBCategory(long categoryId)
           
 MBCategory fetchMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 ActionableDynamicQuery getActionableDynamicQuery()
           
 List<MBCategory> getCategories(long groupId)
           
 List<MBCategory> getCategories(long groupId, int status)
           
 List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int start, int end)
           
 List<MBCategory> getCategories(long groupId, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> getCategories(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status, int start, int end)
           
 List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<MBCategory> getCategories(long groupId, long parentCategoryId, int status, int start, int end)
           
 List<MBCategory> getCategories(long groupId, long excludedCategoryId, long parentCategoryId, int status, int start, int end)
           
 List<Object> getCategoriesAndThreads(long groupId, long categoryId)
           
 List<Object> getCategoriesAndThreads(long groupId, long categoryId, int status)
           
 List<Object> getCategoriesAndThreads(long groupId, long categoryId, int status, int start, int end)
           
 int getCategoriesAndThreadsCount(long groupId, long categoryId)
           
 int getCategoriesAndThreadsCount(long groupId, long categoryId, int status)
           
 int getCategoriesCount(long groupId)
           
 int getCategoriesCount(long groupId, int status)
           
 int getCategoriesCount(long groupId, long parentCategoryId)
           
 int getCategoriesCount(long groupId, long[] parentCategoryIds)
           
 int getCategoriesCount(long groupId, long[] parentCategoryIds, int status)
           
 int getCategoriesCount(long groupId, long[] excludedCategoryIds, long[] parentCategoryIds, int status)
           
 int getCategoriesCount(long groupId, long parentCategoryId, int status)
           
 int getCategoriesCount(long groupId, long excludedCategoryId, long parentCategoryId, int status)
           
 MBCategory getCategory(long categoryId)
           
 List<MBCategory> getCompanyCategories(long companyId, int start, int end)
           
 int getCompanyCategoriesCount(long companyId)
           
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 List<MBCategory> getMBCategories(int start, int end)
          Returns a range of all the message boards categories.
 List<MBCategory> getMBCategoriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the message boards categories matching the UUID and company.
 List<MBCategory> getMBCategoriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<MBCategory> orderByComparator)
          Returns a range of message boards categories matching the UUID and company.
 int getMBCategoriesCount()
          Returns the number of message boards categories.
 MBCategory getMBCategory(long categoryId)
          Returns the message boards category with the primary key.
 MBCategory getMBCategoryByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards category matching the UUID and group.
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<Long> getSubcategoryIds(List<Long> categoryIds, long groupId, long categoryId)
           
 List<MBCategory> getSubscribedCategories(long groupId, long userId, int start, int end)
           
 int getSubscribedCategoriesCount(long groupId, long userId)
           
 MBCategoryLocalService getWrappedService()
           
 void moveCategoriesToTrash(long groupId, long userId)
           
 MBCategory moveCategory(long categoryId, long parentCategoryId, boolean mergeWithParentCategory)
           
 MBCategory moveCategoryFromTrash(long userId, long categoryId, long newCategoryId)
           
 MBCategory moveCategoryToTrash(long userId, long categoryId)
           
 void restoreCategoryFromTrash(long userId, long categoryId)
           
 void setWrappedService(MBCategoryLocalService mbCategoryLocalService)
           
 void subscribeCategory(long userId, long groupId, long categoryId)
           
 void unsubscribeCategory(long userId, long groupId, long categoryId)
           
 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, ServiceContext serviceContext)
           
 MBCategory updateMBCategory(MBCategory mbCategory)
          Updates the message boards category in the database or adds it if it does not yet exist.
 MBCategory updateMessageCount(long categoryId)
           
 MBCategory updateStatistics(long categoryId)
           
 MBCategory updateStatus(long userId, long categoryId, int status)
           
 MBCategory updateThreadCount(long categoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBCategoryLocalServiceWrapper

public MBCategoryLocalServiceWrapper(MBCategoryLocalService mbCategoryLocalService)
Method Detail

addCategory

public MBCategory 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)
                       throws PortalException
Specified by:
addCategory in interface MBCategoryLocalService
Throws:
PortalException

addCategory

public MBCategory addCategory(long userId,
                              long parentCategoryId,
                              String name,
                              String description,
                              ServiceContext serviceContext)
                       throws PortalException
Specified by:
addCategory in interface MBCategoryLocalService
Throws:
PortalException

addCategoryResources

public void addCategoryResources(MBCategory category,
                                 boolean addGroupPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException
Specified by:
addCategoryResources in interface MBCategoryLocalService
Throws:
PortalException

addCategoryResources

public void addCategoryResources(MBCategory category,
                                 ModelPermissions modelPermissions)
                          throws PortalException
Specified by:
addCategoryResources in interface MBCategoryLocalService
Throws:
PortalException

addCategoryResources

public void addCategoryResources(long categoryId,
                                 boolean addGroupPermissions,
                                 boolean addGuestPermissions)
                          throws PortalException
Specified by:
addCategoryResources in interface MBCategoryLocalService
Throws:
PortalException

addCategoryResources

public void addCategoryResources(long categoryId,
                                 ModelPermissions modelPermissions)
                          throws PortalException
Specified by:
addCategoryResources in interface MBCategoryLocalService
Throws:
PortalException

addMBCategory

public MBCategory addMBCategory(MBCategory mbCategory)
Adds the message boards category to the database. Also notifies the appropriate model listeners.

Specified by:
addMBCategory in interface MBCategoryLocalService
Parameters:
mbCategory - the message boards category
Returns:
the message boards category that was added

createMBCategory

public MBCategory createMBCategory(long categoryId)
Creates a new message boards category with the primary key. Does not add the message boards category to the database.

Specified by:
createMBCategory in interface MBCategoryLocalService
Parameters:
categoryId - the primary key for the new message boards category
Returns:
the new message boards category

deleteCategories

public void deleteCategories(long groupId)
                      throws PortalException
Specified by:
deleteCategories in interface MBCategoryLocalService
Throws:
PortalException

deleteCategory

public void deleteCategory(MBCategory category)
                    throws PortalException
Specified by:
deleteCategory in interface MBCategoryLocalService
Throws:
PortalException

deleteCategory

public void deleteCategory(MBCategory category,
                           boolean includeTrashedEntries)
                    throws PortalException
Specified by:
deleteCategory in interface MBCategoryLocalService
Throws:
PortalException

deleteCategory

public void deleteCategory(long categoryId)
                    throws PortalException
Specified by:
deleteCategory in interface MBCategoryLocalService
Throws:
PortalException

deleteMBCategory

public MBCategory deleteMBCategory(long categoryId)
                            throws PortalException
Deletes the message boards category with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBCategory in interface MBCategoryLocalService
Parameters:
categoryId - the primary key of the message boards category
Returns:
the message boards category that was removed
Throws:
PortalException - if a message boards category with the primary key could not be found

deleteMBCategory

public MBCategory deleteMBCategory(MBCategory mbCategory)
Deletes the message boards category from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBCategory in interface MBCategoryLocalService
Parameters:
mbCategory - the message boards category
Returns:
the message boards category that was removed

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface MBCategoryLocalService
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface MBCategoryLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface MBCategoryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface MBCategoryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface MBCategoryLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface MBCategoryLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface MBCategoryLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchMBCategory

public MBCategory fetchMBCategory(long categoryId)
Specified by:
fetchMBCategory in interface MBCategoryLocalService

fetchMBCategoryByUuidAndGroupId

public MBCategory fetchMBCategoryByUuidAndGroupId(String uuid,
                                                  long groupId)
Returns the message boards category matching the UUID and group.

Specified by:
fetchMBCategoryByUuidAndGroupId in interface MBCategoryLocalService
Parameters:
uuid - the message boards category's UUID
groupId - the primary key of the group
Returns:
the matching message boards category, or null if a matching message boards category could not be found

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      long excludedCategoryId,
                                      long parentCategoryId,
                                      int status,
                                      int start,
                                      int end)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      long[] excludedCategoryIds,
                                      long[] parentCategoryIds,
                                      int status,
                                      int start,
                                      int end)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      long parentCategoryId,
                                      int start,
                                      int end)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      long parentCategoryId,
                                      int status,
                                      int start,
                                      int end)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      long[] parentCategoryIds,
                                      int start,
                                      int end)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      long[] parentCategoryIds,
                                      int status,
                                      int start,
                                      int end)
Specified by:
getCategories in interface MBCategoryLocalService

getCategories

public List<MBCategory> getCategories(long groupId,
                                      int status)
Specified by:
getCategories in interface MBCategoryLocalService

getCategoriesAndThreads

public List<Object> getCategoriesAndThreads(long groupId,
                                            long categoryId)
Specified by:
getCategoriesAndThreads in interface MBCategoryLocalService

getCategoriesAndThreads

public List<Object> getCategoriesAndThreads(long groupId,
                                            long categoryId,
                                            int status)
Specified by:
getCategoriesAndThreads in interface MBCategoryLocalService

getCategoriesAndThreads

public List<Object> getCategoriesAndThreads(long groupId,
                                            long categoryId,
                                            int status,
                                            int start,
                                            int end)
Specified by:
getCategoriesAndThreads in interface MBCategoryLocalService

getCategoriesAndThreadsCount

public int getCategoriesAndThreadsCount(long groupId,
                                        long categoryId)
Specified by:
getCategoriesAndThreadsCount in interface MBCategoryLocalService

getCategoriesAndThreadsCount

public int getCategoriesAndThreadsCount(long groupId,
                                        long categoryId,
                                        int status)
Specified by:
getCategoriesAndThreadsCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long excludedCategoryId,
                              long parentCategoryId,
                              int status)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long[] excludedCategoryIds,
                              long[] parentCategoryIds,
                              int status)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long parentCategoryId)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long parentCategoryId,
                              int status)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long[] parentCategoryIds)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long[] parentCategoryIds,
                              int status)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategoriesCount

public int getCategoriesCount(long groupId,
                              int status)
Specified by:
getCategoriesCount in interface MBCategoryLocalService

getCategory

public MBCategory getCategory(long categoryId)
                       throws PortalException
Specified by:
getCategory in interface MBCategoryLocalService
Throws:
PortalException

getCompanyCategories

public List<MBCategory> getCompanyCategories(long companyId,
                                             int start,
                                             int end)
Specified by:
getCompanyCategories in interface MBCategoryLocalService

getCompanyCategoriesCount

public int getCompanyCategoriesCount(long companyId)
Specified by:
getCompanyCategoriesCount in interface MBCategoryLocalService

getExportActionableDynamicQuery

public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Specified by:
getExportActionableDynamicQuery in interface MBCategoryLocalService

getIndexableActionableDynamicQuery

public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface MBCategoryLocalService

getMBCategories

public List<MBCategory> getMBCategories(int start,
                                        int end)
Returns a range of all the message boards categories.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getMBCategories in interface MBCategoryLocalService
Parameters:
start - the lower bound of the range of message boards categories
end - the upper bound of the range of message boards categories (not inclusive)
Returns:
the range of message boards categories

getMBCategoriesByUuidAndCompanyId

public List<MBCategory> getMBCategoriesByUuidAndCompanyId(String uuid,
                                                          long companyId)
Returns all the message boards categories matching the UUID and company.

Specified by:
getMBCategoriesByUuidAndCompanyId in interface MBCategoryLocalService
Parameters:
uuid - the UUID of the message boards categories
companyId - the primary key of the company
Returns:
the matching message boards categories, or an empty list if no matches were found

getMBCategoriesByUuidAndCompanyId

public List<MBCategory> getMBCategoriesByUuidAndCompanyId(String uuid,
                                                          long companyId,
                                                          int start,
                                                          int end,
                                                          OrderByComparator<MBCategory> orderByComparator)
Returns a range of message boards categories matching the UUID and company.

Specified by:
getMBCategoriesByUuidAndCompanyId in interface MBCategoryLocalService
Parameters:
uuid - the UUID of the message boards categories
companyId - the primary key of the company
start - the lower bound of the range of message boards categories
end - the upper bound of the range of message boards categories (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching message boards categories, or an empty list if no matches were found

getMBCategoriesCount

public int getMBCategoriesCount()
Returns the number of message boards categories.

Specified by:
getMBCategoriesCount in interface MBCategoryLocalService
Returns:
the number of message boards categories

getMBCategory

public MBCategory getMBCategory(long categoryId)
                         throws PortalException
Returns the message boards category with the primary key.

Specified by:
getMBCategory in interface MBCategoryLocalService
Parameters:
categoryId - the primary key of the message boards category
Returns:
the message boards category
Throws:
PortalException - if a message boards category with the primary key could not be found

getMBCategoryByUuidAndGroupId

public MBCategory getMBCategoryByUuidAndGroupId(String uuid,
                                                long groupId)
                                         throws PortalException
Returns the message boards category matching the UUID and group.

Specified by:
getMBCategoryByUuidAndGroupId in interface MBCategoryLocalService
Parameters:
uuid - the message boards category's UUID
groupId - the primary key of the group
Returns:
the matching message boards category
Throws:
PortalException - if a matching message boards category could not be found

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface MBCategoryLocalService
Returns:
the OSGi service identifier

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface MBCategoryLocalService
Throws:
PortalException

getSubcategoryIds

public List<Long> getSubcategoryIds(List<Long> categoryIds,
                                    long groupId,
                                    long categoryId)
Specified by:
getSubcategoryIds in interface MBCategoryLocalService

getSubscribedCategories

public List<MBCategory> getSubscribedCategories(long groupId,
                                                long userId,
                                                int start,
                                                int end)
Specified by:
getSubscribedCategories in interface MBCategoryLocalService

getSubscribedCategoriesCount

public int getSubscribedCategoriesCount(long groupId,
                                        long userId)
Specified by:
getSubscribedCategoriesCount in interface MBCategoryLocalService

moveCategoriesToTrash

public void moveCategoriesToTrash(long groupId,
                                  long userId)
                           throws PortalException
Specified by:
moveCategoriesToTrash in interface MBCategoryLocalService
Throws:
PortalException

moveCategory

public MBCategory moveCategory(long categoryId,
                               long parentCategoryId,
                               boolean mergeWithParentCategory)
                        throws PortalException
Specified by:
moveCategory in interface MBCategoryLocalService
Throws:
PortalException

moveCategoryFromTrash

public MBCategory moveCategoryFromTrash(long userId,
                                        long categoryId,
                                        long newCategoryId)
                                 throws PortalException
Specified by:
moveCategoryFromTrash in interface MBCategoryLocalService
Throws:
PortalException

moveCategoryToTrash

public MBCategory moveCategoryToTrash(long userId,
                                      long categoryId)
                               throws PortalException
Specified by:
moveCategoryToTrash in interface MBCategoryLocalService
Throws:
PortalException

restoreCategoryFromTrash

public void restoreCategoryFromTrash(long userId,
                                     long categoryId)
                              throws PortalException
Specified by:
restoreCategoryFromTrash in interface MBCategoryLocalService
Throws:
PortalException

subscribeCategory

public void subscribeCategory(long userId,
                              long groupId,
                              long categoryId)
                       throws PortalException
Specified by:
subscribeCategory in interface MBCategoryLocalService
Throws:
PortalException

unsubscribeCategory

public void unsubscribeCategory(long userId,
                                long groupId,
                                long categoryId)
                         throws PortalException
Specified by:
unsubscribeCategory in interface MBCategoryLocalService
Throws:
PortalException

updateCategory

public 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,
                                 ServiceContext serviceContext)
                          throws PortalException
Specified by:
updateCategory in interface MBCategoryLocalService
Throws:
PortalException

updateMBCategory

public MBCategory updateMBCategory(MBCategory mbCategory)
Updates the message boards category in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateMBCategory in interface MBCategoryLocalService
Parameters:
mbCategory - the message boards category
Returns:
the message boards category that was updated

updateMessageCount

public MBCategory updateMessageCount(long categoryId)
Specified by:
updateMessageCount in interface MBCategoryLocalService

updateStatistics

public MBCategory updateStatistics(long categoryId)
Specified by:
updateStatistics in interface MBCategoryLocalService

updateStatus

public MBCategory updateStatus(long userId,
                               long categoryId,
                               int status)
                        throws PortalException
Specified by:
updateStatus in interface MBCategoryLocalService
Throws:
PortalException

updateThreadCount

public MBCategory updateThreadCount(long categoryId)
Specified by:
updateThreadCount in interface MBCategoryLocalService

getWrappedService

public MBCategoryLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<MBCategoryLocalService>

setWrappedService

public void setWrappedService(MBCategoryLocalService mbCategoryLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<MBCategoryLocalService>

Liferay 7.0-ce-b4