Uses of Class
com.skava.user.model.Users
Packages that use Users
Package
Description
Account Map transformation are available here.
Cart and checkout Orchestration transformation Classes available here.
Notification processor classes are available here
The promotion orchestration util classes are available here
Subscription related models are available here.
Subscription orchestration processors are available here
Contains transformation classes are available here.
-
Uses of Users in com.skava.account.mapper
Methods in com.skava.account.mapper with parameters of type UsersModifier and TypeMethodDescriptionAccountModelMapper.userToAccountRepDTO
(Users users) This method is used to transform the accountrep model into orchestration accountrep data transfer model.Method parameters in com.skava.account.mapper with type arguments of type UsersModifier and TypeMethodDescriptionAccountModelMapper.cutomersToAccountBuyerInfoDTO
(List<Users> users) This method is used to transform the orchestration user info to account buyer data transfer list model into the accountbuyer list model -
Uses of Users in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type UsersModifier and TypeMethodDescriptionstatic void
CartUserTransformation.updateUserInfoInSFCart
(SFCart sfCart, Users usersResponse) This method is used to update the user information in the cart response -
Uses of Users in com.skava.notification.orchestration.processor
Methods in com.skava.notification.orchestration.processor with parameters of type UsersModifier and TypeMethodDescriptionstatic List<RecipientInfoDTO>
SubscriptionNotificationProcessor.buildSubscriptionData
(SubscriptionResponse subscriptionResponse, Users userResponse, org.apache.camel.Exchange exchange) This method is used to build subscription datastatic List<RecipientInfoDTO>
SubscriptionNotificationProcessor.buildSubscriptionPreferenceData
(SubscriptionPreferenceResponse preferenceDomain, Users userResponse, Addresses addressResponse, Payment paymentResponse, org.apache.camel.Exchange exchange) -
Uses of Users in com.skava.promotion.orchestration.utils
Methods in com.skava.promotion.orchestration.utils with parameters of type UsersModifier and TypeMethodDescriptionstatic void
PromotionUtils.getUserProperties
(Users usersResponse, Map<String, String> properties) This process method is used to get and set the userResponse properties. -
Uses of Users in com.skava.subscription.model
Methods in com.skava.subscription.model with parameters of type Users -
Uses of Users in com.skava.subscription.orchestration.processor
Methods in com.skava.subscription.orchestration.processor with parameters of type Users -
Uses of Users in com.skava.user.orchestration.transformation
Methods in com.skava.user.orchestration.transformation with parameters of type UsersModifier and TypeMethodDescriptionstatic CustomerOrchestration
CustomerTransformation.convertUserToCustomer
(Users user) This method is used to convert the micro service user model to the orchestration user model.