Uses of Class
org.apache.unomi.api.services.PersonalizationService.PersonalizedContent
-
Packages that use PersonalizationService.PersonalizedContent Package Description org.apache.unomi.api org.apache.unomi.api.services org.apache.unomi.services.impl.personalization -
-
Uses of PersonalizationService.PersonalizedContent in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type PersonalizationService.PersonalizedContent Modifier and Type Method Description List<PersonalizationService.PersonalizedContent>
ContextRequest. 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.PersonalizedContent Modifier and Type Method Description void
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.PersonalizedContent Modifier and Type Method Description List<PersonalizationService.PersonalizedContent>
PersonalizationService.PersonalizationRequest. getContents()
Methods in org.apache.unomi.api.services with parameters of type PersonalizationService.PersonalizedContent Modifier and Type Method Description boolean
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.PersonalizedContent Modifier and Type Method Description void
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.PersonalizedContent Modifier and Type Method Description boolean
PersonalizationServiceImpl. filter(Profile profile, Session session, PersonalizationService.PersonalizedContent personalizedContent)
-