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) |
_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 CustomField createCustomField(CustomField customField) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField.
The following fields are required:
createCustomField in interface CustomFieldServiceInterfacecustomField - the custom field to createRemoteExceptionApiExceptionpublic CustomFieldOption createCustomFieldOption(CustomFieldOption customFieldOption) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption.
The following fields are required:
createCustomFieldOption in interface CustomFieldServiceInterfacecustomFieldOption - the custom field to createRemoteExceptionApiExceptionpublic 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 CustomField getCustomField(Long customFieldId) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField uniquely identified by the
given ID.getCustomField in interface CustomFieldServiceInterfacecustomFieldId - the ID of the custom field, which must already
existCustomField uniquely identified by the given IDRemoteExceptionApiExceptionpublic 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 CustomField updateCustomField(CustomField customField) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField.updateCustomField in interface CustomFieldServiceInterfacecustomField - the custom field to updateRemoteExceptionApiExceptionpublic CustomFieldOption updateCustomFieldOption(CustomFieldOption customFieldOption) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption.updateCustomFieldOption in interface CustomFieldServiceInterfacecustomFieldOption - the custom field option to updateRemoteExceptionApiExceptionpublic 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 © 2013. All Rights Reserved.