Uses of Class
com.skava.orchestration.model.common.AddressOrchestration
Packages that use AddressOrchestration
Package
Description
Account Map transformation are available here.
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
Oms transformation classes are available here
This package contains transformation classes for Payment
Shipping service related Orchestration model transformation classes available here.
Subscription Map transformation are available here.
Tax service transformation mapping classes are available here.
Contains transformation classes are available here.
-
Uses of AddressOrchestration in com.skava.account.mapper
Methods in com.skava.account.mapper that return AddressOrchestrationModifier and TypeMethodDescriptionAccountModelMapper.addressesToAddressOrchestration
(Addresses addresses) This method is used to transform the address model into orchestration address service modelAccountModelMapper.adressesDtoToAddessOrchestration
(AddressesDTO addressesDTO) This method is used to transform the orchestration address model into address modelMethods in com.skava.account.mapper that return types with arguments of type AddressOrchestrationModifier and TypeMethodDescriptionAccountModelMapper.addressesListToAddressOrchestrationList
(List<Addresses> addresses) This method is used to transform list of the address model into list of orchestration address service modelAccountModelMapper.addressesToAddressOrchestration
(List<Addresses> addresses) This method is used to transform the address list model into the orchestration address list modelMethods in com.skava.account.mapper with parameters of type AddressOrchestrationModifier and TypeMethodDescriptionAccountModelMapper.addressOrchestrationToAddresses
(AddressOrchestration addressOrchestration) This method is used to transform the orchestration address model into address model -
Uses of AddressOrchestration in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor that return AddressOrchestrationModifier and TypeMethodDescriptionstatic AddressOrchestration
ConstructUpdateCartPaymentToSFCartProcessor.setAddresses
(Payment payment) setAddressesstatic AddressOrchestration
AddressTransformation.transformAddressesToSFAddress
(Addresses addresses) Methods in com.skava.cart.orchestration.processor with parameters of type AddressOrchestrationModifier and TypeMethodDescriptionstatic Shipping
ShippingResponseProcessor.calculateShippingFromEstimatedAddress
(SFCart sfCart, AddressOrchestration estimatedAddress, String shippingObject) Returns the Shipping object for Calculating Shipping from the estimated address for Cart depending upon the inputstatic String
SFCartOrderTransformUtil.getCommunicationPreferenceEmail
(org.apache.camel.Exchange exchange, SFCart sfCart, AddressOrchestration address) Fetches the communication preference email -
Uses of AddressOrchestration in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation with parameters of type AddressOrchestrationModifier and TypeMethodDescriptionstatic Address
CartTransformation.convertToMicroServiceAddress
(AddressOrchestration address) This model is used to convert the orchestration address model to micro service modelstatic Address
ShippingTransformation.getAddressDetails
(AddressOrchestration deliveryAddress) This model is used to convert orchestration address details to micro service address informationstatic BillingAddress
CartPaymentTransformation.getBillingAddress
(AddressOrchestration billingAddress) This method is used to get billing address of the cart payment response -
Uses of AddressOrchestration in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return AddressOrchestrationModifier and TypeMethodDescriptionstatic AddressOrchestration
OMSTransactionReturnShipping.getAddressOMSFromAddressDTO
(Address addressDTO) This method is used to get address information from address micro service model which converts into the orchestration address model. -
Uses of AddressOrchestration in com.skava.payment.orchestration.transformation
Methods in com.skava.payment.orchestration.transformation that return AddressOrchestrationModifier and TypeMethodDescriptionstatic AddressOrchestration
PaymentTransformation.getSFBillingAddress
(BillingAddress billingAddress) This method is used to get orchestration billing address from the micro service payment service. -
Uses of AddressOrchestration in com.skava.shipping.orchestration.transformation
Methods in com.skava.shipping.orchestration.transformation with parameters of type AddressOrchestrationModifier and TypeMethodDescriptionstatic ShippingAddress
ShippingTransformation.transformSFAddressToShippingAddress
(AddressOrchestration deliveryAddress, DeliveryStore deliveryStore) Transforms orchestration AddressOrchestration model to shipping service ShippingAddress model.static ShippingAddress
ShippingTransformation.transformSFAddressToShippingAddress
(AddressOrchestration deliveryAddress, SFSubscriptionDeliveryStore subscriptionDeliveryStore) Transforms orchestration AddressOrchestration model to shipping service ShippingAddress model. -
Uses of AddressOrchestration in com.skava.subscription.mapper
Methods in com.skava.subscription.mapper with parameters of type AddressOrchestrationModifier and TypeMethodDescriptionSubscriptionModelMapper.addressOrchestrationToAddressInfo
(AddressOrchestration addressOrchestration) This method is used to transform the address orchestration model into address request model. -
Uses of AddressOrchestration in com.skava.tax.mapper
Methods in com.skava.tax.mapper with parameters of type AddressOrchestrationModifier and TypeMethodDescriptionTaxModelMapper.taxAddressToOrchestrationAddress
(AddressOrchestration addressOrchestration) This method is used to transform the orchestration address model into the tax address model -
Uses of AddressOrchestration in com.skava.user.orchestration.transformation
Methods in com.skava.user.orchestration.transformation that return AddressOrchestrationModifier 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.