Uses of Class
de.hybris.platform.personalizationservices.RecalculateAction
-
-
Uses of RecalculateAction in de.hybris.platform.personalizationservices
Methods in de.hybris.platform.personalizationservices that return RecalculateAction Modifier and Type Method Description static RecalculateActionRecalculateAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RecalculateAction[]RecalculateAction. values()Returns an array containing the constants of this enum type, 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 RecalculateAction Modifier and Type Method Description java.util.Set<RecalculateAction>CxConfigurationService. getDefaultActionsForAnonymous()Returns first set of actions executed for anonymous user for current base site.java.util.Set<RecalculateAction>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 RecalculateAction Modifier and Type Method Description protected java.util.Set<RecalculateAction>DefaultCxConfigurationService. convertActions(java.util.Set<java.lang.String> actions)protected java.util.Set<RecalculateAction>DefaultCxConfigurationService. defaultActionsForAnonymous()java.util.Set<RecalculateAction>DefaultCxConfigurationService. getDefaultActionsForAnonymous()java.util.Set<RecalculateAction>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 RecalculateAction Modifier and Type Method Description protected java.util.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 RecalculateAction Modifier and Type Method Description protected java.util.List<RecalculateAction>CxBaseConsentEventListener. getActions(java.util.Set<java.lang.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 RecalculateAction Modifier and Type Method Description protected java.util.List<RecalculateAction>DefaultPersonalizationHandler. createRecalculateActionList(java.util.Set<RecalculateAction> recalculateActionSet)protected java.util.Set<RecalculateAction>DefaultPersonalizationHandler. filterActions(Vote finalVote)Methods in de.hybris.platform.personalizationservices.handlers.impl with parameters of type RecalculateAction Modifier and Type Method Description protected booleanDefaultPersonalizationHandler. actionWithoutConsent(RecalculateAction action)Method parameters in de.hybris.platform.personalizationservices.handlers.impl with type arguments of type RecalculateAction Modifier and Type Method Description protected java.util.List<RecalculateAction>DefaultPersonalizationHandler. createRecalculateActionList(java.util.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 RecalculateAction Modifier and Type Method Description protected java.util.List<RecalculateAction>DefaultOccPersonalizationHandler. createRecalculateActionList(java.util.Set<RecalculateAction> recalculateActionSet)Method parameters in de.hybris.platform.personalizationservices.occ.handlers.impl with type arguments of type RecalculateAction Modifier and Type Method Description protected java.util.List<RecalculateAction>DefaultOccPersonalizationHandler. createRecalculateActionList(java.util.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 RecalculateAction Modifier and Type Method Description protected 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 RecalculateAction Modifier and Type Method Description voidCxRecalculationService. recalculate(UserModel user, java.util.List<RecalculateAction> recalculateActions)Recalculates experience for given user.voidCxRecalculationService. recalculate(java.util.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 RecalculateAction Modifier and Type Field Description protected java.util.List<RecalculateAction>DefaultCxRecalculationService.RecalculationConfigData. actionsToExecuteMethods in de.hybris.platform.personalizationservices.service.impl that return types with arguments of type RecalculateAction Modifier and Type Method Description java.util.List<RecalculateAction>DefaultCxRecalculationService.RecalculationConfigData. getActionsToExecute()protected java.util.List<RecalculateAction>DefaultCxRecalculationService. getOrderedActionList()Methods in de.hybris.platform.personalizationservices.service.impl with parameters of type RecalculateAction Modifier and Type Method Description protected 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 RecalculateAction Modifier and Type Method Description protected DefaultCxRecalculationService.RecalculationConfigDataDefaultCxRecalculationService. createRecalculationConfigData(java.util.List<RecalculateAction> recalculateActions)protected voidDefaultCxRecalculationService.RecalculationConfigData. init(java.util.List<RecalculateAction> recalculateActions, java.util.Comparator<RecalculateAction> comparator)protected voidDefaultCxRecalculationService.RecalculationConfigData. init(java.util.List<RecalculateAction> recalculateActions, java.util.Comparator<RecalculateAction> comparator)voidDefaultCxRecalculationService. recalculate(UserModel user, java.util.List<RecalculateAction> recalculateActions)voidDefaultCxRecalculationService. recalculate(java.util.List<RecalculateAction> recalculateActions)voidDefaultCxRecalculationService. setOrderedActionList(java.util.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 RecalculateAction Modifier and Type Method Description java.util.Set<RecalculateAction>Vote. getRecalculateActions()Method parameters in de.hybris.platform.personalizationservices.voters with type arguments of type RecalculateAction Modifier and Type Method Description voidVote. setRecalculateActions(java.util.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 RecalculateAction Modifier and Type Method Description protected java.util.Set<RecalculateAction>NewSessionVoter. getActionsForNewSession()
-