com.liferay.client.soap.portlet.shopping.service.http
Interface ShoppingCategoryServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl, Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub

public interface ShoppingCategoryServiceSoap
extends java.rmi.Remote


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)
           
 

Method Detail

getCategory

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

addCategory

ShoppingCategorySoap addCategory(long parentCategoryId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCategory

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

updateCategory

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