Class DefaultSapQuoteSalesConditionsContributor
java.lang.Object
de.hybris.platform.sap.orderexchange.outbound.impl.DefaultSalesConditionsContributor
com.sap.hybris.sapquoteintegration.outbound.contributor.DefaultSapQuoteSalesConditionsContributor
- All Implemented Interfaces:
RawItemContributor<OrderModel>
Default implementation of Quote Sales Condition Contributor
-
Field Summary
Fields inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultSalesConditionsContributor
PROMOTION_DISCOUNT_CODE_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateOrderDiscountRows(OrderModel order, List<Map<String, Object>> result) protected voidcreateProductDiscountRows(OrderModel order, List<Map<String, Object>> result, AbstractOrderEntryModel entry) Methods inherited from class de.hybris.platform.sap.orderexchange.outbound.impl.DefaultSalesConditionsContributor
createDeliveryCostRow, createGrossPriceRow, createPaymentCostRow, createRows, createTaxRows, determinePromotionDiscountCode, emptyIfNull, getBatchIdAttributes, getColumns, getConditionCounterDeliveryCost, getConditionCounterGrossPrice, getConditionCounterPaymentCost, getConditionCounterStartOrderDiscount, getConditionCounterStartProductDiscount, getConditionCounterTax, getGrossPrice, getRuleService, getTax1, safe, setBatchIdAttributes, setConditionCounterDeliveryCost, setConditionCounterGrossPrice, setConditionCounterPaymentCost, setConditionCounterStartOrderDiscount, setConditionCounterStartProductDiscount, setConditionCounterTax, setConditionTypes, setDeliveryCosts, setGrossPrice, setPaymentCosts, setRuleService, setTax1, syncPricingInactive
-
Constructor Details
-
DefaultSapQuoteSalesConditionsContributor
public DefaultSapQuoteSalesConditionsContributor()
-
-
Method Details
-
createOrderDiscountRows
- Overrides:
createOrderDiscountRowsin classDefaultSalesConditionsContributor
-
createProductDiscountRows
protected void createProductDiscountRows(OrderModel order, List<Map<String, Object>> result, AbstractOrderEntryModel entry) - Overrides:
createProductDiscountRowsin classDefaultSalesConditionsContributor
-