com.liferay.client.soap.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

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

addBookItems

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

deleteItem

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