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 plid, long parentCategoryId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 MBCategory addCategory(long plid, long parentCategoryId, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteCategory(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 categoryId)
           
 void unsubscribeCategory(long categoryId)
           
 MBCategory updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory)
           
 
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 plid,
                              long parentCategoryId,
                              java.lang.String name,
                              java.lang.String description,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException,
                              java.rmi.RemoteException
Specified by:
addCategory in interface MBCategoryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addCategory

public MBCategory addCategory(long plid,
                              long parentCategoryId,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.String[] communityPermissions,
                              java.lang.String[] guestPermissions)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException,
                              java.rmi.RemoteException
Specified by:
addCategory in interface MBCategoryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteCategory

public void deleteCategory(long categoryId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
deleteCategory in interface MBCategoryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getCategories

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

getCategoriesCount

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

getCategory

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

subscribeCategory

public void subscribeCategory(long categoryId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException,
                              java.rmi.RemoteException
Specified by:
subscribeCategory in interface MBCategoryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

unsubscribeCategory

public void unsubscribeCategory(long categoryId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException,
                                java.rmi.RemoteException
Specified by:
unsubscribeCategory in interface MBCategoryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateCategory

public MBCategory updateCategory(long categoryId,
                                 long parentCategoryId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 boolean mergeWithParentCategory)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException,
                                 java.rmi.RemoteException
Specified by:
updateCategory in interface MBCategoryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedMBCategoryService

public MBCategoryService getWrappedMBCategoryService()