Uses of Interface
de.hybris.platform.jalo.order.price.PDTInformation
Packages that use PDTInformation
Package
Description
-
Uses of PDTInformation in de.hybris.platform.europe1.jalo
Classes in de.hybris.platform.europe1.jalo that implement PDTInformationModifier and TypeClassDescriptionclassclassclass -
Uses of PDTInformation in de.hybris.platform.jalo.order.price
Classes in de.hybris.platform.jalo.order.price that implement PDTInformationModifier and TypeClassDescriptionclassThe info row object which describes a possible discount.classThe info row object which describes a possible price.classThe 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 PDTInformationModifier and TypeInterfaceDescriptioninterfaceFindPDTValueInfoStrategy<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 PDTInformationModifier and TypeClassDescriptionclassGenericPDTFindValueInfoStrategy<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 PDTInformationModifier and TypeClassDescriptionclassPDTContext<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 PDTInformationModifier and TypeClassDescriptionclassDefaultPDTProcessor<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.