com.liferay.portlet.messageboards.service
Class MBCategoryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBCategoryServiceWrapper
All Implemented Interfaces:
MBCategoryService

public class MBCategoryServiceWrapper
extends java.lang.Object
implements MBCategoryService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBCategoryService.

Author:
Brian Wing Shun Chan
See Also:
MBCategoryService
Generated:

Constructor Summary
MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
           
 
Method Summary
 MBCategory addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, java.lang.String emailAddress, java.lang.String inProtocol, java.lang.String inServerName, int inServerPort, boolean inUseSSL, java.lang.String inUserName, java.lang.String inPassword, int inReadInterval, java.lang.String outEmailAddress, boolean outCustom, java.lang.String outServerName, int outServerPort, boolean outUseSSL, java.lang.String outUserName, java.lang.String outPassword, boolean mailingListActive, ServiceContext serviceContext)
           
 void deleteCategory(long groupId, long categoryId)
           
 java.util.List<MBCategory> getCategories(long groupId, long parentCategoryId, int start, int end)
           
 int getCategoriesCount(long groupId, long parentCategoryId)
           
 MBCategory getCategory(long categoryId)
           
 MBCategoryService getWrappedMBCategoryService()
           
 void subscribeCategory(long groupId, long categoryId)
           
 void unsubscribeCategory(long groupId, long categoryId)
           
 MBCategory updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, java.lang.String emailAddress, java.lang.String inProtocol, java.lang.String inServerName, int inServerPort, boolean inUseSSL, java.lang.String inUserName, java.lang.String inPassword, int inReadInterval, java.lang.String outEmailAddress, boolean outCustom, java.lang.String outServerName, int outServerPort, boolean outUseSSL, java.lang.String outUserName, java.lang.String outPassword, boolean mailingListActive, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBCategoryServiceWrapper

public MBCategoryServiceWrapper(MBCategoryService mbCategoryService)
Method Detail

addCategory

public MBCategory addCategory(long parentCategoryId,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.String emailAddress,
                              java.lang.String inProtocol,
                              java.lang.String inServerName,
                              int inServerPort,
                              boolean inUseSSL,
                              java.lang.String inUserName,
                              java.lang.String inPassword,
                              int inReadInterval,
                              java.lang.String outEmailAddress,
                              boolean outCustom,
                              java.lang.String outServerName,
                              int outServerPort,
                              boolean outUseSSL,
                              java.lang.String outUserName,
                              java.lang.String outPassword,
                              boolean mailingListActive,
                              ServiceContext serviceContext)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
addCategory in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteCategory

public void deleteCategory(long groupId,
                           long categoryId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteCategory in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategory

public MBCategory getCategory(long categoryId)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
getCategory in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategories

public java.util.List<MBCategory> getCategories(long groupId,
                                                long parentCategoryId,
                                                int start,
                                                int end)
                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getCategories in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long parentCategoryId)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCategoriesCount in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.SystemException

subscribeCategory

public void subscribeCategory(long groupId,
                              long categoryId)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
subscribeCategory in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

unsubscribeCategory

public void unsubscribeCategory(long groupId,
                                long categoryId)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
unsubscribeCategory in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateCategory

public MBCategory updateCategory(long categoryId,
                                 long parentCategoryId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 java.lang.String emailAddress,
                                 java.lang.String inProtocol,
                                 java.lang.String inServerName,
                                 int inServerPort,
                                 boolean inUseSSL,
                                 java.lang.String inUserName,
                                 java.lang.String inPassword,
                                 int inReadInterval,
                                 java.lang.String outEmailAddress,
                                 boolean outCustom,
                                 java.lang.String outServerName,
                                 int outServerPort,
                                 boolean outUseSSL,
                                 java.lang.String outUserName,
                                 java.lang.String outPassword,
                                 boolean mailingListActive,
                                 boolean mergeWithParentCategory,
                                 ServiceContext serviceContext)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
updateCategory in interface MBCategoryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedMBCategoryService

public MBCategoryService getWrappedMBCategoryService()