| Package | Description |
|---|---|
| org.finra.herd.model.dto | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StorageAlternateKeyDto |
StorageAlternateKeyDto.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageService.deleteStorage(StorageAlternateKeyDto storageAlternateKey) |
Storage |
StorageService.getStorage(StorageAlternateKeyDto storageAlternateKey) |
Storage |
StorageService.updateStorage(StorageAlternateKeyDto storageAlternateKey,
StorageUpdateRequest storageRequest) |
| Modifier and Type | Method and Description |
|---|---|
StorageEntity |
StorageDaoHelper.getStorageEntity(StorageAlternateKeyDto storageAlternateKey)
Gets a storage entity based on the alternate key and makes sure that it exists.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageServiceImpl.deleteStorage(StorageAlternateKeyDto storageAlternateKey)
Deletes a storage for the specified storage alternate key.
|
Storage |
StorageServiceImpl.getStorage(StorageAlternateKeyDto storageAlternateKey)
Gets a storage for the specified storage name.
|
Storage |
StorageServiceImpl.updateStorage(StorageAlternateKeyDto storageAlternateKey,
StorageUpdateRequest storageUpdateRequest)
Updates an existing storage.
|
Copyright © 2017. All rights reserved.