public interface TitleDao
TitleModel access.| 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. |
Collection<TitleModel> findTitles()
TitleModel in the system.TitleModel findTitleByCode(String code)
code - the code of the title (example dr.)null if no TitleModel by the given code was found.AmbiguousIdentifierException - if more than one titles were found for the given code.Copyright © 2017 SAP SE. All Rights Reserved.