public interface ShoppingItemServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
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) |
void deleteItem(long itemId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesItemsCount(long groupId,
java.lang.Long[] categoryIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingItemSoap getItem(long itemId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getItemsCount(long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingItemSoap[] getItemsPrevAndNext(long itemId, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingItemSoap[] getItems(long groupId, long categoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingItemSoap[] getItems(long groupId, long categoryId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteException