Interface TbnPersonService
public interface TbnPersonService
-
Method Summary
Modifier and TypeMethodDescriptiongetTbnPerson(String id) This method will retrieves aTbnPersonContractby id.
-
Method Details
-
getTbnPerson
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
-