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

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

public class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
extends java.lang.Object
implements ShoppingCategoryServiceSoap


Constructor Summary
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
           
 
Method Summary
 ShoppingCategorySoap addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 void deleteCategory(long categoryId)
           
 ShoppingCategorySoap getCategory(long categoryId)
           
 ShoppingCategorySoap updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 
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 parentCategoryId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        ServiceContext serviceContext)
                                 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,
                                           ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Specified by:
updateCategory in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException