public class ProductPackageItemServiceSoapBindingStub extends org.apache.axis.client.Stub implements ProductPackageItemServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ProductPackageItemServiceSoapBindingStub() |
ProductPackageItemServiceSoapBindingStub(javax.xml.rpc.Service service) |
ProductPackageItemServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ProductPackageItem[] |
createProductPackageItems(ProductPackageItem[] productPackageItems)
Creates new
ProductPackageItem objects. |
ProductPackageItemPage |
getProductPackageItemsByStatement(Statement statement)
Gets a
ProductPackageItemPage of ProductPackageItem
objects
that satisfy the filtering criteria specified by given Statement.query. |
UpdateResult |
performProductPackageItemAction(ProductPackageItemAction productPackageItemAction,
Statement statement)
Performs actions on
ProductPackageItem objects that
satisfy the given
Statement.query. |
ProductPackageItem[] |
updateProductPackageItems(ProductPackageItem[] productPackageItems)
Updates the specified
ProductPackageItem objects. |
_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 ProductPackageItemServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProductPackageItemServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProductPackageItemServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ProductPackageItem[] createProductPackageItems(ProductPackageItem[] productPackageItems) throws RemoteException, ApiException
ProductPackageItemServiceInterfaceProductPackageItem objects.createProductPackageItems in interface ProductPackageItemServiceInterfaceproductPackageItems - the product package items to createRemoteExceptionApiExceptionpublic ProductPackageItemPage getProductPackageItemsByStatement(Statement statement) throws RemoteException, ApiException
ProductPackageItemServiceInterfaceProductPackageItemPage of ProductPackageItem
objects
that satisfy the filtering criteria specified by given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ProductPackageItem.id |
productPackageId |
ProductPackageItem.productPackageId |
productId |
ProductPackageItem.productId |
productTemplateId |
ProductPackageItem#productTemplateId |
mandatory |
ProductPackageItem#mandatory |
archived |
ProductPackageItem#archived |
getProductPackageItemsByStatement in interface ProductPackageItemServiceInterfacestatement - a Publisher Query Language statement which specifies
the
filtering criteria over product packagesRemoteExceptionApiExceptionpublic UpdateResult performProductPackageItemAction(ProductPackageItemAction productPackageItemAction, Statement statement) throws RemoteException, ApiException
ProductPackageItemServiceInterfaceProductPackageItem objects that
satisfy the given
Statement.query.performProductPackageItemAction in interface ProductPackageItemServiceInterfaceproductPackageItemAction - the action to performstatement - a Publisher Query Language statement used to filter
a set of product package itemsRemoteExceptionApiExceptionpublic ProductPackageItem[] updateProductPackageItems(ProductPackageItem[] productPackageItems) throws RemoteException, ApiException
ProductPackageItemServiceInterfaceProductPackageItem objects.updateProductPackageItems in interface ProductPackageItemServiceInterfaceproductPackageItems - the product package items to updateRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.