| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.helper | |
| 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 |
|---|---|
TagEntity |
TagDao.getTagByKey(TagKey tagKey)
Get a tag entity by its key.
|
| Modifier and Type | Method and Description |
|---|---|
TagEntity |
TagDaoHelper.getTagEntity(TagKey tagKey)
Gets a tag entity and ensure it exists.
|
| Modifier and Type | Method and Description |
|---|---|
TagEntity |
TagDaoImpl.getTagByKey(TagKey tagKey) |
| Modifier and Type | Field and Description |
|---|---|
protected TagKey |
TagUpdateRequest.parentTagKey |
protected TagKey |
Tag.parentTagKey |
protected TagKey |
TagCreateRequest.parentTagKey |
protected TagKey |
TagListResponse.parentTagKey |
protected TagKey |
BusinessObjectDefinitionTagKey.tagKey |
protected TagKey |
IndexSearchKey.tagKey |
protected TagKey |
IndexSearchResultKey.tagKey |
protected TagKey |
TagChild.tagKey |
protected TagKey |
Tag.tagKey |
protected TagKey |
BusinessObjectDefinitionSearchKey.tagKey |
protected TagKey |
TagCreateRequest.tagKey |
protected TagKey |
TagListResponse.tagKey |
| Modifier and Type | Method and Description |
|---|---|
TagKey |
ObjectFactory.createTagKey()
Create an instance of
TagKey |
TagKey |
TagUpdateRequest.getParentTagKey()
Gets the value of the parentTagKey property.
|
TagKey |
Tag.getParentTagKey()
Gets the value of the parentTagKey property.
|
TagKey |
TagCreateRequest.getParentTagKey()
Gets the value of the parentTagKey property.
|
TagKey |
TagListResponse.getParentTagKey()
Gets the value of the parentTagKey property.
|
TagKey |
BusinessObjectDefinitionTagKey.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
IndexSearchKey.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
IndexSearchResultKey.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
TagChild.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
Tag.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
BusinessObjectDefinitionSearchKey.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
TagCreateRequest.getTagKey()
Gets the value of the tagKey property.
|
TagKey |
TagListResponse.getTagKey()
Gets the value of the tagKey property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagUpdateRequest.setParentTagKey(TagKey value)
Sets the value of the parentTagKey property.
|
void |
Tag.setParentTagKey(TagKey value)
Sets the value of the parentTagKey property.
|
void |
TagCreateRequest.setParentTagKey(TagKey value)
Sets the value of the parentTagKey property.
|
void |
TagListResponse.setParentTagKey(TagKey value)
Sets the value of the parentTagKey property.
|
void |
BusinessObjectDefinitionTagKey.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
IndexSearchKey.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
IndexSearchResultKey.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
TagChild.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
Tag.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
BusinessObjectDefinitionSearchKey.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
TagCreateRequest.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
void |
TagListResponse.setTagKey(TagKey value)
Sets the value of the tagKey property.
|
| Constructor and Description |
|---|
BusinessObjectDefinitionSearchKey(TagKey tagKey,
Boolean includeTagHierarchy)
Fully-initialising value constructor
|
BusinessObjectDefinitionTagKey(BusinessObjectDefinitionKey businessObjectDefinitionKey,
TagKey tagKey)
Fully-initialising value constructor
|
IndexSearchKey(TagKey tagKey,
IndexSearchResultTypeKey indexSearchResultTypeKey,
Boolean includeTagHierarchy)
Fully-initialising value constructor
|
IndexSearchResultKey(TagKey tagKey,
BusinessObjectDefinitionKey businessObjectDefinitionKey)
Fully-initialising value constructor
|
Tag(Integer id,
TagKey tagKey,
String displayName,
BigDecimal searchScoreMultiplier,
String description,
String userId,
String lastUpdatedByUserId,
XMLGregorianCalendar updatedTime,
TagKey parentTagKey,
Boolean hasChildren)
Fully-initialising value constructor
|
TagChild(TagKey tagKey,
boolean hasChildren)
Fully-initialising value constructor
|
TagCreateRequest(TagKey tagKey,
String displayName,
BigDecimal searchScoreMultiplier,
String description,
TagKey parentTagKey)
Fully-initialising value constructor
|
TagListResponse(TagKey tagKey,
TagKey parentTagKey,
List<TagChild> tagChildren)
Fully-initialising value constructor
|
TagUpdateRequest(String displayName,
BigDecimal searchScoreMultiplier,
String description,
TagKey parentTagKey)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagService.deleteTag(TagKey tagKey)
Deletes an existing tag.
|
BusinessObjectDefinitionTagKeys |
BusinessObjectDefinitionTagService.getBusinessObjectDefinitionTagsByTag(TagKey tagKey)
Gets a list of keys for all existing business object definition tags that are associated with the specified tag.
|
Tag |
TagService.getTag(TagKey tagKey)
Retrieves an existing tag.
|
Tag |
TagService.updateTag(TagKey tagKey,
TagUpdateRequest tagUpdateRequest)
Updates an existing tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagHelper.validateTagKey(TagKey tagKey)
Validates a tag key.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagServiceImpl.deleteTag(TagKey tagKey) |
BusinessObjectDefinitionTagKeys |
BusinessObjectDefinitionTagServiceImpl.getBusinessObjectDefinitionTagsByTag(TagKey tagKey) |
Tag |
TagServiceImpl.getTag(TagKey tagKey) |
Tag |
TagServiceImpl.updateTag(TagKey tagKey,
TagUpdateRequest tagUpdateRequest) |
Copyright © 2019. All rights reserved.