com.liferay.client.soap.portlet.shopping.service.http
Interface ShoppingCategoryServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl, Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub

public interface ShoppingCategoryServiceSoap
extends java.rmi.Remote


Method Summary
 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)
           
 

Method Detail

addCategory

ShoppingCategorySoap addCategory(long parentCategoryId,
                                 java.lang.String name,
                                 java.lang.String description,
                                 ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCategory

void deleteCategory(long categoryId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategoriesCount

int getCategoriesCount(long groupId,
                       long parentCategoryId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategories

ShoppingCategorySoap[] getCategories(long groupId)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategories

ShoppingCategorySoap[] getCategories(long groupId,
                                     long parentCategoryId,
                                     int start,
                                     int end)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategory

ShoppingCategorySoap getCategory(long categoryId)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getSubcategoryIds

void getSubcategoryIds(long[] categoryIds,
                       long groupId,
                       long categoryId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateCategory

ShoppingCategorySoap updateCategory(long categoryId,
                                    long parentCategoryId,
                                    java.lang.String name,
                                    java.lang.String description,
                                    boolean mergeWithParentCategory,
                                    ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException