Uses of Class
com.skava.user.model.Addresses
Packages that use Addresses
Package
Description
The processor classes of the Cart Orchestration Service available here.
Notification processor classes are available here
Contains transformation classes are available here.
-
Uses of Addresses in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor with parameters of type AddressesModifier and TypeMethodDescriptionstatic DeliveryDetails
CartPreRequestProcessor.getAddressDetails
(Addresses addressesDefault) This model is used to convert orchestration address details to micro service address informationstatic Address
CartPreRequestProcessor.getAddressSFDetails
(Addresses addressesDefault) This model is used to convert orchestration address details to micro service address informationstatic CommunicationPreference
CartPreRequestProcessor.getCommunicationPreferenceDeatils
(Addresses addressesDefault) This model is used to convert orchestration address details to micro service address informationstatic SFCommunicationPreference
CartPreRequestProcessor.getSFCommunicationPreferenceDeatils
(Addresses addressesDefault) This model is used to convert orchestration address details to micro service address informationstatic AddressOrchestration
AddressTransformation.transformAddressesToSFAddress
(Addresses addresses) -
Uses of Addresses in com.skava.notification.orchestration.processor
Methods in com.skava.notification.orchestration.processor with parameters of type AddressesModifier and TypeMethodDescriptionstatic List<RecipientInfoDTO>
SubscriptionNotificationProcessor.buildSubscriptionPreferenceData
(SubscriptionPreferenceResponse preferenceDomain, Users userResponse, Addresses addressResponse, Payment paymentResponse, org.apache.camel.Exchange exchange) -
Uses of Addresses in com.skava.user.orchestration.transformation
Methods in com.skava.user.orchestration.transformation with parameters of type AddressesModifier and TypeMethodDescriptionstatic AddressOrchestration
CustomerTransformation.convertToCustomerAddress
(Addresses addresses) This method is used to convert the customer address micro service model to the orchestration customer address model.