C# Class SpringMvc.Models.Suggestions.Services.Implementation.RecommendationForUser

Inheritance: IRecommendationEngine
Afficher le fichier Open project: krzysiuk12/SpringMvc Class Usage Examples

Méthodes publiques

Méthode Description
GenerateRecommendation ( ) : IEnumerable
RecommendationForUser ( IServiceLocator serviceLocator, long userID, Nullable categoryID ) : System

Private Methods

Méthode Description
fillUpWithRandom ( List list ) : void
generateWithCategory ( List list, long categoryId ) : void
generateWithoutCategory ( List list ) : void

Method Details

GenerateRecommendation() public méthode

public GenerateRecommendation ( ) : IEnumerable
Résultat IEnumerable

RecommendationForUser() public méthode

public RecommendationForUser ( IServiceLocator serviceLocator, long userID, Nullable categoryID ) : System
serviceLocator IServiceLocator
userID long
categoryID Nullable
Résultat System