Ejemplo n.º 1
0
 public static void rejectRecommendationForUser(string communityId, string userId,
                                                RecommendationActionType action, string objectId)
 {
     throw new global::System.NotImplementedException("Recommendations.RejectRecommendationForUser");
 }
Ejemplo n.º 2
0
 public static void setTestGetRecommendationsForUser(string communityId, string userId,
                                                     RecommendationActionType contextAction, string contextObjectId, int maxResults,
                                                     RecommendationCollection result)
 {
     throw new global::System.NotImplementedException("Recommendations.SetTestGetRecommendationsForUser");
 }
Ejemplo n.º 3
0
 public static RecommendationCollection getRecommendationsForUser(string communityId, string userId,
                                                                  RecommendationActionType contextAction, string contextObjectId, RecommendationChannel channel,
                                                                  int maxResults)
 {
     throw new global::System.NotImplementedException("Recommendations.GetRecommendationsForUser");
 }