Interface PqRelatedPlaceService

All Known Implementing Classes:
DefaultPqRelatedPlaceService

public interface PqRelatedPlaceService
Qualification service performing related place checks .
Since:
2302
  • Method Details

    • correctAddresses

      void correctAddresses(PqPoQualificationRao qualificationRao)
      Corrects the cart's addresses' ids when the address has the same content as other one.
      Parameters:
      qualificationRao - the cart
    • isSameAddress

      boolean isSameAddress(PqRelatedPlaceData address, PqRelatedPlaceData secondAddress)
      Compares 2 addresses' contents to see if they are the same
      Parameters:
      address - the cart
      secondAddress - the cart
      Returns:
      boolean