| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeValueList |
GlobalAttributeDefinition.attributeValueList |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
ObjectFactory.createAttributeValueList()
Create an instance of
AttributeValueList |
AttributeValueList |
GlobalAttributeDefinition.getAttributeValueList()
Gets the value of the attributeValueList property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalAttributeDefinition.setAttributeValueList(AttributeValueList value)
Sets the value of the attributeValueList property.
|
| Constructor and Description |
|---|
GlobalAttributeDefinition(int id,
GlobalAttributeDefinitionKey globalAttributeDefinitionKey,
AttributeValueList attributeValueList)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListRestController.createAttributeValueList(AttributeValueListCreateRequest request)
Creates a new attribute value list.
|
AttributeValueList |
AttributeValueListRestController.deleteAttributeValueList(String namespace,
String attributeValueListName)
Deletes an existing attribute value list.
|
AttributeValueList |
AttributeValueListRestController.getAttributeValueList(String namespace,
String attributeValueListName)
Gets an existing attribute value list.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListService.createAttributeValueList(AttributeValueListCreateRequest request)
Creates a new attribute value list.
|
AttributeValueList |
AttributeValueListService.deleteAttributeValueList(AttributeValueListKey attributeValueListKey)
Deletes an existing attribute value list by key.
|
AttributeValueList |
AttributeValueListService.getAttributeValueList(AttributeValueListKey attributeValueListKey)
Gets an existing attribute value list by key.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListDaoHelper.createAttributeValueListFromEntity(AttributeValueListEntity attributeValueListEntity)
Creates the attribute value list from the persisted entity.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListServiceImpl.createAttributeValueList(AttributeValueListCreateRequest request) |
AttributeValueList |
AttributeValueListServiceImpl.deleteAttributeValueList(AttributeValueListKey attributeValueListKey) |
AttributeValueList |
AttributeValueListServiceImpl.getAttributeValueList(AttributeValueListKey attributeValueListKey) |
Copyright © 2019. All rights reserved.