| 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 |
|---|---|
BusinessObjectDataAttributeEntity |
BusinessObjectDataAttributeDao.getBusinessObjectDataAttributeByKey(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets a business object data attribute by it's key.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeEntity |
BusinessObjectDataAttributeDaoImpl.getBusinessObjectDataAttributeByKey(BusinessObjectDataAttributeKey businessObjectDataAttributeKey) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.CollectionAttribute<BusinessObjectDataEntity,BusinessObjectDataAttributeEntity> |
BusinessObjectDataEntity_.attributes |
static javax.persistence.metamodel.SingularAttribute<BusinessObjectDataAttributeEntity,BusinessObjectDataEntity> |
BusinessObjectDataAttributeEntity_.businessObjectData |
static javax.persistence.metamodel.SingularAttribute<BusinessObjectDataAttributeEntity,Long> |
BusinessObjectDataAttributeEntity_.id |
static javax.persistence.metamodel.SingularAttribute<BusinessObjectDataAttributeEntity,String> |
BusinessObjectDataAttributeEntity_.name |
static javax.persistence.metamodel.SingularAttribute<BusinessObjectDataAttributeEntity,String> |
BusinessObjectDataAttributeEntity_.value |
| Modifier and Type | Method and Description |
|---|---|
Collection<BusinessObjectDataAttributeEntity> |
BusinessObjectDataEntity.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataEntity.setAttributes(Collection<BusinessObjectDataAttributeEntity> attributes) |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataAttributeEntity |
BusinessObjectDataAttributeDaoHelper.getBusinessObjectDataAttributeEntity(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
Gets a business object data attribute entity on the key and makes sure that it exists.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BusinessObjectDataAttributeEntity> |
BusinessObjectDataAttributeDaoHelper.getBusinessObjectDataAttributeEntityMap(Collection<BusinessObjectDataAttributeEntity> businessObjectDataAttributeEntities)
Creates a map that maps business object data attribute names in lowercase to the relative business object data attribute entities.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BusinessObjectDataAttributeEntity> |
BusinessObjectDataAttributeDaoHelper.getBusinessObjectDataAttributeEntityMap(Collection<BusinessObjectDataAttributeEntity> businessObjectDataAttributeEntities)
Creates a map that maps business object data attribute names in lowercase to the relative business object data attribute entities.
|
Copyright © 2021. All rights reserved.