| 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<StorageKey> |
StorageDao.getAllStorage()
Gets a list of storage keys for all storage defined in the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageKey> |
StorageDaoImpl.getAllStorage() |
| Modifier and Type | Field and Description |
|---|---|
protected List<StorageKey> |
StorageKeys.storageKeys |
| Modifier and Type | Method and Description |
|---|---|
StorageKey |
ObjectFactory.createStorageKey()
Create an instance of
StorageKey |
| Modifier and Type | Method and Description |
|---|---|
List<StorageKey> |
StorageKeys.getStorageKeys()
Gets the value of the storageKeys property.
|
| Constructor and Description |
|---|
StorageKeys(List<StorageKey> storageKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageService.deleteStorage(StorageKey storageKey)
Deletes an existing storage by storage key.
|
Storage |
StorageService.getStorage(StorageKey storageKey)
Gets an existing storage by storage key.
|
Storage |
StorageService.updateStorage(StorageKey storageKey,
StorageUpdateRequest storageUpdateRequest)
Updates an existing storage by storage key.
|
Storage |
StorageService.updateStorageAttributes(StorageKey storageKey,
StorageAttributesUpdateRequest storageAttributesUpdateRequest)
Updates an existing storage attributes by storage key.
|
| Modifier and Type | Method and Description |
|---|---|
StorageEntity |
StorageDaoHelper.getStorageEntity(StorageKey storageKey)
Gets a storage entity by storage key and makes sure that it exists.
|
| Modifier and Type | Method and Description |
|---|---|
Storage |
StorageServiceImpl.deleteStorage(StorageKey storageKey) |
Storage |
StorageServiceImpl.getStorage(StorageKey storageKey) |
Storage |
StorageServiceImpl.updateStorage(StorageKey storageKey,
StorageUpdateRequest storageUpdateRequest) |
Storage |
StorageServiceImpl.updateStorageAttributes(StorageKey storageKey,
StorageAttributesUpdateRequest storageAttributesUpdateRequest) |
Copyright © 2021. All rights reserved.