com.liferay.client.soap.portlet.shopping.service.http
Class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
public Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
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