Interface TmaIdentificationService
-
- All Known Implementing Classes:
DefaultTmaIdentificationService
public interface TmaIdentificationServiceService for operations related to theTmaIdentificationModel.- Since:
- 1911
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmaIdentificationModelfindIdentificationByTypeAndNumber(java.lang.String identificationType, java.lang.String identificationNumber)Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber.
-
-
-
Method Detail
-
findIdentificationByTypeAndNumber
TmaIdentificationModel findIdentificationByTypeAndNumber(java.lang.String identificationType, java.lang.String identificationNumber)
Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber.- Parameters:
identificationType- the identificationType of theTmaIdentificationModelidentificationNumber- the identificationNumber of theTmaIdentificationModel- Returns:
TmaIdentificationModel
-
-