Uses of Interface
org.apache.unomi.api.services.ProfileService
Packages that use ProfileService
Package
Description
-
Uses of ProfileService in org.apache.unomi.graphql.actions
Methods in org.apache.unomi.graphql.actions with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
CDPSessionAction.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type ProfileServiceModifier and TypeMethodDescriptionstatic org.apache.unomi.graphql.schema.GraphQLSchemaProvider.Builder
GraphQLSchemaProvider.create
(ProfileService profileService, SchemaService schemaService) void
GraphQLSchemaUpdater.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.lists.actions
Methods in org.apache.unomi.lists.actions with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
AddToListsAction.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.plugins.baseplugin.actions
Methods in org.apache.unomi.plugins.baseplugin.actions with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
AllEventToProfilePropertiesAction.setProfileService
(ProfileService profileService) Deprecated.void
CopyPropertiesAction.setProfileService
(ProfileService profileService) void
MergeProfilesOnPropertyAction.setProfileService
(ProfileService profileService) void
UpdatePropertiesAction.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.privacy.internal
Methods in org.apache.unomi.privacy.internal with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
PrivacyServiceImpl.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
ProfileServiceEndPoint.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
RouterCamelContext.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.router.core.route
Fields in org.apache.unomi.router.core.route declared as ProfileServiceModifier and TypeFieldDescriptionprotected ProfileService
RouterAbstractRouteBuilder.profileService
Methods in org.apache.unomi.router.core.route with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
RouterAbstractRouteBuilder.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.router.rest
Methods in org.apache.unomi.router.rest with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
ExportConfigurationServiceEndPoint.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.samples.tweet_button_plugin.actions
Methods in org.apache.unomi.samples.tweet_button_plugin.actions with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
IncrementTweetNumberAction.setProfileService
(ProfileService service) -
Uses of ProfileService in org.apache.unomi.services.impl.personalization
Methods in org.apache.unomi.services.impl.personalization with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
PersonalizationServiceImpl.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.services.impl.profiles
Classes in org.apache.unomi.services.impl.profiles that implement ProfileService -
Uses of ProfileService in org.apache.unomi.services.sorts
Methods in org.apache.unomi.services.sorts with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
FilterPersonalizationStrategy.setProfileService
(ProfileService profileService) void
ScorePersonalizationStrategy.setProfileService
(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.training
Methods in org.apache.unomi.training with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoid
TrainedNotificationAction.setProfileService
(ProfileService service)