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 Type
    Method
    Description
    boolean
    Method computes if the product is serviceable at the provided installation address
  • Method Details

    • isProductOfferingServiceable

      boolean isProductOfferingServiceable(ProductModel product, AddressModel installationAddress)
      Method computes if the product is serviceable at the provided installation address
      Parameters:
      product - the product Model
      installationAddress - the Installation address
      Returns:
      true if productOffering is serviceable, else false