| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatKey> |
BusinessObjectFormatDao.getBusinessObjectFormats(BusinessObjectDefinitionKey businessObjectDefinitionKey,
boolean latestBusinessObjectFormatVersion)
Gets a list of business object format keys for the specified business object definition key.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
BusinessObjectDataDao.getBusinessObjectDataCount(BusinessObjectFormatKey businessObjectFormatKey)
Returns a number of business object data instances registered with this business object format.
|
List<BusinessObjectDataEntity> |
BusinessObjectDataDao.getBusinessObjectDataEntities(BusinessObjectFormatKey businessObjectFormatKey,
List<List<String>> partitionFilters,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
String storageName)
Retrieves a list of business object data entities per specified parameters.
|
String |
BusinessObjectDataDao.getBusinessObjectDataMaxPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType,
String upperBoundPartitionValue,
String lowerBoundPartitionValue)
Retrieves a maximum available partition value per specified parameters.
|
String |
BusinessObjectDataDao.getBusinessObjectDataMinPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType)
Retrieves a minimum available partition value per specified parameters.
|
BusinessObjectFormatEntity |
BusinessObjectFormatDao.getBusinessObjectFormatByAltKey(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format based on it's key.
|
Integer |
BusinessObjectFormatDao.getBusinessObjectFormatMaxVersion(BusinessObjectFormatKey businessObjectFormatKey)
Gets the maximum available version of the specified business object format.
|
List<CustomDdlKey> |
CustomDdlDao.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
Gets the custom DDLs defined for the specified business object format.
|
List<StorageUnitEntity> |
StorageUnitDao.getStorageUnitsByPartitionFiltersAndStorages(BusinessObjectFormatKey businessObjectFormatKey,
List<List<String>> partitionFilters,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType,
boolean selectOnlyAvailableStorageUnits)
Retrieves a list of storage unit entities per specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatKey> |
BusinessObjectFormatDaoImpl.getBusinessObjectFormats(BusinessObjectDefinitionKey businessObjectDefinitionKey,
boolean latestBusinessObjectFormatVersion) |
| Modifier and Type | Method and Description |
|---|---|
Long |
BusinessObjectDataDaoImpl.getBusinessObjectDataCount(BusinessObjectFormatKey businessObjectFormatKey) |
List<BusinessObjectDataEntity> |
BusinessObjectDataDaoImpl.getBusinessObjectDataEntities(BusinessObjectFormatKey businessObjectFormatKey,
List<List<String>> partitionFilters,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
String storageName) |
String |
BusinessObjectDataDaoImpl.getBusinessObjectDataMaxPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType,
String upperBoundPartitionValue,
String lowerBoundPartitionValue) |
String |
BusinessObjectDataDaoImpl.getBusinessObjectDataMinPartitionValue(int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType) |
BusinessObjectFormatEntity |
BusinessObjectFormatDaoImpl.getBusinessObjectFormatByAltKey(BusinessObjectFormatKey businessObjectFormatKey) |
Integer |
BusinessObjectFormatDaoImpl.getBusinessObjectFormatMaxVersion(BusinessObjectFormatKey businessObjectFormatKey) |
List<CustomDdlKey> |
CustomDdlDaoImpl.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey) |
protected javax.persistence.criteria.Predicate |
AbstractHerdDao.getQueryRestriction(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.From<?,BusinessObjectFormatEntity> businessObjectFormatEntity,
javax.persistence.criteria.From<?,FileTypeEntity> fileTypeEntity,
javax.persistence.criteria.From<?,BusinessObjectDefinitionEntity> businessObjectDefinitionEntity,
BusinessObjectFormatKey businessObjectFormatKey,
boolean ignoreBusinessObjectFormatVersion)
TODO This method may be bformat specific.
|
List<StorageUnitEntity> |
StorageUnitDaoImpl.getStorageUnitsByPartitionFiltersAndStorages(BusinessObjectFormatKey businessObjectFormatKey,
List<List<String>> partitionFilters,
Integer businessObjectDataVersion,
String businessObjectDataStatus,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType,
boolean selectOnlyAvailableStorageUnits) |
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectFormatKey |
UploadSingleInitiationRequest.sourceBusinessObjectFormatKey |
protected BusinessObjectFormatKey |
UploadSingleInitiationRequest.targetBusinessObjectFormatKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessObjectFormatKey> |
BusinessObjectFormatKeys.businessObjectFormatKeys |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatKey |
ObjectFactory.createBusinessObjectFormatKey()
Create an instance of
BusinessObjectFormatKey |
BusinessObjectFormatKey |
UploadSingleInitiationRequest.getSourceBusinessObjectFormatKey()
Gets the value of the sourceBusinessObjectFormatKey property.
|
BusinessObjectFormatKey |
UploadSingleInitiationRequest.getTargetBusinessObjectFormatKey()
Gets the value of the targetBusinessObjectFormatKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessObjectFormatKey> |
BusinessObjectFormatKeys.getBusinessObjectFormatKeys()
Gets the value of the businessObjectFormatKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploadSingleInitiationRequest.setSourceBusinessObjectFormatKey(BusinessObjectFormatKey value)
Sets the value of the sourceBusinessObjectFormatKey property.
|
void |
UploadSingleInitiationRequest.setTargetBusinessObjectFormatKey(BusinessObjectFormatKey value)
Sets the value of the targetBusinessObjectFormatKey property.
|
| Constructor and Description |
|---|
UploadSingleInitiationRequest(BusinessObjectFormatKey sourceBusinessObjectFormatKey,
BusinessObjectFormatKey targetBusinessObjectFormatKey,
List<Attribute> businessObjectDataAttributes,
File file,
String targetStorageName)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
BusinessObjectFormatKeys(List<BusinessObjectFormatKey> businessObjectFormatKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormat |
BusinessObjectFormatService.deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey) |
BusinessObjectFormat |
BusinessObjectFormatService.getBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey) |
CustomDdlKeys |
CustomDdlService.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey) |
BusinessObjectFormat |
BusinessObjectFormatService.updateBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatUpdateRequest businessObjectFormatUpdateRequest) |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatKey |
BusinessObjectFormatHelper.getBusinessObjectFormatKey(BusinessObjectFormat businessObjectFormat)
Returns a business object format key for the business object format.
|
BusinessObjectFormatKey |
BusinessObjectFormatHelper.getBusinessObjectFormatKey(BusinessObjectFormatEntity businessObjectFormatEntity)
Creates a business object format key from specified business object format entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
BusinessObjectDataDaoHelper.buildPartitionFilters(List<PartitionValueFilter> partitionValueFilters,
PartitionValueFilter standalonePartitionValueFilter,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType,
BusinessObjectFormatEntity businessObjectFormatEntity)
Build partition filters based on the specified partition value filters.
|
String |
BusinessObjectFormatHelper.businessObjectFormatKeyToString(BusinessObjectFormatKey businessObjectFormatKey)
Returns a string representation of the business object format key.
|
BusinessObjectFormatEntity |
BusinessObjectFormatDaoHelper.getBusinessObjectFormatEntity(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format entity based on the alternate key and makes sure that it exists.
|
List<String> |
BusinessObjectDataDaoHelper.getPartitionValues(PartitionValueFilter partitionValueFilter,
String partitionKey,
int partitionColumnPosition,
BusinessObjectFormatKey businessObjectFormatKey,
Integer businessObjectDataVersion,
List<String> storageNames,
String storagePlatformType,
String excludedStoragePlatformType,
BusinessObjectFormatEntity businessObjectFormatEntity)
Builds a list of partition values from the partition value filter.
|
protected void |
Hive13DdlGenerator.notAllowNonAvailableRegisteredSubPartitions(BusinessObjectFormatKey businessObjectFormatKey,
List<List<String>> matchedAvailablePartitionFilters,
List<List<String>> availablePartitions,
List<String> storageNames)
Searches for and fails on any of "non-available" registered sub-partitions as per list of "matched" partition filters.
|
void |
BusinessObjectFormatHelper.validateBusinessObjectFormatKey(BusinessObjectFormatKey key)
Validates the business object format key.
|
void |
BusinessObjectFormatHelper.validateBusinessObjectFormatKey(BusinessObjectFormatKey key,
Boolean businessObjectFormatVersionRequired)
Validates the business object format key.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BusinessObjectDataServiceImpl.addNotAvailableBusinessObjectDataStatuses(List<BusinessObjectDataStatus> notAvailableStatuses,
BusinessObjectFormatKey businessObjectFormatKey,
List<List<String>> matchedAvailablePartitionFilters,
List<List<String>> availablePartitions,
List<String> storageNames)
Updates the list of not-available statuses by adding business object data status instances created from discovered "non-available" registered
sub-partitions as per list of "matched" partition filters to the specified list of not-available statuses.
|
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.deleteBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Deletes a business object format.
|
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.getBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format for the specified key.
|
protected BusinessObjectFormat |
BusinessObjectFormatServiceImpl.getBusinessObjectFormatImpl(BusinessObjectFormatKey businessObjectFormatKey)
Gets a business object format for the specified key.
|
CustomDdlKeys |
CustomDdlServiceImpl.getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
Gets a list of keys for all existing custom DDLs.
|
BusinessObjectFormat |
BusinessObjectFormatServiceImpl.updateBusinessObjectFormat(BusinessObjectFormatKey businessObjectFormatKey,
BusinessObjectFormatUpdateRequest request)
Updates a business object format.
|
Copyright © 2017. All rights reserved.