Ejemplo n.º 1
0
 public static ScheduledRecommendation createScheduledRecommendation(string communityId, string recommendationDefinitionId, int rank, bool enabled, string recommendationAudienceId, RecommendationChannel channel)
 {
     return(Implementation.createScheduledRecommendation(communityId, recommendationDefinitionId, rank, enabled, recommendationAudienceId, channel));
 }
Ejemplo n.º 2
0
 public static ScheduledRecommendationPage getScheduledRecommendations(string communityId, RecommendationChannel channel)
 {
     return(Implementation.getScheduledRecommendations(communityId, channel));
 }
Ejemplo n.º 3
0
 public static void setTestGetRecommendationsForUser(string communityId, string userId, RecommendationActionType action, string objectCategory, RecommendationActionType contextAction, string contextObjectId, RecommendationChannel channel, int maxResults, RecommendationCollection result)
 {
     Implementation.setTestGetRecommendationsForUser(communityId, userId, action, objectCategory, contextAction, contextObjectId, channel, maxResults, result);
 }
Ejemplo n.º 4
0
 public static RecommendationCollection getRecommendationsForUser(string communityId, string userId, RecommendationActionType action, string objectCategory, RecommendationActionType contextAction, string contextObjectId, RecommendationChannel channel, int maxResults)
 {
     return(Implementation.getRecommendationsForUser(communityId, userId, action, objectCategory, contextAction, contextObjectId, channel, maxResults));
 }