@Component public class FileTypeDaoHelper extends Object
| Constructor and Description |
|---|
FileTypeDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
FileTypeEntity |
getFileTypeEntity(String fileType)
Gets the file type entity and ensure it exists.
|
public FileTypeEntity getFileTypeEntity(String fileType) throws ObjectNotFoundException
fileType - the file type (case insensitive)ObjectNotFoundException - if the file type entity doesn't existCopyright © 2019. All rights reserved.