public interface TitleDao
TitleModel access.| 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. |
java.util.Collection<TitleModel> findTitles()
TitleModel in the system.TitleModel findTitleByCode(java.lang.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 © 2018 SAP SE. All Rights Reserved.