Uses of Class
de.hybris.platform.sap.sapmodel.model.SAPOrderModel
-
Packages that use SAPOrderModel Package Description de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.sap.orderexchange.datahub.inbound.impl de.hybris.platform.sap.saporderexchangeoms.actions de.hybris.platform.sap.saprevenuecloudorder.actions de.hybris.platform.sap.ysapcpiomsfulfillment.inbound.helper de.hybris.platform.sap.ysapcpiomsfulfillment.strategy -
-
Uses of SAPOrderModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type SAPOrderModel Modifier and Type Method Description java.util.Set<SAPOrderModel>OrderModel. getSapOrders()Generated method - Getter of theOrder.sapOrdersattribute defined at extensionsapmodel.Method parameters in de.hybris.platform.core.model.order with type arguments of type SAPOrderModel Modifier and Type Method Description voidOrderModel. setSapOrders(java.util.Set<SAPOrderModel> value)Generated method - Setter ofOrder.sapOrdersattribute defined at extensionsapmodel. -
Uses of SAPOrderModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return SAPOrderModel Modifier and Type Method Description SAPOrderModelConsignmentModel. getSapOrder()Generated method - Getter of theConsignment.sapOrderattribute defined at extensionsapmodel.Methods in de.hybris.platform.ordersplitting.model with parameters of type SAPOrderModel Modifier and Type Method Description voidConsignmentModel. setSapOrder(SAPOrderModel value)Generated method - Initial setter ofConsignment.sapOrderattribute defined at extensionsapmodel.Constructors in de.hybris.platform.ordersplitting.model with parameters of type SAPOrderModel Constructor Description ConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SAPOrderModel in de.hybris.platform.sap.orderexchange.datahub.inbound.impl
Methods in de.hybris.platform.sap.orderexchange.datahub.inbound.impl that return SAPOrderModel Modifier and Type Method Description protected SAPOrderModelAbstractDataHubInboundHelper. readSapOrder(java.lang.String sapOrderNumber) -
Uses of SAPOrderModel in de.hybris.platform.sap.saporderexchangeoms.actions
Method parameters in de.hybris.platform.sap.saporderexchangeoms.actions with type arguments of type SAPOrderModel Modifier and Type Method Description protected voidSapOmsSendOrderToDataHubAction. createSapOrders(java.util.List<SAPOrderModel> sapOrders, OrderHistoryEntryModel orderHistoryEntry, java.util.Set<ConsignmentModel> consignments)Create an SAP order and add it to the given list of ordersprotected voidSapOmsSendOrderToDataHubAction. saveSapOrders(OrderModel order, java.util.List<SAPOrderModel> sapOrders)Save SAP orders -
Uses of SAPOrderModel in de.hybris.platform.sap.saprevenuecloudorder.actions
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.actions with type arguments of type SAPOrderModel Modifier and Type Method Description protected voidSapCpiSendRevenueCloudOrderOutboundAction. saveSapOrders(OrderModel order, java.util.List<SAPOrderModel> sapOrders)Save SAP orders and Set Subscription Order status -
Uses of SAPOrderModel in de.hybris.platform.sap.ysapcpiomsfulfillment.inbound.helper
Methods in de.hybris.platform.sap.ysapcpiomsfulfillment.inbound.helper with parameters of type SAPOrderModel Modifier and Type Method Description protected java.util.Optional<ConsignmentEntryModel>SapCipOmsInboundHelper. findConsignmentEntry(SAPOrderModel sapOrder, java.lang.String entryNumber)Find the consignment entry for the given order entry -
Uses of SAPOrderModel in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy
Methods in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy that return SAPOrderModel Modifier and Type Method Description protected SAPOrderModelSapSendConsignmentToExternalFulfillmentSystemStrategy. initializeSapOrder(OrderHistoryEntryModel orderHistoryEntry, ConsignmentModel consignment)Initialize an SAP order from the parent Hybris order
-