| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagTypeDao.getTagTypeByDisplayName(String displayName)
Gets a tag type by its code.
|
TagTypeEntity |
TagTypeDao.getTagTypeByKey(TagTypeKey tagTypeKey)
Gets a tag type by its key.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagTypeEntity> |
TagTypeDao.getTagTypes()
Gets an ordered list of tag type entities for all tag types defined in the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagEntity> |
TagDao.getTagsByTagTypeEntityAndParentTagCode(TagTypeEntity tagTypeEntity,
String parentTagCode,
Boolean isParentTagNull)
Gets a list of tag entities per specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagTypeDaoImpl.getTagTypeByDisplayName(String displayName) |
TagTypeEntity |
TagTypeDaoImpl.getTagTypeByKey(TagTypeKey tagTypeKey) |
| Modifier and Type | Method and Description |
|---|---|
List<TagTypeEntity> |
TagTypeDaoImpl.getTagTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<TagEntity> |
TagDaoImpl.getTagsByTagTypeEntityAndParentTagCode(TagTypeEntity tagTypeEntity,
String parentTagCode,
Boolean isParentTagNull) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<TagTypeEntity,String> |
TagTypeEntity_.code |
static javax.persistence.metamodel.SingularAttribute<TagTypeEntity,String> |
TagTypeEntity_.description |
static javax.persistence.metamodel.SingularAttribute<TagTypeEntity,String> |
TagTypeEntity_.displayName |
static javax.persistence.metamodel.SingularAttribute<TagTypeEntity,Integer> |
TagTypeEntity_.orderNumber |
static javax.persistence.metamodel.SingularAttribute<TagEntity,TagTypeEntity> |
TagEntity_.tagType |
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagEntity.getTagType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagEntity.setTagType(TagTypeEntity tagType) |
| Modifier and Type | Method and Description |
|---|---|
TagTypeEntity |
TagTypeDaoHelper.getTagTypeEntity(TagTypeKey tagTypeKey)
Gets a tag type entity and ensure it exists.
|
Copyright © 2021. All rights reserved.