public class ProductPackageServiceSoapBindingStub extends org.apache.axis.client.Stub implements ProductPackageServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ProductPackageServiceSoapBindingStub() |
ProductPackageServiceSoapBindingStub(javax.xml.rpc.Service service) |
ProductPackageServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ProductPackage[] |
createProductPackages(ProductPackage[] productPackages)
Creates new
ProductPackage objects. |
ProductPackagePage |
getProductPackagesByStatement(Statement statement)
Gets a
ProductPackagePage of ProductPackage
objects
that satisfy the filtering criteria specified by given Statement.query. |
UpdateResult |
performProductPackageAction(ProductPackageAction action,
Statement statement)
Performs actions on
ProductPackage objects that match
the given Statement.query. |
ProductPackage[] |
updateProductPackages(ProductPackage[] productPackages)
Updates the specified
ProductPackage 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 ProductPackageServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProductPackageServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ProductPackageServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ProductPackage[] createProductPackages(ProductPackage[] productPackages) throws RemoteException, ApiException
ProductPackageServiceInterfaceProductPackage objects.createProductPackages in interface ProductPackageServiceInterfaceproductPackages - the product packages to createRemoteExceptionApiExceptionpublic ProductPackagePage getProductPackagesByStatement(Statement statement) throws RemoteException, ApiException
ProductPackageServiceInterfaceProductPackagePage of ProductPackage
objects
that satisfy the filtering criteria specified by given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ProductPackage.id |
name |
ProductPackage.name |
notes |
ProductPackage.notes |
status |
ProductPackage.status |
isArchived |
ProductPackage.isArchived |
lastModifiedDateTime |
ProductPackage.lastModifiedDateTime |
getProductPackagesByStatement in interface ProductPackageServiceInterfacestatement - a Publisher Query Language statement which specifies
the
filtering criteria over product packagesRemoteExceptionApiExceptionpublic UpdateResult performProductPackageAction(ProductPackageAction action, Statement statement) throws RemoteException, ApiException
ProductPackageServiceInterfaceProductPackage objects that match
the given Statement.query.performProductPackageAction in interface ProductPackageServiceInterfaceaction - the action to performstatement - a Publisher Query Language statement used to filter
a set of product packagesRemoteExceptionApiExceptionpublic ProductPackage[] updateProductPackages(ProductPackage[] productPackages) throws RemoteException, ApiException
ProductPackageServiceInterfaceProductPackage objects.updateProductPackages in interface ProductPackageServiceInterfaceproductPackages - the product packages to updateRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.