public class LabelServiceSoapBindingStub extends org.apache.axis.client.Stub implements LabelServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
LabelServiceSoapBindingStub() |
LabelServiceSoapBindingStub(javax.xml.rpc.Service service) |
LabelServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Label |
createLabel(Label label)
Creates a new
Label. |
Label[] |
createLabels(Label[] labels)
Creates new
Label objects. |
Label |
getLabel(Long labelId)
Returns the
Label uniquely identified by the given
ID. |
LabelPage |
getLabelsByStatement(Statement filterStatement)
|
UpdateResult |
performLabelAction(LabelAction labelAction,
Statement filterStatement)
Performs actions on
Label objects that match the given
Statement.query. |
Label |
updateLabel(Label label)
Updates the specified
Label. |
Label[] |
updateLabels(Label[] labels)
Updates the specified
Label 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 LabelServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LabelServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LabelServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Label createLabel(Label label) throws RemoteException, ApiException
LabelServiceInterfaceLabel.
The following fields are required:
Label.nameLabel#typecreateLabel in interface LabelServiceInterfacelabel - the label to createRemoteExceptionApiExceptionpublic Label[] createLabels(Label[] labels) throws RemoteException, ApiException
LabelServiceInterfaceLabel objects.createLabels in interface LabelServiceInterfacelabels - the labels to createRemoteExceptionApiExceptionpublic Label getLabel(Long labelId) throws RemoteException, ApiException
LabelServiceInterfaceLabel uniquely identified by the given
ID.getLabel in interface LabelServiceInterfacelabelId - the ID of the label, which must already existLabel uniquely identified by the given IDRemoteExceptionApiExceptionpublic LabelPage getLabelsByStatement(Statement filterStatement) throws RemoteException, ApiException
LabelServiceInterfaceLabelPage of Label objects that satisfy
the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Label.id |
type |
Label#type |
name |
Label.name |
description |
Label.description |
isActive |
Label.isActive |
getLabelsByStatement in interface LabelServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of labels.RemoteExceptionApiExceptionpublic UpdateResult performLabelAction(LabelAction labelAction, Statement filterStatement) throws RemoteException, ApiException
LabelServiceInterfaceLabel objects that match the given
Statement.query.performLabelAction in interface LabelServiceInterfacelabelAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of labelsRemoteExceptionApiExceptionpublic Label updateLabel(Label label) throws RemoteException, ApiException
LabelServiceInterfaceLabel.updateLabel in interface LabelServiceInterfacelabel - the label to updateRemoteExceptionApiExceptionpublic Label[] updateLabels(Label[] labels) throws RemoteException, ApiException
LabelServiceInterfaceLabel objects.updateLabels in interface LabelServiceInterfacelabels - the labels to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.