Interface TmaIdentificationDao
- All Known Implementing Classes:
DefaultTmaIdentificationDao
public interface TmaIdentificationDao
Data Access object for operations related to the
TmaIdentificationModel.- Since:
- 1911
-
Method Summary
Modifier and TypeMethodDescriptiongetTmaIdentificationModelForTypeAndNumber(String identificationType, String identificationNumber) ReturnsTmaIdentificationModelbased on the identificationType and identificationNumber.
-
Method Details
-
getTmaIdentificationModelForTypeAndNumber
TmaIdentificationModel getTmaIdentificationModelForTypeAndNumber(String identificationType, String identificationNumber) ReturnsTmaIdentificationModelbased on the identificationType and identificationNumber.- Parameters:
identificationType- the identificationType of theTmaIdentificationModelidentificationNumber- the identificationNumber of theTmaIdentificationModel- Returns:
TmaIdentificationModel
-