Uses of Class
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundConfigModel
-
Packages that use SAPCpiOutboundConfigModel Package Description de.hybris.platform.sap.sapcpiadapter.model Contains generated models for each type of de.hybris.platform.sap.sapcpiadapter.jalo package.de.hybris.platform.sap.sapcpiomsreturnsexchange.service.impl de.hybris.platform.sap.sapcpiorderexchange.service.impl de.hybris.platform.sap.sapcpireturnsexchange.service.impl -
-
Uses of SAPCpiOutboundConfigModel in de.hybris.platform.sap.sapcpiadapter.model
Methods in de.hybris.platform.sap.sapcpiadapter.model that return SAPCpiOutboundConfigModel Modifier and Type Method Description SAPCpiOutboundConfigModelSAPCpiOutboundCustomerModel. getSapCpiConfig()Generated method - Getter of theSAPCpiOutboundCustomer.sapCpiConfigattribute defined at extensionsapcpiadapter.SAPCpiOutboundConfigModelSAPCpiOutboundOrderModel. getSapCpiConfig()Generated method - Getter of theSAPCpiOutboundOrder.sapCpiConfigattribute defined at extensionsapcpiadapter.Methods in de.hybris.platform.sap.sapcpiadapter.model with parameters of type SAPCpiOutboundConfigModel Modifier and Type Method Description voidSAPCpiOutboundCustomerModel. setSapCpiConfig(SAPCpiOutboundConfigModel value)Generated method - Setter ofSAPCpiOutboundCustomer.sapCpiConfigattribute defined at extensionsapcpiadapter.voidSAPCpiOutboundOrderModel. setSapCpiConfig(SAPCpiOutboundConfigModel value)Generated method - Setter ofSAPCpiOutboundOrder.sapCpiConfigattribute defined at extensionsapcpiadapter. -
Uses of SAPCpiOutboundConfigModel in de.hybris.platform.sap.sapcpiomsreturnsexchange.service.impl
Methods in de.hybris.platform.sap.sapcpiomsreturnsexchange.service.impl that return SAPCpiOutboundConfigModel Modifier and Type Method Description protected SAPCpiOutboundConfigModelSapCpiOmsReturnsOutboundConversionServiceImpl. mapReturnOrderConfigInfo(ReturnRequestModel returnRequest) -
Uses of SAPCpiOutboundConfigModel in de.hybris.platform.sap.sapcpiorderexchange.service.impl
Methods in de.hybris.platform.sap.sapcpiorderexchange.service.impl that return SAPCpiOutboundConfigModel Modifier and Type Method Description protected SAPCpiOutboundConfigModelSapCpiOmmOrderCancellationMapperService. mapOrderCancellationConfigInfo(SapCpiConfig sapCpiConfig)protected SAPCpiOutboundConfigModelSapCpiOmmOrderMapperService. mapOrderConfigInfo(SapCpiConfig sapCpiConfig) -
Uses of SAPCpiOutboundConfigModel in de.hybris.platform.sap.sapcpireturnsexchange.service.impl
Methods in de.hybris.platform.sap.sapcpireturnsexchange.service.impl that return SAPCpiOutboundConfigModel Modifier and Type Method Description protected SAPCpiOutboundConfigModelSapCpiOmmReturnsOutboundConversionService. mapReturnOrderConfigInfo(ReturnRequestModel returnRequest)
-