Interface PqRelatedPlaceService
- All Known Implementing Classes:
DefaultPqRelatedPlaceService
public interface PqRelatedPlaceService
Qualification service performing related place checks .
- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptionvoidcorrectAddresses(PqPoQualificationRao qualificationRao) Corrects the cart's addresses' ids when the address has the same content as other one.booleanisSameAddress(PqRelatedPlaceData address, PqRelatedPlaceData secondAddress) Compares 2 addresses' contents to see if they are the same
-
Method Details
-
correctAddresses
Corrects the cart's addresses' ids when the address has the same content as other one.- Parameters:
qualificationRao- the cart
-
isSameAddress
Compares 2 addresses' contents to see if they are the same- Parameters:
address- the cartsecondAddress- the cart- Returns:
- boolean
-