Uses of Class
com.skava.orchestration.model.common.CustomerOrchestration
Packages that use CustomerOrchestration
Package
Description
Oms transformation classes are available here
User related constants, mapper class, models, orchestration processor and
transformation classes are available here.
Contains transformation classes are available here.
-
Uses of CustomerOrchestration in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return CustomerOrchestrationModifier and TypeMethodDescriptionstatic CustomerOrchestration
OMSTransformationOrderCustomer.getCustomer
(Order order) This method is used to convert order model from OMS microservice to list of customer orchestration model. -
Uses of CustomerOrchestration in com.skava.user
Methods in com.skava.user with parameters of type CustomerOrchestrationModifier and TypeMethodDescriptionvoid
UserUtils.setSessionCookieinResponse
(jakarta.servlet.http.HttpServletResponse httpResponse, String origin, CustomerOrchestration customer, String sessionId, String refreshId, String storeId, Boolean isSecureFromService) Sets the session cookiein response. -
Uses of CustomerOrchestration in com.skava.user.orchestration.transformation
Methods in com.skava.user.orchestration.transformation that return CustomerOrchestrationModifier and TypeMethodDescriptionstatic CustomerOrchestration
CustomerTransformation.convertUserToCustomer
(Users user) This method is used to convert the micro service user model to the orchestration user model.