public interface CustomFieldServiceInterface extends Remote
CustomField createCustomField(CustomField customField) throws RemoteException, ApiException
CustomField.
The following fields are required:
customField - the custom field to createRemoteExceptionApiExceptionCustomFieldOption createCustomFieldOption(CustomFieldOption customFieldOption) throws RemoteException, ApiException
CustomFieldOption.
The following fields are required:
customFieldOption - the custom field to createRemoteExceptionApiExceptionCustomFieldOption[] createCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldOption objects.
The following fields are required:
customFieldOptions - the custom fields to createRemoteExceptionApiExceptionCustomField[] createCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomField objects.
The following fields are required:
customFields - the custom fields to createRemoteExceptionApiExceptionCustomField getCustomField(Long customFieldId) throws RemoteException, ApiException
CustomField uniquely identified by the
given ID.customFieldId - the ID of the custom field, which must already
existCustomField uniquely identified by the given IDRemoteExceptionApiExceptionCustomFieldOption getCustomFieldOption(Long customFieldOptionId) throws RemoteException, ApiException
CustomFieldOption uniquely identified by
the given ID.customFieldOptionId - the ID of the custom field option, which
must already existCustomFieldOption uniquely identified by the given
IDRemoteExceptionApiExceptionCustomFieldPage getCustomFieldsByStatement(Statement filterStatement) throws RemoteException, ApiException
CustomFieldPage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of custom fields.RemoteExceptionApiExceptionUpdateResult performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement) throws RemoteException, ApiException
CustomField objects that match
the given
Statement.query.customFieldAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of custom fieldsRemoteExceptionApiExceptionCustomField updateCustomField(CustomField customField) throws RemoteException, ApiException
CustomField.customField - the custom field to updateRemoteExceptionApiExceptionCustomFieldOption updateCustomFieldOption(CustomFieldOption customFieldOption) throws RemoteException, ApiException
CustomFieldOption.customFieldOption - the custom field option to updateRemoteExceptionApiExceptionCustomFieldOption[] updateCustomFieldOptions(CustomFieldOption[] customFieldOptions) throws RemoteException, ApiException
CustomFieldOption objects.customFieldOptions - the custom field options to updateRemoteExceptionApiExceptionCustomField[] updateCustomFields(CustomField[] customFields) throws RemoteException, ApiException
CustomField objects.customFields - the custom fields to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.