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 void
CDPSessionAction. 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.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 ProfileService Modifier and Type Method Description void
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 ProfileService Modifier and Type Method Description void
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 ProfileService Modifier and Type Method Description void
PrivacyServiceImpl. 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 void
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 ProfileService Modifier and Type Method Description void
RouterCamelContext. 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 ProfileService
RouterAbstractRouteBuilder. profileService
Methods in org.apache.unomi.router.core.route with parameters of type ProfileService Modifier and Type Method Description void
RouterAbstractRouteBuilder. 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 void
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 ProfileService Modifier and Type Method Description void
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 ProfileService Modifier and Type Method Description void
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 Modifier and Type Class Description class
ProfileServiceImpl
-
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 void
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 ProfileService Modifier and Type Method Description void
TrainedNotificationAction. setProfileService(ProfileService service)
-