com.liferay.client.soap.portlet.shopping.service.http
Class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.shopping.service.http.Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
All Implemented Interfaces:
ShoppingCategoryServiceSoap, java.rmi.Remote

public class Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl
extends java.lang.Object
implements ShoppingCategoryServiceSoap


Constructor Summary
Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl

public Portlet_Shopping_ShoppingCategoryServiceSoapBindingImpl()
Method Detail

addCategory

public ShoppingCategorySoap addCategory(long parentCategoryId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        ServiceContext serviceContext)
                                 throws java.rmi.RemoteException
Specified by:
addCategory in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

deleteCategory

public void deleteCategory(long categoryId)
                    throws java.rmi.RemoteException
Specified by:
deleteCategory in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

getCategoriesCount

public int getCategoriesCount(long groupId,
                              long parentCategoryId)
                       throws java.rmi.RemoteException
Specified by:
getCategoriesCount in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

getCategories

public ShoppingCategorySoap[] getCategories(long groupId)
                                     throws java.rmi.RemoteException
Specified by:
getCategories in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

getCategories

public ShoppingCategorySoap[] getCategories(long groupId,
                                            long parentCategoryId,
                                            int start,
                                            int end)
                                     throws java.rmi.RemoteException
Specified by:
getCategories in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

getCategory

public ShoppingCategorySoap getCategory(long categoryId)
                                 throws java.rmi.RemoteException
Specified by:
getCategory in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

getSubcategoryIds

public void getSubcategoryIds(long[] categoryIds,
                              long groupId,
                              long categoryId)
                       throws java.rmi.RemoteException
Specified by:
getSubcategoryIds in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException

updateCategory

public ShoppingCategorySoap updateCategory(long categoryId,
                                           long parentCategoryId,
                                           java.lang.String name,
                                           java.lang.String description,
                                           boolean mergeWithParentCategory,
                                           ServiceContext serviceContext)
                                    throws java.rmi.RemoteException
Specified by:
updateCategory in interface ShoppingCategoryServiceSoap
Throws:
java.rmi.RemoteException