com.liferay.client.portlet.messageboards.service.http
Interface MBCategoryServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_MB_MBCategoryServiceSoapBindingImpl, Portlet_MB_MBCategoryServiceSoapBindingStub

public interface MBCategoryServiceSoap
extends java.rmi.Remote


Method Summary
 MBCategorySoap 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)
           
 MBCategorySoap[] getCategories(long groupId, long parentCategoryId, int begin, int end)
           
 int getCategoriesCount(long groupId, long parentCategoryId)
           
 MBCategorySoap getCategory(long categoryId)
           
 void subscribeCategory(long categoryId)
           
 void unsubscribeCategory(long categoryId)
           
 MBCategorySoap updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory)
           
 

Method Detail

getCategory

public MBCategorySoap getCategory(long categoryId)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addCategory

public MBCategorySoap addCategory(long plid,
                                  long parentCategoryId,
                                  java.lang.String name,
                                  java.lang.String description,
                                  java.lang.String[] communityPermissions,
                                  java.lang.String[] guestPermissions)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCategory

public void deleteCategory(long categoryId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategories

public MBCategorySoap[] getCategories(long groupId,
                                      long parentCategoryId,
                                      int begin,
                                      int end)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long parentCategoryId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateCategory

public MBCategorySoap updateCategory(long categoryId,
                                     long parentCategoryId,
                                     java.lang.String name,
                                     java.lang.String description,
                                     boolean mergeWithParentCategory)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subscribeCategory

public void subscribeCategory(long categoryId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unsubscribeCategory

public void unsubscribeCategory(long categoryId)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException