public class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl extends java.lang.Object implements ShoppingCategoryServiceSoap
| Constructor and Description |
|---|
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl() |
| 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) |
public Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
public ShoppingCategorySoap addCategory(long parentCategoryId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
addCategory in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic void deleteCategory(long categoryId)
throws java.rmi.RemoteException
deleteCategory in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic int getCategoriesCount(long groupId,
long parentCategoryId)
throws java.rmi.RemoteException
getCategoriesCount in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic ShoppingCategorySoap[] getCategories(long groupId) throws java.rmi.RemoteException
getCategories in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic ShoppingCategorySoap[] getCategories(long groupId, long parentCategoryId, int start, int end) throws java.rmi.RemoteException
getCategories in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic ShoppingCategorySoap getCategory(long categoryId) throws java.rmi.RemoteException
getCategory in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic void getSubcategoryIds(long[] categoryIds,
long groupId,
long categoryId)
throws java.rmi.RemoteException
getSubcategoryIds in interface ShoppingCategoryServiceSoapjava.rmi.RemoteExceptionpublic ShoppingCategorySoap updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory, ServiceContext serviceContext) throws java.rmi.RemoteException
updateCategory in interface ShoppingCategoryServiceSoapjava.rmi.RemoteException