Uses of Interface
de.hybris.platform.jalo.order.price.PDTInformation
-
-
Uses of PDTInformation in de.hybris.platform.europe1.jalo
Classes in de.hybris.platform.europe1.jalo that implement PDTInformation Modifier and Type Class Description classEurope1DiscountInformationclassEurope1PriceInformationclassEurope1TaxInformation -
Uses of PDTInformation in de.hybris.platform.jalo.order.price
Classes in de.hybris.platform.jalo.order.price that implement PDTInformation Modifier and Type Class Description classDiscountInformationThe info row object which describes a possible discount.classPriceInformationThe info row object which describes a possible price.classTaxInformationThe info object which describes a tax that has to be applied to a price. -
Uses of PDTInformation in de.hybris.platform.order.strategies.calculation.pdt
Classes in de.hybris.platform.order.strategies.calculation.pdt with type parameters of type PDTInformation Modifier and Type Interface Description interfaceFindPDTValueInfoStrategy<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria>The Interface for find for price/discount/tax values or information. -
Uses of PDTInformation in de.hybris.platform.order.strategies.calculation.pdt.impl
Classes in de.hybris.platform.order.strategies.calculation.pdt.impl with type parameters of type PDTInformation Modifier and Type Class Description classGenericPDTFindValueInfoStrategy<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria,MODEL extends PDTRowModel> -
Uses of PDTInformation in de.hybris.platform.order.strategies.calculation.pdt.processor
Classes in de.hybris.platform.order.strategies.calculation.pdt.processor with type parameters of type PDTInformation Modifier and Type Class Description classPDTContext<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria> -
Uses of PDTInformation in de.hybris.platform.order.strategies.calculation.pdt.processor.impl
Classes in de.hybris.platform.order.strategies.calculation.pdt.processor.impl with type parameters of type PDTInformation Modifier and Type Class Description classDefaultPDTProcessor<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria>Default implementation of PDT processor (PDTProcessor, that fill values/informations if current values/informations are empty or NO_RESULT.classDefaultPDTProcessorChainExecutor<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria>Class is used to manage the execution of a set of PDTprocessors.
-