| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<CustomDdlKey> |
CustomDdlDao.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
Gets the custom DDLs defined for the specified business object format.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDdlEntity |
CustomDdlDao.getCustomDdlByKey(CustomDdlKey customDdlKey)
Gets a custom DDL based on the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDdlKey> |
CustomDdlDaoImpl.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey) |
| Modifier and Type | Method and Description |
|---|---|
CustomDdlEntity |
CustomDdlDaoImpl.getCustomDdlByKey(CustomDdlKey customDdlKey) |
| Modifier and Type | Field and Description |
|---|---|
protected CustomDdlKey |
CustomDdl.customDdlKey |
protected CustomDdlKey |
CustomDdlCreateRequest.customDdlKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomDdlKey> |
CustomDdlKeys.customDdlKeys |
| Modifier and Type | Method and Description |
|---|---|
CustomDdlKey |
ObjectFactory.createCustomDdlKey()
Create an instance of
CustomDdlKey |
CustomDdlKey |
CustomDdl.getCustomDdlKey()
Gets the value of the customDdlKey property.
|
CustomDdlKey |
CustomDdlCreateRequest.getCustomDdlKey()
Gets the value of the customDdlKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDdlKey> |
CustomDdlKeys.getCustomDdlKeys()
Gets the value of the customDdlKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDdl.setCustomDdlKey(CustomDdlKey value)
Sets the value of the customDdlKey property.
|
void |
CustomDdlCreateRequest.setCustomDdlKey(CustomDdlKey value)
Sets the value of the customDdlKey property.
|
| Constructor and Description |
|---|
CustomDdl(long id,
CustomDdlKey customDdlKey,
String ddl)
Fully-initialising value constructor
|
CustomDdlCreateRequest(CustomDdlKey customDdlKey,
String ddl)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
CustomDdlKeys(List<CustomDdlKey> customDdlKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
CustomDdlService.deleteCustomDdl(CustomDdlKey customDdlKey) |
CustomDdl |
CustomDdlService.getCustomDdl(CustomDdlKey customDdlKey) |
CustomDdl |
CustomDdlService.updateCustomDdl(CustomDdlKey customDdlKey,
CustomDdlUpdateRequest customDdlUpdateRequest) |
| Modifier and Type | Method and Description |
|---|---|
CustomDdlEntity |
CustomDdlDaoHelper.getCustomDdlEntity(CustomDdlKey customDdlKey)
Gets a custom DDL entity based on the key and makes sure that it exists.
|
void |
CustomDdlHelper.validateCustomDdlKey(CustomDdlKey key)
Validates the custom DDL key.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDdl |
CustomDdlServiceImpl.deleteCustomDdl(CustomDdlKey customDdlKey)
Deletes an existing custom DDL by key.
|
CustomDdl |
CustomDdlServiceImpl.getCustomDdl(CustomDdlKey customDdlKey)
Gets an existing custom DDL by key.
|
CustomDdl |
CustomDdlServiceImpl.updateCustomDdl(CustomDdlKey customDdlKey,
CustomDdlUpdateRequest request)
Updates an existing custom DDL by key.
|
Copyright © 2021. All rights reserved.