Uses of Class
com.skava.oms.orchestration.model.OrderOms
Packages that use OrderOms
Package
Description
Oms processor classes are available here
Oms transformation classes are available here
This package contains transformation classes for Payment
-
Uses of OrderOms in com.skava.oms.orchestration.processor
Method parameters in com.skava.oms.orchestration.processor with type arguments of type OrderOmsModifier and TypeMethodDescriptionbooleanDeletableOrderResponseProcessor.checkDeletableOrders(List<OrderOms> orders) This method is used to check orders are deletable. -
Uses of OrderOms in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return OrderOmsModifier and TypeMethodDescriptionstatic OrderOmsOMSTransformation.convertToOrchestartionOrder(Order order) This method is used to convert the oms microservice model to the orchestration oms model. -
Uses of OrderOms in com.skava.payment.orchestration.transformation
Methods in com.skava.payment.orchestration.transformation with parameters of type OrderOmsModifier and TypeMethodDescriptionstatic voidPaymentTransformation.getCardInfoFromPaymentOMS(CardOrchestration cardInfo, OrderOms orderOms) This method is used to set the orchestration card information to the orchestration payment item from the order response.