| Package | Description |
|---|---|
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<StorageUnitAlternateKeyDto> |
BusinessObjectDataFinalizeRestoreService.getGlacierStorageUnitsToRestore(int maxResult)
Retrieves the keys for Glacier storage units that are currently being restored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataFinalizeRestoreService.finalizeRestore(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Finalizes restore of a Glacier storage unit.
|
BusinessObjectDataRestoreDto |
BusinessObjectDataFinalizeRestoreHelperService.prepareToFinalizeRestore(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Prepares for the business object data finalize restore by validating the Glacier storage unit along with other related database entities.
|
| Modifier and Type | Method and Description |
|---|---|
StorageUnitAlternateKeyDto |
StorageUnitHelper.createStorageUnitKey(BusinessObjectDataKey businessObjectDataKey,
String storageName)
Creates a storage unit key from a business object data key and a storage name.
|
StorageUnitAlternateKeyDto |
StorageUnitHelper.createStorageUnitKeyFromEntity(StorageUnitEntity storageUnitEntity)
Creates a storage unit key from a storage unit entity.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataKey |
BusinessObjectDataHelper.createBusinessObjectDataKeyFromStorageUnitKey(StorageUnitAlternateKeyDto storageUnitKey)
Creates a business object data key from a storage unit key.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageUnitAlternateKeyDto> |
BusinessObjectDataFinalizeRestoreServiceImpl.getGlacierStorageUnitsToRestore(int maxResult)
Retrieves the keys for Glacier storage units that are currently being restored.
|
protected List<StorageUnitAlternateKeyDto> |
BusinessObjectDataFinalizeRestoreServiceImpl.getGlacierStorageUnitsToRestoreImpl(int maxResult)
Retrieves the keys for Glacier storage units that are currently being restored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDataFinalizeRestoreServiceImpl.finalizeRestore(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Finalizes restore of a Glacier storage unit.
|
protected void |
BusinessObjectDataFinalizeRestoreServiceImpl.finalizeRestoreImpl(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Finalizes restore of a Glacier storage unit.
|
BusinessObjectDataRestoreDto |
BusinessObjectDataFinalizeRestoreHelperServiceImpl.prepareToFinalizeRestore(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Prepares for the business object data finalize restore by validating the Glacier storage unit along with other related database entities.
|
protected BusinessObjectDataRestoreDto |
BusinessObjectDataFinalizeRestoreHelperServiceImpl.prepareToFinalizeRestoreImpl(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Prepares for the business object data finalize restore by validating the Glacier storage unit along with other related database entities.
|
Copyright © 2017. All rights reserved.