C# 클래스 SpringMvc.Models.Suggestions.Services.Implementation.RecommendationForGuest

상속: IRecommendationEngine
파일 보기 프로젝트 열기: krzysiuk12/SpringMvc 1 사용 예제들

공개 메소드들

메소드 설명
GenerateRecommendation ( ) : IEnumerable
RecommendationForGuest ( IServiceLocator serviceLocator, Nullable categoryID ) : System

비공개 메소드들

메소드 설명
fillUpWithRandom ( List list ) : void
generateWithCategory ( List list ) : void
generateWithoutCategory ( List list ) : void
isCacheValid ( ) : System.Boolean
updateCache ( ) : void

메소드 상세

GenerateRecommendation() 공개 메소드

public GenerateRecommendation ( ) : IEnumerable
리턴 IEnumerable

RecommendationForGuest() 공개 메소드

public RecommendationForGuest ( IServiceLocator serviceLocator, Nullable categoryID ) : System
serviceLocator IServiceLocator
categoryID Nullable
리턴 System