| 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.impl |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDefinitionDescriptionSuggestionKey> |
BusinessObjectDefinitionDescriptionSuggestionDao.getBusinessObjectDefinitionDescriptionSuggestionsByBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinitionEntity)
Gets a collection of business object definition description suggestion keys by business object definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDefinitionDescriptionSuggestionKey> |
BusinessObjectDefinitionDescriptionSuggestionDaoImpl.getBusinessObjectDefinitionDescriptionSuggestionsByBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinitionEntity) |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestionAcceptanceRequest.businessObjectDefinitionDescriptionSuggestionKey |
protected BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestionCreateRequest.businessObjectDefinitionDescriptionSuggestionKey |
protected BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestion.businessObjectDefinitionDescriptionSuggestionKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectDefinitionDescriptionSuggestionKey> |
BusinessObjectDefinitionDescriptionSuggestionKeys.businessObjectDefinitionDescriptionSuggestionKeys |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDefinitionDescriptionSuggestionKey |
ObjectFactory.createBusinessObjectDefinitionDescriptionSuggestionKey()
Create an instance of
BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestionAcceptanceRequest.getBusinessObjectDefinitionDescriptionSuggestionKey()
Gets the value of the businessObjectDefinitionDescriptionSuggestionKey property.
|
BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestionCreateRequest.getBusinessObjectDefinitionDescriptionSuggestionKey()
Gets the value of the businessObjectDefinitionDescriptionSuggestionKey property.
|
BusinessObjectDefinitionDescriptionSuggestionKey |
BusinessObjectDefinitionDescriptionSuggestion.getBusinessObjectDefinitionDescriptionSuggestionKey()
Gets the value of the businessObjectDefinitionDescriptionSuggestionKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectDefinitionDescriptionSuggestionKey> |
BusinessObjectDefinitionDescriptionSuggestionKeys.getBusinessObjectDefinitionDescriptionSuggestionKeys()
Gets the value of the businessObjectDefinitionDescriptionSuggestionKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDefinitionDescriptionSuggestionAcceptanceRequest.setBusinessObjectDefinitionDescriptionSuggestionKey(BusinessObjectDefinitionDescriptionSuggestionKey value)
Sets the value of the businessObjectDefinitionDescriptionSuggestionKey property.
|
void |
BusinessObjectDefinitionDescriptionSuggestionCreateRequest.setBusinessObjectDefinitionDescriptionSuggestionKey(BusinessObjectDefinitionDescriptionSuggestionKey value)
Sets the value of the businessObjectDefinitionDescriptionSuggestionKey property.
|
void |
BusinessObjectDefinitionDescriptionSuggestion.setBusinessObjectDefinitionDescriptionSuggestionKey(BusinessObjectDefinitionDescriptionSuggestionKey value)
Sets the value of the businessObjectDefinitionDescriptionSuggestionKey property.
|
| Constructor and Description |
|---|
BusinessObjectDefinitionDescriptionSuggestion(int id,
BusinessObjectDefinitionDescriptionSuggestionKey businessObjectDefinitionDescriptionSuggestionKey,
String descriptionSuggestion,
String status,
String createdByUserId,
XMLGregorianCalendar createdOn)
Fully-initialising value constructor
|
BusinessObjectDefinitionDescriptionSuggestionAcceptanceRequest(BusinessObjectDefinitionDescriptionSuggestionKey businessObjectDefinitionDescriptionSuggestionKey)
Fully-initialising value constructor
|
BusinessObjectDefinitionDescriptionSuggestionCreateRequest(BusinessObjectDefinitionDescriptionSuggestionKey businessObjectDefinitionDescriptionSuggestionKey,
String descriptionSuggestion)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
BusinessObjectDefinitionDescriptionSuggestionKeys(List<BusinessObjectDefinitionDescriptionSuggestionKey> businessObjectDefinitionDescriptionSuggestionKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDefinitionDescriptionSuggestion |
BusinessObjectDefinitionDescriptionSuggestionServiceImpl.deleteBusinessObjectDefinitionDescriptionSuggestion(BusinessObjectDefinitionDescriptionSuggestionKey key) |
BusinessObjectDefinitionDescriptionSuggestion |
BusinessObjectDefinitionDescriptionSuggestionServiceImpl.getBusinessObjectDefinitionDescriptionSuggestionByKey(BusinessObjectDefinitionDescriptionSuggestionKey key) |
BusinessObjectDefinitionDescriptionSuggestion |
BusinessObjectDefinitionDescriptionSuggestionServiceImpl.updateBusinessObjectDefinitionDescriptionSuggestion(BusinessObjectDefinitionDescriptionSuggestionKey key,
BusinessObjectDefinitionDescriptionSuggestionUpdateRequest request) |
Copyright © 2019. All rights reserved.