Uses of Class
com.skava.cart.model.CommunicationPreference
Packages that use CommunicationPreference
Package
Description
The processor classes of the Cart Orchestration Service available here.
-
Uses of CommunicationPreference in com.skava.cart.orchestration.processor
Methods in com.skava.cart.orchestration.processor that return CommunicationPreferenceModifier and TypeMethodDescriptionstatic CommunicationPreferenceCartPreRequestProcessor.getCommunicationPreferenceDeatils(Addresses addressesDefault) This model is used to convert orchestration address details to micro service address informationCommunicationPreferenceProcessor.transformToCommunicationPreference(SFCommunicationPreference sfCommunicationPreference, String locale) This method creates communication preference from SFCart.Methods in com.skava.cart.orchestration.processor with parameters of type CommunicationPreferenceModifier and TypeMethodDescriptionCommunicationPreferenceProcessor.transformToSFCommunicationPreference(CommunicationPreference communicationPreference) This method converts communicationPreference to SFCommunicationPreference.