public class DefaultTitleDao extends DefaultGenericDao<TitleModel> implements TitleDao
TitleDao.| Constructor and Description |
|---|
DefaultTitleDao() |
| Modifier and Type | Method and Description |
|---|---|
TitleModel |
findTitleByCode(java.lang.String code)
Finds the title by the given code.
|
java.util.Collection<TitleModel> |
findTitles()
Finds all
TitleModel in the system. |
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic java.util.Collection<TitleModel> findTitles()
TitleDaoTitleModel in the system.findTitles in interface TitleDaopublic TitleModel findTitleByCode(java.lang.String code)
TitleDaofindTitleByCode in interface TitleDaocode - the code of the title (example dr.)null if no TitleModel by the given code was found.Copyright © 2018 SAP SE. All Rights Reserved.