| 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 |
|---|---|
RetentionTypeEntity |
RetentionTypeDao.getRetentionTypeByCode(String code)
Gets a retention type by it's code.
|
| Modifier and Type | Method and Description |
|---|---|
RetentionTypeEntity |
RetentionTypeDaoImpl.getRetentionTypeByCode(String code) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<RetentionTypeEntity,String> |
RetentionTypeEntity_.code |
static javax.persistence.metamodel.SingularAttribute<BusinessObjectFormatEntity,RetentionTypeEntity> |
BusinessObjectFormatEntity_.retentionType |
| Modifier and Type | Method and Description |
|---|---|
RetentionTypeEntity |
BusinessObjectFormatEntity.getRetentionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectFormatEntity.setRetentionType(RetentionTypeEntity retentionType) |
| Modifier and Type | Method and Description |
|---|---|
RetentionTypeEntity |
BusinessObjectFormatDaoHelper.getRecordRetentionTypeEntity(String retentionTypeCode)
Gets record retention type entity form retention type code
|
Copyright © 2019. All rights reserved.