Uses of Class
de.hybris.platform.sap.sapmodel.model.SAPPricingConditionModel
-
Packages that use SAPPricingConditionModel Package Description de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.sap.sappricingbol.backend.impl -
-
Uses of SAPPricingConditionModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type SAPPricingConditionModel Modifier and Type Method Description java.util.Set<SAPPricingConditionModel>AbstractOrderEntryModel. getSapPricingConditions()Generated method - Getter of theAbstractOrderEntry.sapPricingConditionsattribute defined at extensionsapmodel.Method parameters in de.hybris.platform.core.model.order with type arguments of type SAPPricingConditionModel Modifier and Type Method Description voidAbstractOrderEntryModel. setSapPricingConditions(java.util.Set<SAPPricingConditionModel> value)Generated method - Setter ofAbstractOrderEntry.sapPricingConditionsattribute defined at extensionsapmodel. -
Uses of SAPPricingConditionModel in de.hybris.platform.sap.sappricingbol.backend.impl
Methods in de.hybris.platform.sap.sappricingbol.backend.impl that return types with arguments of type SAPPricingConditionModel Modifier and Type Method Description protected java.util.Set<SAPPricingConditionModel>SapPricingItemMapper. readSapPricingConditions(com.sap.conn.jco.JCoTable conds, java.lang.String orderCode, ConversionService conversionService)
-