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

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

public class Portlet_Shopping_ShoppingItemServiceSoapBindingImpl
extends java.lang.Object
implements ShoppingItemServiceSoap


Constructor Summary
Portlet_Shopping_ShoppingItemServiceSoapBindingImpl()
           
 
Method Summary
 void addBookItems(long categoryId, java.lang.String[] isbns)
           
 void deleteItem(long itemId)
           
 ShoppingItemSoap getItem(long itemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Shopping_ShoppingItemServiceSoapBindingImpl

public Portlet_Shopping_ShoppingItemServiceSoapBindingImpl()
Method Detail

getItem

public ShoppingItemSoap getItem(long itemId)
                         throws java.rmi.RemoteException
Specified by:
getItem in interface ShoppingItemServiceSoap
Throws:
java.rmi.RemoteException

addBookItems

public void addBookItems(long categoryId,
                         java.lang.String[] isbns)
                  throws java.rmi.RemoteException
Specified by:
addBookItems in interface ShoppingItemServiceSoap
Throws:
java.rmi.RemoteException

deleteItem

public void deleteItem(long itemId)
                throws java.rmi.RemoteException
Specified by:
deleteItem in interface ShoppingItemServiceSoap
Throws:
java.rmi.RemoteException