| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterfaceDescriptiveInformation.businessObjectFormatExternalInterfaceKey |
protected BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterface.businessObjectFormatExternalInterfaceKey |
protected BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterfaceCreateRequest.businessObjectFormatExternalInterfaceKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectFormatExternalInterfaceKey> |
BusinessObjectFormat.businessObjectFormatExternalInterfaces |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatExternalInterfaceKey |
ObjectFactory.createBusinessObjectFormatExternalInterfaceKey()
Create an instance of
BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterfaceDescriptiveInformation.getBusinessObjectFormatExternalInterfaceKey()
Gets the value of the businessObjectFormatExternalInterfaceKey property.
|
BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterface.getBusinessObjectFormatExternalInterfaceKey()
Gets the value of the businessObjectFormatExternalInterfaceKey property.
|
BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterfaceCreateRequest.getBusinessObjectFormatExternalInterfaceKey()
Gets the value of the businessObjectFormatExternalInterfaceKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatExternalInterfaceKey> |
BusinessObjectFormat.getBusinessObjectFormatExternalInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectFormatExternalInterfaceDescriptiveInformation.setBusinessObjectFormatExternalInterfaceKey(BusinessObjectFormatExternalInterfaceKey value)
Sets the value of the businessObjectFormatExternalInterfaceKey property.
|
void |
BusinessObjectFormatExternalInterface.setBusinessObjectFormatExternalInterfaceKey(BusinessObjectFormatExternalInterfaceKey value)
Sets the value of the businessObjectFormatExternalInterfaceKey property.
|
void |
BusinessObjectFormatExternalInterfaceCreateRequest.setBusinessObjectFormatExternalInterfaceKey(BusinessObjectFormatExternalInterfaceKey value)
Sets the value of the businessObjectFormatExternalInterfaceKey property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectFormat.setBusinessObjectFormatExternalInterfaces(List<BusinessObjectFormatExternalInterfaceKey> businessObjectFormatExternalInterfaces) |
| Constructor and Description |
|---|
BusinessObjectFormatExternalInterface(int id,
BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Fully-initialising value constructor
|
BusinessObjectFormatExternalInterfaceCreateRequest(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Fully-initialising value constructor
|
BusinessObjectFormatExternalInterfaceDescriptiveInformation(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey,
String externalInterfaceDisplayName,
String externalInterfaceDescription)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
BusinessObjectFormat(int id,
String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
int businessObjectFormatVersion,
boolean latestVersion,
String partitionKey,
String description,
String documentSchema,
String documentSchemaUrl,
List<Attribute> attributes,
List<AttributeDefinition> attributeDefinitions,
Schema schema,
List<BusinessObjectFormatKey> businessObjectFormatParents,
List<BusinessObjectFormatKey> businessObjectFormatChildren,
List<BusinessObjectFormatExternalInterfaceKey> businessObjectFormatExternalInterfaces,
Boolean recordFlag,
Integer retentionPeriodInDays,
String retentionType,
Boolean allowNonBackwardsCompatibleChanges)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatExternalInterface |
BusinessObjectFormatExternalInterfaceService.deleteBusinessObjectFormatExternalInterface(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Deletes an existing business object format to external interface mapping by its key.
|
BusinessObjectFormatExternalInterface |
BusinessObjectFormatExternalInterfaceService.getBusinessObjectFormatExternalInterface(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Retrieves an existing business object format to external interface mapping by its key.
|
BusinessObjectFormatExternalInterfaceDescriptiveInformation |
BusinessObjectFormatExternalInterfaceDescriptiveInformationService.getBusinessObjectFormatExternalInterfaceDescriptiveInformation(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Retrieves existing business object format external interface descriptive information by its key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatExternalInterfaceKey |
BusinessObjectFormatExternalInterfaceHelper.createBusinessObjectFormatExternalInterfaceKeyFromEntity(BusinessObjectFormatExternalInterfaceEntity businessObjectFormatExternalInterfaceEntity)
Creates a business object format to external interface mapping key from the specified entity.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatExternalInterfaceEntity |
BusinessObjectFormatExternalInterfaceDaoHelper.getBusinessObjectFormatExternalInterfaceEntity(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Gets a business object format to external interface mapping by its key and makes sure that it exists.
|
void |
BusinessObjectFormatExternalInterfaceHelper.validateAndTrimBusinessObjectFormatExternalInterfaceKey(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey)
Validates a business object format to external interface mapping key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatExternalInterface |
BusinessObjectFormatExternalInterfaceServiceImpl.deleteBusinessObjectFormatExternalInterface(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey) |
BusinessObjectFormatExternalInterface |
BusinessObjectFormatExternalInterfaceServiceImpl.getBusinessObjectFormatExternalInterface(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey) |
BusinessObjectFormatExternalInterfaceDescriptiveInformation |
BusinessObjectFormatExternalInterfaceDescriptiveInformationServiceImpl.getBusinessObjectFormatExternalInterfaceDescriptiveInformation(BusinessObjectFormatExternalInterfaceKey businessObjectFormatExternalInterfaceKey) |
Copyright © 2019. All rights reserved.