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 groupId,
long categoryId,
java.lang.String[] isbns)
|
void |
deleteItem(long itemId)
|
int |
getCategoriesItemsCount(long groupId,
java.lang.Long[] categoryIds)
|
ShoppingItemSoap |
getItem(long itemId)
|
ShoppingItemSoap[] |
getItems(long groupId,
long categoryId)
|
ShoppingItemSoap[] |
getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
|
int |
getItemsCount(long groupId,
long categoryId)
|
ShoppingItemSoap[] |
getItemsPrevAndNext(long itemId,
OrderByComparator obc)
|
addBookItems
void addBookItems(long groupId,
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
getCategoriesItemsCount
int getCategoriesItemsCount(long groupId,
java.lang.Long[] categoryIds)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getItem
ShoppingItemSoap getItem(long itemId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getItemsCount
int getItemsCount(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getItemsPrevAndNext
ShoppingItemSoap[] getItemsPrevAndNext(long itemId,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getItems
ShoppingItemSoap[] getItems(long groupId,
long categoryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getItems
ShoppingItemSoap[] getItems(long groupId,
long categoryId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException