Interface TbnPersonService
-
public interface TbnPersonService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TbnPersonContractgetTbnPerson(String id)This method will retrieves aTbnPersonContractby id.
-
-
-
Method Detail
-
getTbnPerson
TbnPersonContract getTbnPerson(String id)
This method will retrieves aTbnPersonContractby id. The id cannot be null.- Parameters:
id- the id. Cannot be null.- Returns:
- the
TbnPersonContractor null if not found. - Throws:
IllegalArgumentException- if the id is blank
-
-