Uses of Class
com.skava.oms.orchestration.model.Math
Packages that use Math
Package
Description
Oms transformation classes are available here
-
Uses of Math in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return MathModifier and TypeMethodDescriptionstatic Math
OMSTransformationModelConversion.getMathFromMathDTO
(Math mathDTO) This method is used to convert the math model from micro service model to the orchestration math model.Methods in com.skava.oms.orchestration.transformation that return types with arguments of type MathModifier and TypeMethodDescriptionOMSTransformationModelConversion.getMathListFromMathDTOList
(Math[] mathDTOs) This method is used to convert the math list model from micro service model to the orchestration math model.Methods in com.skava.oms.orchestration.transformation with parameters of type MathModifier and TypeMethodDescriptionstatic void
OMSTransformationModelConversion.calculatePriceInfo
(Math math, Math mathDTO) This method is used to calculate priceInfo based on math and mathOrderShipping.