Uses of Enum Class
de.hybris.platform.personalizationservices.RecalculateAction
Packages that use RecalculateAction
Package
Description
-
Uses of RecalculateAction in de.hybris.platform.personalizationservices
Methods in de.hybris.platform.personalizationservices that return RecalculateActionModifier and TypeMethodDescriptionstatic RecalculateActionReturns the enum constant of this class with the specified name.static RecalculateAction[]RecalculateAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.configuration
Methods in de.hybris.platform.personalizationservices.configuration that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionCxConfigurationService.getDefaultActionsForAnonymous()Returns first set of actions executed for anonymous user for current base site.CxConfigurationService.getDefaultActionsForAnonymous(BaseSiteModel baseSiteModel) Returns first set of actions executed for anonymous user for given base site. -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.configuration.impl
Methods in de.hybris.platform.personalizationservices.configuration.impl that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected Set<RecalculateAction>DefaultCxConfigurationService.convertActions(Set<String> actions) protected Set<RecalculateAction>DefaultCxConfigurationService.defaultActionsForAnonymous()DefaultCxConfigurationService.getDefaultActionsForAnonymous()DefaultCxConfigurationService.getDefaultActionsForAnonymous(BaseSiteModel baseSiteModel) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.events
Methods in de.hybris.platform.personalizationservices.events that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected List<RecalculateAction>CxAfterUserChangedListener.getUserChangedActions() -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.events.consent
Methods in de.hybris.platform.personalizationservices.events.consent that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected List<RecalculateAction>CxBaseConsentEventListener.getActions(Set<String> actions) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.handlers.impl
Methods in de.hybris.platform.personalizationservices.handlers.impl that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected List<RecalculateAction>DefaultPersonalizationHandler.createRecalculateActionList(Set<RecalculateAction> recalculateActionSet) protected Set<RecalculateAction>DefaultPersonalizationHandler.filterActions(Vote finalVote) Methods in de.hybris.platform.personalizationservices.handlers.impl with parameters of type RecalculateActionModifier and TypeMethodDescriptionprotected booleanDefaultPersonalizationHandler.actionWithoutConsent(RecalculateAction action) Method parameters in de.hybris.platform.personalizationservices.handlers.impl with type arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected List<RecalculateAction>DefaultPersonalizationHandler.createRecalculateActionList(Set<RecalculateAction> recalculateActionSet) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.occ.handlers.impl
Methods in de.hybris.platform.personalizationservices.occ.handlers.impl that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected List<RecalculateAction>DefaultOccPersonalizationHandler.createRecalculateActionList(Set<RecalculateAction> recalculateActionSet) Method parameters in de.hybris.platform.personalizationservices.occ.handlers.impl with type arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected List<RecalculateAction>DefaultOccPersonalizationHandler.createRecalculateActionList(Set<RecalculateAction> recalculateActionSet) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.occ.impl
Methods in de.hybris.platform.personalizationservices.occ.impl with parameters of type RecalculateActionModifier and TypeMethodDescriptionprotected booleanDefaultCxOccInterceptor.isRecalculationAction(RecalculateAction a) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.service
Method parameters in de.hybris.platform.personalizationservices.service with type arguments of type RecalculateActionModifier and TypeMethodDescriptionvoidCxRecalculationService.recalculate(UserModel user, List<RecalculateAction> recalculateActions) Recalculates experience for given user.voidCxRecalculationService.recalculate(List<RecalculateAction> recalculateActions) Recalculates experience for current user. -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.service.impl
Fields in de.hybris.platform.personalizationservices.service.impl with type parameters of type RecalculateActionModifier and TypeFieldDescriptionprotected List<RecalculateAction>DefaultCxRecalculationService.RecalculationConfigData.actionsToExecuteMethods in de.hybris.platform.personalizationservices.service.impl that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionDefaultCxRecalculationService.RecalculationConfigData.getActionsToExecute()protected List<RecalculateAction>DefaultCxRecalculationService.getOrderedActionList()Methods in de.hybris.platform.personalizationservices.service.impl with parameters of type RecalculateActionModifier and TypeMethodDescriptionprotected intDefaultCxRecalculationService.compareActionOrder(RecalculateAction a1, RecalculateAction a2) protected voidDefaultCxRecalculationService.RecalculationConfigData.filterAction(RecalculateAction action) Method parameters in de.hybris.platform.personalizationservices.service.impl with type arguments of type RecalculateActionModifier and TypeMethodDescriptionDefaultCxRecalculationService.createRecalculationConfigData(List<RecalculateAction> recalculateActions) protected voidDefaultCxRecalculationService.RecalculationConfigData.init(List<RecalculateAction> recalculateActions, Comparator<RecalculateAction> comparator) protected voidDefaultCxRecalculationService.RecalculationConfigData.init(List<RecalculateAction> recalculateActions, Comparator<RecalculateAction> comparator) voidDefaultCxRecalculationService.recalculate(UserModel user, List<RecalculateAction> recalculateActions) voidDefaultCxRecalculationService.recalculate(List<RecalculateAction> recalculateActions) voidDefaultCxRecalculationService.setOrderedActionList(List<RecalculateAction> orderedActionList) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.voters
Methods in de.hybris.platform.personalizationservices.voters that return types with arguments of type RecalculateActionMethod parameters in de.hybris.platform.personalizationservices.voters with type arguments of type RecalculateActionModifier and TypeMethodDescriptionvoidVote.setRecalculateActions(Set<RecalculateAction> recalculateActions) -
Uses of RecalculateAction in de.hybris.platform.personalizationservices.voters.impl
Methods in de.hybris.platform.personalizationservices.voters.impl that return types with arguments of type RecalculateActionModifier and TypeMethodDescriptionprotected Set<RecalculateAction>NewSessionVoter.getActionsForNewSession()