Class DefaultPqRelatedPlaceService
java.lang.Object
de.hybris.platform.productqualificationservices.relatedplace.impl.DefaultPqRelatedPlaceService
- All Implemented Interfaces:
PqRelatedPlaceService
Default implementation for PqRelatedPlaceService.
- Since:
- 2302
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
DefaultPqRelatedPlaceService
public DefaultPqRelatedPlaceService()
-
-
Method Details
-
correctAddresses
Description copied from interface:PqRelatedPlaceServiceCorrects the cart's addresses' ids when the address has the same content as other one.- Specified by:
correctAddressesin interfacePqRelatedPlaceService- Parameters:
qualificationRao- the cart
-
isSameAddress
Description copied from interface:PqRelatedPlaceServiceCompares 2 addresses' contents to see if they are the same- Specified by:
isSameAddressin interfacePqRelatedPlaceService- Parameters:
address- the cartsecondAddress- the cart- Returns:
- boolean
-