| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
List<TagChild> |
TagDao.getTagsByTagTypeAndParentTagCode(String tagTypeCode,
String parentTagCode)
Gets a list of tag child objects with children flags, whose parent tag code is the specified tag code.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagChild> |
TagDaoImpl.getTagsByTagTypeAndParentTagCode(String tagType,
String parentTagCode) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TagChild> |
TagListResponse.tagChildren |
| Modifier and Type | Method and Description |
|---|---|
TagChild |
ObjectFactory.createTagChild()
Create an instance of
TagChild |
| Modifier and Type | Method and Description |
|---|---|
List<TagChild> |
TagListResponse.getTagChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagListResponse.setTagChildren(List<TagChild> tagChildren) |
| Constructor and Description |
|---|
TagListResponse(TagKey tagKey,
TagKey parentTagKey,
List<TagChild> tagChildren)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.