Interface TmaServiceabilityService
- All Known Implementing Classes:
DefaultTmaServiceabilityService
public interface TmaServiceabilityService
The service to compute the product serviceability at provided installation address
- Since:
- 2102
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisProductOfferingServiceable(ProductModel product, AddressModel installationAddress) Method computes if the product is serviceable at the provided installation address
-
Method Details
-
isProductOfferingServiceable
Method computes if the product is serviceable at the provided installation address- Parameters:
product- the product ModelinstallationAddress- the Installation address- Returns:
- true if productOffering is serviceable, else false
-