| 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<TagTypeKey> |
TagTypeDao.getTagTypeKeys()
Gets an ordered list of tag type keys for all tag types defined in the system.
|
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagTypeDao.getTagTypeByKey(TagTypeKey tagTypeKey)
Gets a tag type by its key.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagTypeKey> |
TagTypeDaoImpl.getTagTypeKeys() |
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagTypeDaoImpl.getTagTypeByKey(TagTypeKey tagTypeKey) |
| Modifier and Type | Field and Description |
|---|---|
protected TagTypeKey |
TagTypeCreateRequest.tagTypeKey |
protected TagTypeKey |
TagType.tagTypeKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<TagTypeKey> |
TagTypeKeys.tagTypeKeys |
| Modifier and Type | Method and Description |
|---|---|
TagTypeKey |
ObjectFactory.createTagTypeKey()
Create an instance of
TagTypeKey |
TagTypeKey |
TagTypeCreateRequest.getTagTypeKey()
Gets the value of the tagTypeKey property.
|
TagTypeKey |
TagType.getTagTypeKey()
Gets the value of the tagTypeKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagTypeKey> |
TagTypeKeys.getTagTypeKeys()
Gets the value of the tagTypeKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagTypeCreateRequest.setTagTypeKey(TagTypeKey value)
Sets the value of the tagTypeKey property.
|
void |
TagType.setTagTypeKey(TagTypeKey value)
Sets the value of the tagTypeKey property.
|
| Constructor and Description |
|---|
TagType(TagTypeKey tagTypeKey,
String displayName,
Integer tagTypeOrder,
String description)
Fully-initialising value constructor
|
TagTypeCreateRequest(TagTypeKey tagTypeKey,
String displayName,
Integer tagTypeOrder,
String description)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
TagTypeKeys(List<TagTypeKey> tagTypeKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
TagType |
TagTypeService.deleteTagType(TagTypeKey tagTypeKey)
Deletes a tag type.
|
TagType |
TagTypeService.getTagType(TagTypeKey tagTypeKey)
Retrieve a tag type.
|
TagType |
TagTypeService.updateTagType(TagTypeKey tagTypeKey,
TagTypeUpdateRequest request)
Updates a tag type.
|
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagTypeDaoHelper.getTagTypeEntity(TagTypeKey tagTypeKey)
Gets a tag type entity and ensure it exists.
|
void |
TagTypeHelper.validateTagTypeKey(TagTypeKey tagTypeKey)
Validates a tag type key.
|
| Modifier and Type | Method and Description |
|---|---|
TagType |
TagTypeServiceImpl.deleteTagType(TagTypeKey tagTypeKey) |
TagType |
TagTypeServiceImpl.getTagType(TagTypeKey tagTypeKey) |
TagType |
TagTypeServiceImpl.updateTagType(TagTypeKey tagTypeKey,
TagTypeUpdateRequest request) |
Copyright © 2019. All rights reserved.