Uses of Class
de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundPriceComponentModel
Packages that use SAPCpiOutboundPriceComponentModel
Package
Description
Contains generated models for each type of de.hybris.platform.sap.sapcpiadapter.jalo package.
Contains generated models for each type of de.hybris.platform.sap.sapcpireturnsexchange.jalo package.
Contains generated models for each type of de.hybris.platform.sap.sapserviceorder.jalo package.
-
Uses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapcpiadapter.model
Methods in de.hybris.platform.sap.sapcpiadapter.model that return types with arguments of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionSAPCpiOutboundOrderModel.getSapCpiOutboundPriceComponents()Generated method - Getter of theSAPCpiOutboundOrder.sapCpiOutboundPriceComponentsattribute defined at extensionsapcpiadapter.Method parameters in de.hybris.platform.sap.sapcpiadapter.model with type arguments of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionvoidSAPCpiOutboundOrderModel.setSapCpiOutboundPriceComponents(Set<SAPCpiOutboundPriceComponentModel> value) Generated method - Setter ofSAPCpiOutboundOrder.sapCpiOutboundPriceComponentsattribute defined at extensionsapcpiadapter. -
Uses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapcpiorderexchange.service.impl
Methods in de.hybris.platform.sap.sapcpiorderexchange.service.impl that return types with arguments of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionprotected Set<SAPCpiOutboundPriceComponentModel>SapCpiOmmOrderMapperService.mapOrderPrices(List<SapCpiOrderPriceComponent> sapCpiOrderPriceComponents) -
Uses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapcpireturnsexchange.model
Subclasses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapcpireturnsexchange.modelModifier and TypeClassDescriptionclassGenerated model class for type SAPCpiOutboundReturnOrderPriceComponent first defined at extension sapcpireturnsexchange. -
Uses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapcpireturnsexchange.service.impl
Methods in de.hybris.platform.sap.sapcpireturnsexchange.service.impl that return types with arguments of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionprotected Set<SAPCpiOutboundPriceComponentModel>SapCpiOmmReturnsOutboundConversionService.mapReturnOrderPrices(ReturnRequestModel requestRequest) -
Uses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapserviceorder.model
Methods in de.hybris.platform.sap.sapserviceorder.model that return types with arguments of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionSAPCpiOutboundServiceOrderItemModel.getSapCpiOutboundPriceComponents()Generated method - Getter of theSAPCpiOutboundServiceOrderItem.sapCpiOutboundPriceComponentsattribute defined at extensionsapserviceorder.Method parameters in de.hybris.platform.sap.sapserviceorder.model with type arguments of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionvoidSAPCpiOutboundServiceOrderItemModel.setSapCpiOutboundPriceComponents(Set<SAPCpiOutboundPriceComponentModel> value) Generated method - Setter ofSAPCpiOutboundServiceOrderItem.sapCpiOutboundPriceComponentsattribute defined at extensionsapserviceorder. -
Uses of SAPCpiOutboundPriceComponentModel in de.hybris.platform.sap.sapserviceorder.service.impl
Methods in de.hybris.platform.sap.sapserviceorder.service.impl with parameters of type SAPCpiOutboundPriceComponentModelModifier and TypeMethodDescriptionprotected StringDefaultSapCpiServiceOrderMapperService.getComputedPriceValue(Map<String, SAPCpiOutboundServiceOrderItemModel> items, SAPCpiOutboundPriceComponentModel priceComponent) protected booleanDefaultSapCpiServiceOrderMapperService.isItemPriceCondition(SAPCpiOutboundPriceComponentModel priceComponent, String itemPriceConditionCode) protected voidDefaultSapCpiServiceOrderMapperService.setItemPrice(Map<String, SAPCpiOutboundServiceOrderItemModel> items, SAPCpiOutboundPriceComponentModel priceComponent)