| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
TrustingAccountEntity |
TrustingAccountDaoHelper.getTrustingAccountEntity(String accountId)
Gets an AWS trusting account by AWS account number and ensure it exists.
|
| 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.
|
BusinessObjectDataNotificationRegistrationEntity |
BusinessObjectDataNotificationRegistrationDaoHelper.getBusinessObjectDataNotificationRegistrationEntity(NotificationRegistrationKey key)
Gets a business object data notification registration entity based on the key and makes sure that it exists.
|
BusinessObjectDataStatusEntity |
BusinessObjectDataStatusDaoHelper.getBusinessObjectDataStatusEntity(String code)
Gets a business object status entity and ensure it exists.
|
BusinessObjectDefinitionColumnEntity |
BusinessObjectDefinitionColumnDaoHelper.getBusinessObjectDefinitionColumnEntity(BusinessObjectDefinitionColumnKey businessObjectDefinitionColumnKey)
Gets a business object definition column entity on the key and makes sure that it exists.
|
BusinessObjectDefinitionEntity |
BusinessObjectDefinitionDaoHelper.getBusinessObjectDefinitionEntity(BusinessObjectDefinitionKey businessObjectDefinitionKey)
Retrieves a business object definition entity by it's key and ensure it exists.
|
BusinessObjectFormatEntity |
BusinessObjectFormatDaoHelper.getBusinessObjectFormatEntity(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format entity based on the alternate key and makes sure that it exists.
|
CustomDdlEntity |
CustomDdlDaoHelper.getCustomDdlEntity(CustomDdlKey customDdlKey)
Gets a custom DDL entity based on the key and makes sure that it exists.
|
DataProviderEntity |
DataProviderDaoHelper.getDataProviderEntity(String dataProviderName)
Gets a data provider entity and ensure it exists.
|
EmrClusterDefinitionEntity |
EmrClusterDefinitionDaoHelper.getEmrClusterDefinitionEntity(EmrClusterDefinitionKey emrClusterDefinitionKey)
Gets an EMR cluster definition entity based on the key and makes sure that it exists.
|
EmrClusterDefinitionEntity |
EmrClusterDefinitionDaoHelper.getEmrClusterDefinitionEntity(String namespace,
String clusterDefinitionName)
Gets an EMR cluster definition entity based on the namespace and cluster definition name and makes sure that it exists.
|
FileTypeEntity |
FileTypeDaoHelper.getFileTypeEntity(String fileType)
Gets the file type entity and ensure it exists.
|
JobDefinitionEntity |
JobDefinitionDaoHelper.getJobDefinitionEntity(String namespace,
String jobName)
Retrieve and ensures that a job definition entity exists.
|
NamespaceEntity |
NamespaceDaoHelper.getNamespaceEntity(String namespace)
Gets a namespace entity and ensure it exists.
|
NotificationEventTypeEntity |
NotificationEventTypeDaoHelper.getNotificationEventTypeEntity(String code)
Gets the notification event type entity and ensure it exists.
|
NotificationRegistrationStatusEntity |
NotificationRegistrationStatusDaoHelper.getNotificationRegistrationStatusEntity(String code)
Gets a notification registration status entity by its code, or throws an ObjectNotFoundException if not found.
|
PartitionKeyGroupEntity |
PartitionKeyGroupDaoHelper.getPartitionKeyGroupEntity(PartitionKeyGroupKey partitionKeyGroupKey)
Gets the partition key group entity and ensure it exists.
|
PartitionKeyGroupEntity |
PartitionKeyGroupDaoHelper.getPartitionKeyGroupEntity(String partitionKeyGroupName)
Gets the partition key group entity and ensure it exists.
|
SearchIndexEntity |
SearchIndexDaoHelper.getSearchIndexEntity(SearchIndexKey searchIndexKey)
Gets a search index entity by its key and ensure it exists.
|
SearchIndexStatusEntity |
SearchIndexStatusDaoHelper.getSearchIndexStatusEntity(String code)
Gets a search index status entity by its code and ensure it exists.
|
SearchIndexTypeEntity |
SearchIndexTypeDaoHelper.getSearchIndexTypeEntity(String code)
Gets a search index type entity by its code and ensure it exists.
|
StorageEntity |
StorageDaoHelper.getStorageEntity(StorageAlternateKeyDto storageAlternateKey)
Gets a storage entity based on the alternate key and makes sure that it exists.
|
StorageEntity |
StorageDaoHelper.getStorageEntity(String storageName)
Gets a storage entity based on the storage name and makes sure that it exists.
|
StorageFileEntity |
StorageFileDaoHelper.getStorageFileEntity(String storageName,
String filePath)
Retrieves storage file by storage name and file path.
|
StoragePlatformEntity |
StoragePlatformHelper.getStoragePlatformEntity(String storagePlatformName)
Gets a storage platform entity by name.
|
StoragePolicyEntity |
StoragePolicyDaoHelper.getStoragePolicyEntityByKey(StoragePolicyKey storagePolicyKey)
Gets a storage policy entity based on the key and makes sure that it exists.
|
StoragePolicyEntity |
StoragePolicyDaoHelper.getStoragePolicyEntityByKeyAndVersion(StoragePolicyKey storagePolicyKey,
Integer storagePolicyVersion)
Gets a storage policy entity based on the key and version and makes sure that it exists.
|
StoragePolicyRuleTypeEntity |
StoragePolicyRuleTypeDaoHelper.getStoragePolicyRuleTypeEntity(String code)
Gets the storage policy rule type entity and ensure it exists.
|
StoragePolicyStatusEntity |
StoragePolicyStatusDaoHelper.getStoragePolicyStatusEntity(String code)
Gets a storage policy status entity and ensure it exists.
|
StorageUnitEntity |
StorageUnitDaoHelper.getStorageUnitEntity(String storageName,
BusinessObjectDataEntity businessObjectDataEntity)
Retrieves a storage unit entity for the business object data in the specified storage and make sure it exists.
|
StorageUnitNotificationRegistrationEntity |
StorageUnitNotificationRegistrationDaoHelper.getStorageUnitNotificationRegistrationEntity(NotificationRegistrationKey key)
Gets a storage unit notification registration entity based on the key and makes sure that it exists.
|
StorageUnitStatusEntity |
StorageUnitStatusDaoHelper.getStorageUnitStatusEntity(String code)
Gets a storage unit status entity by the code and ensure it exists.
|
TagEntity |
TagDaoHelper.getTagEntity(TagKey tagKey)
Gets a tag entity and ensure it exists.
|
TagTypeEntity |
TagTypeDaoHelper.getTagTypeEntity(TagTypeKey tagTypeKey)
Gets a tag type entity and ensure it exists.
|
void |
SearchIndexDaoHelper.updateSearchIndexStatus(SearchIndexKey searchIndexKey,
String searchIndexStatus)
Gets a search index entity by its key and ensure it exists.
|
void |
StorageDaoHelper.validateStorageExistence(List<String> storageNames)
Validates that specified storage names exist.
|
Copyright © 2017. All rights reserved.