public interface FileTypeDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
FileTypeEntity |
getFileTypeByCode(String code)
Gets a file type by it's code.
|
List<FileTypeKey> |
getFileTypes()
Gets a list of file type keys for all file types defined in the system.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshFileTypeEntity getFileTypeByCode(String code)
code - the file type code (case-insensitive)List<FileTypeKey> getFileTypes()
Copyright © 2021. All rights reserved.