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 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

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

addCategory

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

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

void deleteCategory(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)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException