Uses of Class
com.skava.oms.orchestration.model.OrderInfo
Packages that use OrderInfo
Package
Description
Oms transformation classes are available here
-
Uses of OrderInfo in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return OrderInfoModifier and TypeMethodDescriptionstatic OrderInfo
OMSTransformationOrder.getOrderInfo
(Order order) This method is used to convert order model from OMS microservice to the order orchestration model.Methods in com.skava.oms.orchestration.transformation with parameters of type OrderInfoModifier and TypeMethodDescriptionstatic void
OMSTransformationOrderExtend.getOrderFinancialsByOrderDTO
(Order order, OrderInfo orderinfo) This method is used to set the order financial information from the oms order microservice model and assign it to the orchestration order financial model.