Class SapPricingHeaderMapper
java.lang.Object
de.hybris.platform.sap.sappricingbol.backend.impl.SapPricingBaseMapper
de.hybris.platform.sap.sappricingbol.backend.impl.SapPricingHeaderMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillDeliveryMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order) voidfillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction) voidfillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction, AbstractOrderModel order) protected voidfillPaymentMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order) protected static <T> TuncheckedCast(Object obj) Helps to avoid using@SuppressWarnings( "unchecked")} when casting to a generic type.Methods inherited from class de.hybris.platform.sap.sappricingbol.backend.impl.SapPricingBaseMapper
fillImportParameters, getModuleConfigurationAccess, getProperty, setModuleConfigurationAccess
-
Constructor Details
-
SapPricingHeaderMapper
public SapPricingHeaderMapper()
-
-
Method Details
-
fillImportParameters
public void fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction) -
fillDeliveryMode
-
fillPaymentMode
-
uncheckedCast
Helps to avoid using@SuppressWarnings( "unchecked")} when casting to a generic type. -
fillImportParameters
public void fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction, AbstractOrderModel order)
-