com.liferay.client.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 plid, long parentCategoryId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 ShoppingCategorySoap addCategory(long plid, long parentCategoryId, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteCategory(long categoryId)
           
 ShoppingCategorySoap getCategory(long categoryId)
           
 ShoppingCategorySoap updateCategory(long categoryId, long parentCategoryId, java.lang.String name, java.lang.String description, boolean mergeWithParentCategory)
           
 

Method Detail

getCategory

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

addCategory

public ShoppingCategorySoap addCategory(long plid,
                                        long parentCategoryId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        java.lang.String[] communityPermissions,
                                        java.lang.String[] guestPermissions)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addCategory

public ShoppingCategorySoap addCategory(long plid,
                                        long parentCategoryId,
                                        java.lang.String name,
                                        java.lang.String description,
                                        boolean addCommunityPermissions,
                                        boolean addGuestPermissions)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCategory

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

updateCategory

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