public interface ShoppingCategoryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
ShoppingCategorySoap |
addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteCategory(long categoryId) |
ShoppingCategorySoap[] |
getCategories(long groupId) |
ShoppingCategorySoap[] |
getCategories(long groupId,
long parentCategoryId,
int start,
int end) |
int |
getCategoriesCount(long groupId,
long parentCategoryId) |
ShoppingCategorySoap |
getCategory(long categoryId) |
void |
getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId) |
ShoppingCategorySoap |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext) |
ShoppingCategorySoap addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteCategory(long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getCategoriesCount(long groupId,
long parentCategoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingCategorySoap[] getCategories(long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingCategorySoap[] getCategories(long groupId, long parentCategoryId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingCategorySoap getCategory(long categoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionShoppingCategorySoap updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException