Esempio n. 1
0
 public static ScheduledRecommendation createScheduledRecommendation(string communityId,
                                                                     string recommendationDefinitionId, int rank, bool enabled, string recommendationAudienceId,
                                                                     RecommendationChannel channel)
 {
     throw new global::System.NotImplementedException("Recommendations.CreateScheduledRecommendation");
 }
Esempio n. 2
0
 public static ScheduledRecommendationPage getScheduledRecommendations(string communityId,
                                                                       RecommendationChannel channel)
 {
     throw new global::System.NotImplementedException("Recommendations.GetScheduledRecommendations");
 }
Esempio n. 3
0
 public static void setTestGetRecommendationsForUser(string communityId, string userId,
                                                     RecommendationActionType contextAction, string contextObjectId, RecommendationChannel channel,
                                                     int maxResults, RecommendationCollection result)
 {
     throw new global::System.NotImplementedException("Recommendations.SetTestGetRecommendationsForUser");
 }
Esempio n. 4
0
 public static RecommendationCollection getRecommendationsForUser(string communityId, string userId,
                                                                  RecommendationActionType action, string objectCategory, RecommendationActionType contextAction,
                                                                  string contextObjectId, RecommendationChannel channel, int maxResults)
 {
     throw new global::System.NotImplementedException("Recommendations.GetRecommendationsForUser");
 }