Interface TmaServiceabilityCheckService
- All Known Implementing Classes:
DefaultTmaServiceabilityCheckService
public interface TmaServiceabilityCheckService
The service to compute the product serviceability at provided installation address
- Since:
- 2102
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckServiceability(ProductModel productModel, AddressModel installationAddress) Method computes if the product is serviceable at the provided installation address based on the response from the external system
-
Method Details
-
checkServiceability
Method computes if the product is serviceable at the provided installation address based on the response from the external system- Parameters:
productModel- the product ModelinstallationAddress- the Installation address- Returns:
- true if productOffering is serviceable, else false
-