com.liferay.client.portlet.shopping.service.http
Interface ShoppingItemServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Shopping_ShoppingItemServiceSoapBindingImpl, Portlet_Shopping_ShoppingItemServiceSoapBindingStub

public interface ShoppingItemServiceSoap
extends java.rmi.Remote


Method Summary
 void addBookItems(long categoryId, java.lang.String[] isbns)
           
 void deleteItem(long itemId)
           
 ShoppingItemSoap getItem(long itemId)
           
 

Method Detail

getItem

public ShoppingItemSoap getItem(long itemId)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addBookItems

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

deleteItem

public void deleteItem(long itemId)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException