public class Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub extends org.apache.axis.client.Stub implements ShoppingCategoryServiceSoap
| Constructor and Description |
|---|
Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub() |
Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub(javax.xml.rpc.Service service) |
Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
ShoppingCategorySoap |
addCategory(long parentCategoryId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
protected org.apache.axis.client.Call |
createCall() |
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) |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic Portlet_Shopping_ShoppingCategoryServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic 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