Interface TmaServiceQualificationClientService
- All Known Implementing Classes:
DefaultTmaServiceQualificationClientService
public interface TmaServiceQualificationClientService
Interface for getting the queryServiceQualification resource from the external system retrieves list of the services
available against the given search criteria
- Since:
- 2102
-
Method Summary
Modifier and TypeMethodDescriptioncreateQueryServiceQualification(QueryServiceQualification searchCriteria) The method consumes QueryServiceQualification with search criteria and returns the QueryServiceQualification with the list of services available against the given search criteria, if no services are available then it returns the QueryServiceQualification with empty list of services .
-
Method Details
-
createQueryServiceQualification
The method consumes QueryServiceQualification with search criteria and returns the QueryServiceQualification with the list of services available against the given search criteria, if no services are available then it returns the QueryServiceQualification with empty list of services .- Parameters:
searchCriteria- QueryServiceQualification with search criteria ,i.e, the geographical address- Returns:
QueryServiceQualification
-