Interface TmaIdentificationService
- All Known Implementing Classes:
DefaultTmaIdentificationService
public interface TmaIdentificationService
Service for operations related to the
TmaIdentificationModel.- Since:
- 1911
-
Method Summary
Modifier and TypeMethodDescriptionfindIdentificationByTypeAndNumber(String identificationType, String identificationNumber) Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber.
-
Method Details
-
findIdentificationByTypeAndNumber
TmaIdentificationModel findIdentificationByTypeAndNumber(String identificationType, String identificationNumber) Searches for theTmaIdentificationModelwith the given identificationType and identificationNumber.- Parameters:
identificationType- the identificationType of theTmaIdentificationModelidentificationNumber- the identificationNumber of theTmaIdentificationModel- Returns:
TmaIdentificationModel
-