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

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

Méthodes publiques

Méthode Description
GenerateRecommendation ( ) : IEnumerable
RecommendationForGuest ( IServiceLocator serviceLocator, Nullable categoryID ) : System

Private Methods

Méthode Description
fillUpWithRandom ( List list ) : void
generateWithCategory ( List list ) : void
generateWithoutCategory ( List list ) : void
isCacheValid ( ) : System.Boolean
updateCache ( ) : void

Method Details

GenerateRecommendation() public méthode

public GenerateRecommendation ( ) : IEnumerable
Résultat IEnumerable

RecommendationForGuest() public méthode

public RecommendationForGuest ( IServiceLocator serviceLocator, Nullable categoryID ) : System
serviceLocator IServiceLocator
categoryID Nullable
Résultat System