com.liferay.client.portlet.shopping.service.http
Class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl

java.lang.Object
  extended bycom.liferay.client.portlet.shopping.service.http.Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
All Implemented Interfaces:
java.rmi.Remote, ShoppingCategoryServiceSoap

public class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
extends java.lang.Object
implements ShoppingCategoryServiceSoap


Constructor Summary
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
           
 
Method Summary
 ShoppingCategorySoap addCategory(long plid, long parentCategoryId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 ShoppingCategorySoap 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)
           
 ShoppingCategorySoap getCategory(long categoryId)
           
 ShoppingCategorySoap 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_Shopping_ShoppingCategoryServiceSoapBindingImpl

public Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
Method Detail

getCategory

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

addCategory

public ShoppingCategorySoap 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 ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

addCategory

public ShoppingCategorySoap 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 ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

deleteCategory

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

updateCategory

public ShoppingCategorySoap updateCategory(long categoryId,
                                           long parentCategoryId,
                                           java.lang.String name,
                                           java.lang.String description,
                                           boolean mergeWithParentCategory)
                                    throws java.rmi.RemoteException
Specified by:
updateCategory in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException