@Service @Transactional(value="herdTransactionManager") public class BusinessObjectDataFinalizeRestoreServiceImpl extends Object implements BusinessObjectDataFinalizeRestoreService
| Constructor and Description |
|---|
BusinessObjectDataFinalizeRestoreServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeRestore(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Finalizes restore of a Glacier storage unit.
|
protected void |
finalizeRestoreImpl(StorageUnitAlternateKeyDto glacierStorageUnitKey)
Finalizes restore of a Glacier storage unit.
|
List<StorageUnitAlternateKeyDto> |
getGlacierStorageUnitsToRestore(int maxResult)
Retrieves the keys for Glacier storage units that are currently being restored.
|
protected List<StorageUnitAlternateKeyDto> |
getGlacierStorageUnitsToRestoreImpl(int maxResult)
Retrieves the keys for Glacier storage units that are currently being restored.
|
public BusinessObjectDataFinalizeRestoreServiceImpl()
@Transactional(propagation=NOT_SUPPORTED) public void finalizeRestore(StorageUnitAlternateKeyDto glacierStorageUnitKey)
finalizeRestore in interface BusinessObjectDataFinalizeRestoreServiceglacierStorageUnitKey - the Glacier storage unit key@Transactional(propagation=REQUIRES_NEW) public List<StorageUnitAlternateKeyDto> getGlacierStorageUnitsToRestore(int maxResult)
getGlacierStorageUnitsToRestore in interface BusinessObjectDataFinalizeRestoreServicemaxResult - the maximum number of results to retrieveprotected void finalizeRestoreImpl(StorageUnitAlternateKeyDto glacierStorageUnitKey)
glacierStorageUnitKey - the Glacier storage unit keyprotected List<StorageUnitAlternateKeyDto> getGlacierStorageUnitsToRestoreImpl(int maxResult)
maxResult - the maximum number of results to retrieveCopyright © 2017. All rights reserved.