Uses of Interface
de.hybris.platform.util.PDTValue
-
-
Uses of PDTValue in de.hybris.platform.europe1.jalo
Classes in de.hybris.platform.europe1.jalo that implement PDTValue Modifier and Type Class Description protected static classEurope1PriceFactory.CachedTaxValue -
Uses of PDTValue in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price with type parameters of type PDTValue Modifier and Type Method Description <T extends PDTValue>
TPDTInformation. getValue()Returns the PDTValue object. -
Uses of PDTValue in de.hybris.platform.order.strategies.calculation.pdt
Classes in de.hybris.platform.order.strategies.calculation.pdt with type parameters of type PDTValue 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 PDTValue in de.hybris.platform.order.strategies.calculation.pdt.impl
Classes in de.hybris.platform.order.strategies.calculation.pdt.impl with type parameters of type PDTValue Modifier and Type Class Description classGenericPDTFindValueInfoStrategy<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria,MODEL extends PDTRowModel>Classes in de.hybris.platform.order.strategies.calculation.pdt.impl that implement PDTValue Modifier and Type Class Description protected static classCachingFindTaxValueInfoStrategy.CachedTaxValue -
Uses of PDTValue in de.hybris.platform.order.strategies.calculation.pdt.processor
Classes in de.hybris.platform.order.strategies.calculation.pdt.processor with type parameters of type PDTValue Modifier and Type Class Description classPDTContext<VALUE extends PDTValue,INFO extends PDTInformation,CRITERIA extends PDTCriteria> -
Uses of PDTValue 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 PDTValue 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. -
Uses of PDTValue in de.hybris.platform.util
Classes in de.hybris.platform.util that implement PDTValue Modifier and Type Class Description classDiscountValuestring-storeable discount value object.classPriceValuedefault price value object.classTaxValuethe string-storeable tax value object.
-