public class CustomFieldServiceSoapBindingStub extends org.apache.axis.client.Stub implements CustomFieldServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
CustomFieldServiceSoapBindingStub() |
CustomFieldServiceSoapBindingStub(javax.xml.rpc.Service service) |
CustomFieldServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
CustomFieldOption[] |
createCustomFieldOptions(CustomFieldOption[] customFieldOptions)
Creates new
CustomFieldOption objects. |
CustomField[] |
createCustomFields(CustomField[] customFields)
Creates new
CustomField objects. |
CustomFieldOption |
getCustomFieldOption(Long customFieldOptionId)
Returns the
CustomFieldOption uniquely identified by
the given ID. |
CustomFieldPage |
getCustomFieldsByStatement(Statement filterStatement)
|
UpdateResult |
performCustomFieldAction(CustomFieldAction customFieldAction,
Statement filterStatement)
Performs actions on
CustomField objects that match
the given
Statement.query. |
CustomFieldOption[] |
updateCustomFieldOptions(CustomFieldOption[] customFieldOptions)
Updates the specified
CustomFieldOption objects. |
CustomField[] |
updateCustomFields(CustomField[] customFields)
Updates the specified
CustomField 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 CustomFieldServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CustomFieldServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic CustomFieldServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic CustomFieldOption[] createCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption objects.
The following fields are required:
createCustomFieldOptions in interface CustomFieldServiceInterfacecustomFieldOptions - the custom fields to createRemoteExceptionApiExceptionpublic CustomField[] createCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField objects.
The following fields are required:
createCustomFields in interface CustomFieldServiceInterfacecustomFields - the custom fields to createRemoteExceptionApiExceptionpublic CustomFieldOption getCustomFieldOption(Long customFieldOptionId) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption uniquely identified by
the given ID.getCustomFieldOption in interface CustomFieldServiceInterfacecustomFieldOptionId - the ID of the custom field option, which
must already existCustomFieldOption uniquely identified by the given
IDRemoteExceptionApiExceptionpublic CustomFieldPage getCustomFieldsByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldPage of CustomField objects
that satisfy the
given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomField.id |
entityType |
CustomField.entityType |
name |
CustomField.name |
isActive |
CustomField.isActive |
visibility |
CustomField.visibility |
getCustomFieldsByStatement in interface CustomFieldServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of custom fields.RemoteExceptionApiExceptionpublic UpdateResult performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField objects that match
the given
Statement.query.performCustomFieldAction in interface CustomFieldServiceInterfacecustomFieldAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of custom fieldsRemoteExceptionApiExceptionpublic CustomFieldOption[] updateCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption objects.updateCustomFieldOptions in interface CustomFieldServiceInterfacecustomFieldOptions - the custom field options to updateRemoteExceptionApiExceptionpublic CustomField[] updateCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField objects.updateCustomFields in interface CustomFieldServiceInterfacecustomFields - the custom fields to updateRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.