| 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 |
|---|---|
StoragePolicyRuleTypeEntity |
StoragePolicyRuleTypeDao.getStoragePolicyRuleTypeByCode(String code)
Gets a storage policy rule type by it's code.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyRuleTypeEntity |
StoragePolicyRuleTypeDaoImpl.getStoragePolicyRuleTypeByCode(String code) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<StoragePolicyRuleTypeEntity,String> |
StoragePolicyRuleTypeEntity_.code |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyRuleTypeEntity,String> |
StoragePolicyRuleTypeEntity_.description |
static javax.persistence.metamodel.SingularAttribute<StoragePolicyEntity,StoragePolicyRuleTypeEntity> |
StoragePolicyEntity_.storagePolicyRuleType |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyRuleTypeEntity |
StoragePolicyEntity.getStoragePolicyRuleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoragePolicyEntity.setStoragePolicyRuleType(StoragePolicyRuleTypeEntity storagePolicyRuleType) |
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyRuleTypeEntity |
StoragePolicyRuleTypeDaoHelper.getStoragePolicyRuleTypeEntity(String code)
Gets the storage policy rule type entity and ensure it exists.
|
Copyright © 2021. All rights reserved.