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 TypeMethodDescriptionvoidContextRequest.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 TypeMethodDescriptionbooleanPersonalizationService.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 TypeMethodDescriptionvoidPersonalizationService.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 TypeMethodDescriptionbooleanPersonalizationServiceImpl.filter(Profile profile, Session session, PersonalizationService.PersonalizedContent personalizedContent)