Uses of Interface
org.apache.unomi.api.services.ProfileService
-
-
Uses of ProfileService in org.apache.unomi.graphql.actions
Methods in org.apache.unomi.graphql.actions with parameters of type ProfileService Modifier and Type Method Description voidCDPSessionAction. setProfileService(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema with parameters of type ProfileService Modifier and Type Method Description static 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 ProfileService Modifier and Type Method Description voidAddToListsAction. 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 ProfileService Modifier and Type Method Description voidAllEventToProfilePropertiesAction. 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 ProfileService Modifier and Type Method Description voidPrivacyServiceImpl. setProfileService(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ProfileService Modifier and Type Method Description voidProfileServiceEndPoint. 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 ProfileService Modifier and Type Method Description voidRouterCamelContext. setProfileService(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.router.core.route
Fields in org.apache.unomi.router.core.route declared as ProfileService Modifier and Type Field Description protected ProfileServiceRouterAbstractRouteBuilder. profileServiceMethods in org.apache.unomi.router.core.route with parameters of type ProfileService Modifier and Type Method Description voidRouterAbstractRouteBuilder. setProfileService(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.router.rest
Methods in org.apache.unomi.router.rest with parameters of type ProfileService Modifier and Type Method Description voidExportConfigurationServiceEndPoint. 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 ProfileService Modifier and Type Method Description voidIncrementTweetNumberAction. 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 ProfileService Modifier and Type Method Description voidPersonalizationServiceImpl. setProfileService(ProfileService profileService) -
Uses of ProfileService in org.apache.unomi.services.impl.profiles
Classes in org.apache.unomi.services.impl.profiles that implement ProfileService Modifier and Type Class Description classProfileServiceImpl -
Uses of ProfileService in org.apache.unomi.services.sorts
Methods in org.apache.unomi.services.sorts with parameters of type ProfileService Modifier and Type Method Description voidFilterPersonalizationStrategy. 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 ProfileService Modifier and Type Method Description voidTrainedNotificationAction. setProfileService(ProfileService service)
-