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 CustomFieldServiceInterfaceRemoteExceptionApiExceptionpublic CustomField[] createCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField objects.
The following fields are required:
createCustomFields in interface CustomFieldServiceInterfaceRemoteExceptionApiExceptionpublic CustomFieldOption getCustomFieldOption(Long customFieldOptionId) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption uniquely identified by
the given ID.getCustomFieldOption in interface CustomFieldServiceInterfaceRemoteExceptionApiExceptionpublic 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 CustomFieldServiceInterfaceRemoteExceptionApiExceptionpublic UpdateResult performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField objects that match
the given Statement.query.performCustomFieldAction in interface CustomFieldServiceInterfaceRemoteExceptionApiExceptionpublic CustomFieldOption[] updateCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomFieldOption objects.updateCustomFieldOptions in interface CustomFieldServiceInterfaceRemoteExceptionApiExceptionpublic CustomField[] updateCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomFieldServiceInterfaceCustomField objects.updateCustomFields in interface CustomFieldServiceInterfaceRemoteExceptionApiExceptionCopyright © 2024. All rights reserved.