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 TypeMethodDescriptionvoidCDPSessionAction.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.BuilderGraphQLSchemaProvider.create(ProfileService profileService, SchemaService schemaService) voidGraphQLSchemaUpdater.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 TypeMethodDescriptionvoidAddToListsAction.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 TypeMethodDescriptionvoidAllEventToProfilePropertiesAction.setProfileService(ProfileService profileService) Deprecated.voidCopyPropertiesAction.setProfileService(ProfileService profileService) voidMergeProfilesOnPropertyAction.setProfileService(ProfileService profileService) voidUpdatePropertiesAction.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 TypeMethodDescriptionvoidPrivacyServiceImpl.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 TypeMethodDescriptionvoidProfileServiceEndPoint.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 TypeMethodDescriptionvoidRouterCamelContext.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 ProfileServiceRouterAbstractRouteBuilder.profileServiceMethods in org.apache.unomi.router.core.route with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoidRouterAbstractRouteBuilder.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 TypeMethodDescriptionvoidExportConfigurationServiceEndPoint.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 TypeMethodDescriptionvoidIncrementTweetNumberAction.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 TypeMethodDescriptionvoidPersonalizationServiceImpl.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 TypeMethodDescriptionvoidFilterPersonalizationStrategy.setProfileService(ProfileService profileService) voidScorePersonalizationStrategy.setProfileService(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.training
Methods in org.apache.unomi.training with parameters of type ProfileServiceModifier and TypeMethodDescriptionvoidTrainedNotificationAction.setProfileService(ProfileService service)