Skip navigation links
A C G S T 

A

addEvents(GravityEvent[], boolean) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Adds events to the recommendation engine.
addItems(GravityItem[], boolean) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Adds items to the recommendation engine.
addUsers(GravityUser[], boolean) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Adds users to the recommendation engine.

C

com.gravityrd.recengclient.webshop - package com.gravityrd.recengclient.webshop
 

G

getItemRecommendation(String, String, GravityRecommendationContext) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Returns a list of recommended items, based on the given context parameters.
getItemRecommendationBulk(String, String, GravityRecommendationContext[]) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Given the userId and the cookieId, we can request recommendations for multiple scenarios (described by the context).
getPassword() - Method in class com.gravityrd.recengclient.webshop.GravityClient
 
getReadTimeout() - Method in class com.gravityrd.recengclient.webshop.GravityClient
 
getRemoteUrl() - Method in class com.gravityrd.recengclient.webshop.GravityClient
 
getUserName() - Method in class com.gravityrd.recengclient.webshop.GravityClient
 
GravityClient - Class in com.gravityrd.recengclient.webshop
The GravityClient class can be used to send events, item and user information to the recommendation engine and get recommendations.
GravityClient() - Constructor for class com.gravityrd.recengclient.webshop.GravityClient
 

S

setPassword(String) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Set the password for the http authenticated connection.
setReadTimeout(int) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Set the timeout for the operations in millisecs.
setRemoteUrl(String) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Set the URL of the server side interface.
setUserName(String) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Set the user name for the http authenticated connection.

T

test(String) - Method in class com.gravityrd.recengclient.webshop.GravityClient
Simple test function to test without side effects whether the service is alive.
testException() - Method in class com.gravityrd.recengclient.webshop.GravityClient
Simple test function to test throwing an exception.
A C G S T 
Skip navigation links