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 Type
    Method
    Description
    boolean
    checkServiceability(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

      boolean checkServiceability(ProductModel productModel, AddressModel installationAddress)
      Method computes if the product is serviceable at the provided installation address based on the response from the external system
      Parameters:
      productModel - the product Model
      installationAddress - the Installation address
      Returns:
      true if productOffering is serviceable, else false