com.liferay.client.portlet.messageboards.service.http
Class Portlet_MB_MBCategoryServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.portlet.messageboards.service.http.Portlet_MB_MBCategoryServiceSoapBindingImpl
All Implemented Interfaces:
MBCategoryServiceSoap, java.rmi.Remote

public class Portlet_MB_MBCategoryServiceSoapBindingImpl
extends java.lang.Object
implements MBCategoryServiceSoap


Constructor Summary
Portlet_MB_MBCategoryServiceSoapBindingImpl()
           
 
Method Summary
 MBCategorySoap addCategory(long plid, long parentCategoryId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_MB_MBCategoryServiceSoapBindingImpl

public Portlet_MB_MBCategoryServiceSoapBindingImpl()
Method Detail

getCategory

public MBCategorySoap getCategory(long categoryId)
                           throws java.rmi.RemoteException
Specified by:
getCategory in interface MBCategoryServiceSoap
Throws:
java.rmi.RemoteException

addCategory

public MBCategorySoap addCategory(long plid,
                                  long parentCategoryId,
                                  java.lang.String name,
                                  java.lang.String description,
                                  boolean addCommunityPermissions,
                                  boolean addGuestPermissions)
                           throws java.rmi.RemoteException
Specified by:
addCategory in interface MBCategoryServiceSoap
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
Specified by:
addCategory in interface MBCategoryServiceSoap
Throws:
java.rmi.RemoteException

deleteCategory

public void deleteCategory(long categoryId)
                    throws java.rmi.RemoteException
Specified by:
deleteCategory in interface MBCategoryServiceSoap
Throws:
java.rmi.RemoteException

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long parentCategoryId)
                       throws java.rmi.RemoteException
Specified by:
getCategoriesCount in interface MBCategoryServiceSoap
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
Specified by:
updateCategory in interface MBCategoryServiceSoap
Throws:
java.rmi.RemoteException

subscribeCategory

public void subscribeCategory(long categoryId)
                       throws java.rmi.RemoteException
Specified by:
subscribeCategory in interface MBCategoryServiceSoap
Throws:
java.rmi.RemoteException

unsubscribeCategory

public void unsubscribeCategory(long categoryId)
                         throws java.rmi.RemoteException
Specified by:
unsubscribeCategory in interface MBCategoryServiceSoap
Throws:
java.rmi.RemoteException

getCategories

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