Class NoOpPDTPostMatcher
java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.postmatcher.impl.NoOpPDTPostMatcher
- All Implemented Interfaces:
PDTPostMatcher
This post matcher does nothing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(Collection models, PDTCriteria criteria) Process the custom post matcher logic.
-
Constructor Details
-
NoOpPDTPostMatcher
public NoOpPDTPostMatcher()
-
-
Method Details
-
process
Description copied from interface:PDTPostMatcherProcess the custom post matcher logic.- Specified by:
processin interfacePDTPostMatcher- Parameters:
models- the collection of price/discount/tax modelscriteria- the price/discount/tax criteria- Returns:
- the processed price/discount/tax models collection
- Throws:
CalculationException- the calculation exception
-