| 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<AttributeValueListKey> |
AttributeValueListDao.getAttributeValueLists(Collection<String> namespaces)
Gets a list of attribute value list keys per specified list of namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowedAttributeValueEntity> |
AllowedAttributeValueDao.getAllowedAttributeValuesByAttributeValueListKey(AttributeValueListKey attributeValueListKey)
Gets a list of allowed attribute values by attribute value list key.
|
AttributeValueListEntity |
AttributeValueListDao.getAttributeValueListByKey(AttributeValueListKey attributeValueListKey)
Gets an attribute value list entity by its key.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValueListKey> |
AttributeValueListDaoImpl.getAttributeValueLists(Collection<String> namespaces) |
| Modifier and Type | Method and Description |
|---|---|
List<AllowedAttributeValueEntity> |
AllowedAttributeValueDaoImpl.getAllowedAttributeValuesByAttributeValueListKey(AttributeValueListKey attributeValueListKey) |
AttributeValueListEntity |
AttributeValueListDaoImpl.getAttributeValueListByKey(AttributeValueListKey attributeValueListKey) |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeValueListKey |
AttributeValueList.attributeValueListKey |
protected AttributeValueListKey |
AttributeValueListCreateRequest.attributeValueListKey |
protected AttributeValueListKey |
AllowedAttributeValuesInformation.attributeValueListKey |
protected AttributeValueListKey |
AllowedAttributeValuesDeleteRequest.attributeValueListKey |
protected AttributeValueListKey |
AllowedAttributeValuesCreateRequest.attributeValueListKey |
protected AttributeValueListKey |
GlobalAttributeDefinitionCreateRequest.attributeValueListKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeValueListKey> |
AttributeValueListKeys.attributeValueListKeys |
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListKey |
ObjectFactory.createAttributeValueListKey()
Create an instance of
AttributeValueListKey |
AttributeValueListKey |
AttributeValueList.getAttributeValueListKey()
Gets the value of the attributeValueListKey property.
|
AttributeValueListKey |
AttributeValueListCreateRequest.getAttributeValueListKey()
Gets the value of the attributeValueListKey property.
|
AttributeValueListKey |
AllowedAttributeValuesInformation.getAttributeValueListKey()
Gets the value of the attributeValueListKey property.
|
AttributeValueListKey |
AllowedAttributeValuesDeleteRequest.getAttributeValueListKey()
Gets the value of the attributeValueListKey property.
|
AttributeValueListKey |
AllowedAttributeValuesCreateRequest.getAttributeValueListKey()
Gets the value of the attributeValueListKey property.
|
AttributeValueListKey |
GlobalAttributeDefinitionCreateRequest.getAttributeValueListKey()
Gets the value of the attributeValueListKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeValueListKey> |
AttributeValueListKeys.getAttributeValueListKeys()
Gets the value of the attributeValueListKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValueList.setAttributeValueListKey(AttributeValueListKey value)
Sets the value of the attributeValueListKey property.
|
void |
AttributeValueListCreateRequest.setAttributeValueListKey(AttributeValueListKey value)
Sets the value of the attributeValueListKey property.
|
void |
AllowedAttributeValuesInformation.setAttributeValueListKey(AttributeValueListKey value)
Sets the value of the attributeValueListKey property.
|
void |
AllowedAttributeValuesDeleteRequest.setAttributeValueListKey(AttributeValueListKey value)
Sets the value of the attributeValueListKey property.
|
void |
AllowedAttributeValuesCreateRequest.setAttributeValueListKey(AttributeValueListKey value)
Sets the value of the attributeValueListKey property.
|
void |
GlobalAttributeDefinitionCreateRequest.setAttributeValueListKey(AttributeValueListKey value)
Sets the value of the attributeValueListKey property.
|
| Constructor and Description |
|---|
AllowedAttributeValuesCreateRequest(AttributeValueListKey attributeValueListKey,
List<String> allowedAttributeValues)
Fully-initialising value constructor
|
AllowedAttributeValuesDeleteRequest(AttributeValueListKey attributeValueListKey,
List<String> allowedAttributeValues)
Fully-initialising value constructor
|
AllowedAttributeValuesInformation(AttributeValueListKey attributeValueListKey,
List<String> allowedAttributeValues)
Fully-initialising value constructor
|
AttributeValueList(int id,
AttributeValueListKey attributeValueListKey)
Fully-initialising value constructor
|
AttributeValueListCreateRequest(AttributeValueListKey attributeValueListKey)
Fully-initialising value constructor
|
GlobalAttributeDefinitionCreateRequest(GlobalAttributeDefinitionKey globalAttributeDefinitionKey,
AttributeValueListKey attributeValueListKey)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
AttributeValueListKeys(List<AttributeValueListKey> attributeValueListKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListService.deleteAttributeValueList(AttributeValueListKey attributeValueListKey)
Deletes an existing attribute value list by key.
|
AllowedAttributeValuesInformation |
AllowedAttributeValueService.getAllowedAttributeValues(AttributeValueListKey attributeValueListKey)
Retrieves an existing the allowed attribute value by key.
|
AttributeValueList |
AttributeValueListService.getAttributeValueList(AttributeValueListKey attributeValueListKey)
Gets an existing attribute value list by key.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueListEntity |
AttributeValueListDaoHelper.getAttributeValueListEntity(AttributeValueListKey attributeValueListKey)
Gets the attribute value list entity and ensure it exists.
|
void |
AttributeValueListHelper.validateAttributeValueListKey(AttributeValueListKey attributeValueListKey)
Validates an attribute value list key.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValueList |
AttributeValueListServiceImpl.deleteAttributeValueList(AttributeValueListKey attributeValueListKey) |
AllowedAttributeValuesInformation |
AllowedAttributeValueServiceImpl.getAllowedAttributeValues(AttributeValueListKey attributeValueListKey)
Retrieves existing allowed attribute values based on the specified key
|
AttributeValueList |
AttributeValueListServiceImpl.getAttributeValueList(AttributeValueListKey attributeValueListKey) |
Copyright © 2019. All rights reserved.