@Component public class StorageUnitStatusDaoHelper extends Object
| Constructor and Description |
|---|
StorageUnitStatusDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
StorageUnitStatusEntity |
getStorageUnitStatusEntity(String code)
Gets a storage unit status entity by the code and ensure it exists.
|
public StorageUnitStatusEntity getStorageUnitStatusEntity(String code) throws ObjectNotFoundException
code - the storage unit status code (case insensitive)ObjectNotFoundException - if the status entity doesn't existCopyright © 2021. All rights reserved.