Uses of Class
com.skava.subscription.model.SFSubscriptionPreferenceResponse
Packages that use SFSubscriptionPreferenceResponse
Package
Description
Subscription orchestration processors are available here
-
Uses of SFSubscriptionPreferenceResponse in com.skava.subscription.orchestration.processor
Methods in com.skava.subscription.orchestration.processor with parameters of type SFSubscriptionPreferenceResponseModifier and TypeMethodDescriptionstatic void
UserSubscriptionDataResponseProcessorUtil.checkCount
(Map<String, List<SubscriptionResponse>> ylSubscriptionMap, SFSubscriptionPreferenceResponse response, List<SFSelectedSubscriptionResponse> selectedList, String storeTimeZone, Calendar calendar) checkCountstatic void
UserSubscriptionDataResponseProcessorUtil.checkIncludeNextMonthCount
(Map<String, List<SubscriptionResponse>> ylSubscriptionMap, SFSubscriptionPreferenceResponse response, List<SFSelectedSubscriptionResponse> selectedList, String storeTimeZone, Calendar calendar, int includeNextMonth) SFUserSubscriptionDataResponseProcessor.constructCartItems
(org.apache.camel.Exchange exchange, List<SubscriptionResponse> subscriptionList, SFSubscriptionPreferenceResponse response, boolean constructSkipSubscription, Integer selectedMonth, String storeTimeZone) This method is used to construct cart itemsstatic List<SubscriptionResponse>
UserSubscriptionDataResponseProcessorUtil.getSelectedSubscription
(SFSubscriptionPreferenceResponse response, Map<String, List<SubscriptionResponse>> ylSubscriptionMap, String storeTimeZone, int month) This method is used to get selected subscriptionstatic Boolean
UserSubscriptionDataResponseProcessorUtil.isSkippedSubscription
(SFSubscriptionPreferenceResponse response, SubscriptionResponse subscription, Integer selectedMonth, String storeTimeZone) This method will check whether the subscription is skipped or notstatic Integer
UserSubscriptionDataResponseProcessorUtil.setSelectedAndStartMonth
(org.apache.camel.Exchange newExchange, SFSubscriptionPreferenceResponse response, String storeTimeZone) This method is used to set the start monthstatic void
UserSubscriptionDataResponseProcessorUtil.updateSubscriptionStatus
(SFSubscriptionPreferenceResponse response, Integer selectedMonth, String storeTimeZone) This method is used to update the subscription status