Uses of Class
org.apache.unomi.api.services.PersonalizationService.PersonalizedContent
Packages that use PersonalizationService.PersonalizedContent
Package
Description
-
Uses of PersonalizationService.PersonalizedContent in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type PersonalizationService.PersonalizedContentModifier and TypeMethodDescriptionContextRequest.getFilters()
Retrieves the filters aimed at content personalization that should be evaluated for the given session and/or profile so that the context server can tell the client whether the content associated with the filter should be activated for this profile/session.Method parameters in org.apache.unomi.api with type arguments of type PersonalizationService.PersonalizedContentModifier and TypeMethodDescriptionvoid
ContextRequest.setFilters
(List<PersonalizationService.PersonalizedContent> filters) Specifies the content filters to be evaluated. -
Uses of PersonalizationService.PersonalizedContent in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return types with arguments of type PersonalizationService.PersonalizedContentMethods in org.apache.unomi.api.services with parameters of type PersonalizationService.PersonalizedContentModifier and TypeMethodDescriptionboolean
PersonalizationService.filter
(Profile profile, Session session, PersonalizationService.PersonalizedContent personalizedContent) Check if an item is visible for the specified profile and sessionMethod parameters in org.apache.unomi.api.services with type arguments of type PersonalizationService.PersonalizedContentModifier and TypeMethodDescriptionvoid
PersonalizationService.PersonalizationRequest.setContents
(List<PersonalizationService.PersonalizedContent> contents) -
Uses of PersonalizationService.PersonalizedContent in org.apache.unomi.services.impl.personalization
Methods in org.apache.unomi.services.impl.personalization with parameters of type PersonalizationService.PersonalizedContentModifier and TypeMethodDescriptionboolean
PersonalizationServiceImpl.filter
(Profile profile, Session session, PersonalizationService.PersonalizedContent personalizedContent)