| Package | Description |
|---|---|
| org.finra.herd.dao.helper | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
TagEntity |
TagDaoHelper.getTagEntity(TagKey tagKey)
Gets a tag entity and ensure it exists.
|
TrustingAccountEntity |
TrustingAccountDaoHelper.getTrustingAccountEntity(String accountId)
Gets an AWS trusting account by AWS account number and ensure it exists.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePolicyEntity |
StoragePolicyDaoHelper.deleteStoragePolicyEntityByKey(StoragePolicyKey storagePolicyKey)
Delete a storage policy entity based on the key and makes sure that it exists.
|
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.
|
BusinessObjectDefinitionDescriptionSuggestionStatusEntity |
BusinessObjectDefinitionDescriptionSuggestionStatusDaoHelper.getBusinessObjectDefinitionDescriptionSuggestionStatusEntity(String code)
Gets a business object definition description suggestion status entity by its code and ensure 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)
Retrieves an EMR cluster definition entity based on the EMR cluster definition key and makes sure that it exists.
|
FileTypeEntity |
FileTypeDaoHelper.getFileTypeEntity(String fileType)
Gets the file type entity and ensure it exists.
|
GlobalAttributeDefinitionEntity |
GlobalAttributeDefinitionDaoHelper.getGlobalAttributeDefinitionEntity(GlobalAttributeDefinitionKey globalAttributeDefinitionKey)
Gets a global Attribute Definition 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(StorageKey storageKey)
Gets a storage entity by storage 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(StorageUnitEntity storageUnitEntity,
String filePath,
BusinessObjectDataKey businessObjectDataKey)
Retrieves storage file by storage unit entity and file path.
|
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.
|
StoragePolicyTransitionTypeEntity |
StoragePolicyTransitionTypeDaoHelper.getStoragePolicyTransitionTypeEntity(String code)
Gets the storage policy transition type entity and ensure 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.
|
TagTypeEntity |
TagTypeDaoHelper.getTagTypeEntity(TagTypeKey tagTypeKey)
Gets a tag type entity and ensure it exists.
|
void |
AwsServiceHelper.handleAmazonException(com.amazonaws.AmazonServiceException amazonServiceException,
String message)
Handles the AmazonServiceException, throws corresponding exception based on status code in amazon exception.
|
void |
SearchIndexDaoHelper.updateSearchIndexStatus(SearchIndexKey searchIndexKey,
String searchIndexStatus)
Gets a search index entity by its key and ensure it exists.
|
Copyright © 2021. All rights reserved.