|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
org.recommender.clients.console | A simple, text-based console client to demonstrate how to communicate with the cfengine server api using RMI. |
Uses of User in org.recommender.clients.console |
Fields in org.recommender.clients.console declared as User | |
(package private) User |
Rating.user
|
Methods in org.recommender.clients.console that return User | |
User |
Rating.getUser()
|
User |
ClientDBManager.clientLookupUser(java.lang.String userName)
Returns a User object with all User information |
User |
ClientDBManager.clientLookupUser(int userId)
Returns a User object with all User information |
User |
ClientDBManager.clientLookupUser(java.lang.String userName,
int userId)
Returns a User object with all User information returns NULL if invalid user or password is incorrect. |
User[] |
ClientCFManager.getItemRatingList(Item item)
Wrapper for CFEngine.getItemRatingList |
Methods in org.recommender.clients.console with parameters of type User | |
void |
Rating.setUser(User user)
|
int |
ClientDBManager.clientAddNewUser(User user)
Adds the user to the database and returns the assigned userid for this user. |
Rating[] |
ClientCFManager.getUserRatingList(User user)
Wrapper for CFEngine.getUserRatingList() |
Rating |
ClientCFManager.getRating(User user,
Item item)
Wrapper for CFEngine.getRating() |
void |
ClientCFManager.addRating(User user,
Item item,
int rating)
Wrapper for CFEngine.setRating() |
void |
ClientCFManager.removeRating(User user,
Item item)
Removes a single rating from the CFEngine. |
int |
ClientCFManager.removeRatingList(User user,
Item[] items)
Wrapper for CFEngine.removeRatingList |
Prediction |
ClientCFManager.getPredictedRating(User user,
Item item)
Wrapper for CFEngine.getPredictedRating |
Prediction[] |
ClientCFManager.getPredictedRatings(User user,
Item[] itemArray)
Wrapper for CFEngine.getPredictedRatings() |
Prediction[] |
ClientCFManager.getRecommendations(User user,
int number,
int offset)
Wrapper for CFEngine.getRecommendations |
(package private) Prediction[] |
ClientCFManager.getRecommendationsByType(User user,
Type type,
int number,
int offset)
Wrapper for CFEngine.getRecommendationsByType |
Constructors in org.recommender.clients.console with parameters of type User | |
Rating(User user,
Item item,
float ratingValue)
|
|
CFEngine API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |