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