Uses of Class
de.hybris.platform.integration.commons.OndemandDiscountedOrderEntry
-
-
Uses of OndemandDiscountedOrderEntry in de.hybris.platform.integration.cis.tax.populators
Methods in de.hybris.platform.integration.cis.tax.populators that return types with arguments of type OndemandDiscountedOrderEntry Modifier and Type Method Description protected Converter<OndemandDiscountedOrderEntry,CisLineItem>CisOrderPopulator. getCisLineItemConverter()Methods in de.hybris.platform.integration.cis.tax.populators with parameters of type OndemandDiscountedOrderEntry Modifier and Type Method Description voidCisLineItemPopulator. populate(OndemandDiscountedOrderEntry source, CisLineItem target)Method parameters in de.hybris.platform.integration.cis.tax.populators with type arguments of type OndemandDiscountedOrderEntry Modifier and Type Method Description voidCisOrderPopulator. setCisLineItemConverter(Converter<OndemandDiscountedOrderEntry,CisLineItem> cisLineItemConverter) -
Uses of OndemandDiscountedOrderEntry in de.hybris.platform.integration.commons.services
Methods in de.hybris.platform.integration.commons.services that return types with arguments of type OndemandDiscountedOrderEntry Modifier and Type Method Description java.util.List<OndemandDiscountedOrderEntry>OndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder) -
Uses of OndemandDiscountedOrderEntry in de.hybris.platform.integration.commons.services.impl
Methods in de.hybris.platform.integration.commons.services.impl that return OndemandDiscountedOrderEntry Modifier and Type Method Description protected OndemandDiscountedOrderEntryDefaultOndemandPromotionService. createOndemandDiscountedOrderEntry(AbstractOrderEntryModel abstractOrderEntry, java.math.BigDecimal calculatedOrderLineDiscount)Method to create the appropriate ondemandDiscountedOrderEntry with the discounted unit price.Methods in de.hybris.platform.integration.commons.services.impl that return types with arguments of type OndemandDiscountedOrderEntry Modifier and Type Method Description java.util.List<OndemandDiscountedOrderEntry>DefaultOndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder)
-