Méthode | Description | |
---|---|---|
DeleteNewsItemById ( List |
||
DeleteTwitterItemById ( List |
||
GetAffilationsByid ( IEnumerable |
Return the affiliations by id
|
|
GetAllAffilation ( ) : AffilationEntity>.IDictionary |
Return all affiliations
|
|
GetAllArtist ( string artistName ) : IEnumerable |
||
GetAllMovies ( ) : MovieEntity>.IDictionary |
Return the all Movies
|
|
GetAllReviewer ( ) : ReviewerEntity>.IDictionary |
Return all reviewer
|
|
GetAllReviewer ( string reviewerName ) : IEnumerable |
||
GetAllUser ( ) : UserEntity>.IDictionary |
Return the all user
|
|
GetArtist ( string artistName ) : |
||
GetArtistMovies ( ) : MovieEntity>.IDictionary |
||
GetGenrewiseMovies ( ) : MovieEntity>.IDictionary |
||
GetMoviesById ( IEnumerable |
Return the movies by its id
|
|
GetMoviesByUniqueName ( string name ) : MovieEntity>.IDictionary |
Return the list of movies by uniqueName
|
|
GetNewsById ( IEnumerable |
||
GetNewsItems ( ) : NewsEntity>.IDictionary |
||
GetPopularOnMovieMirchisById ( IEnumerable |
||
GetRecentNews ( int startIndex, int pageSize = 20 ) : IEnumerable |
||
GetRecentTweets ( int startIndex, int pageSize = 20 ) : IEnumerable |
||
GetRecentTweets ( string tweetType, string name, int startIndex, int pageSize = 20 ) : IEnumerable |
||
GetReviewerById ( IEnumerable |
Return the reviewer by id
|
|
GetReviewersById ( IEnumerable |
Return the List of reviewers by its id
|
|
GetReviewsById ( IEnumerable |
return the reviews by review id
|
|
GetReviewsByMovieId ( string movieId ) : Models.ReviewEntity>.IDictionary |
Return the reviews by movieid
|
|
GetReviewsByReviewer ( string reviewerName ) : ReviewEntity>.IDictionary |
Return the reviews by the reviewerid
|
|
GetReviewsDetailById ( string reviewerId, string movieId ) : ReviewEntity>.IDictionary |
Return the reviews detail on the basis of reviewerid and movieid
|
|
GetTweetById ( string id ) : TwitterEntity>.IDictionary |
||
GetUserFavoritesById ( IEnumerable |
||
GetUserFavoritesByUserId ( string userId ) : |
||
GetUsersById ( IEnumerable |
Return the users by its id
|
|
GetUsersByName ( string userName ) : UserEntity>.IDictionary |
Return the List of all UserName
|
|
IsTweetExist ( IEnumerable |
TODO: Please add comments here
|
|
UpdateAffilationsById ( IEnumerable |
Update the affiliation by id
|
|
UpdateArtistItemById ( IEnumerable |
||
UpdateMoviesById ( IEnumerable |
Update the movies by id
|
|
UpdateNewsItemById ( IEnumerable |
||
UpdatePopularOnMovieMirchisById ( IEnumerable |
||
UpdateReviewRating ( string reviewId, string rating ) : bool |
Update the review rating
|
|
UpdateReviewers ( IEnumerable |
Return the list of reviewers to update
|
|
UpdateReviewesByReviewerId ( IEnumerable |
Return the list of reviewes bu reviewerId
|
|
UpdateReviewesByReviewerId ( IEnumerable |
Update Reviewes by reviewerId
|
|
UpdateReviewsById ( IEnumerable |
Update the reviews by id
|
|
UpdateTweetById ( IEnumerable |
||
UpdateUserFavoritesById ( IEnumerable |
||
UpdateUsersById ( IEnumerable |
Update the user by its Id
|
public DeleteNewsItemById ( List |
||
newsIds | List |
|
Résultat | bool |
public DeleteTwitterItemById ( List |
||
twitterIds | List |
|
Résultat | bool |
public GetAffilationsByid ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | AffilationEntity>.IDictionary |
public GetAllAffilation ( ) : AffilationEntity>.IDictionary |
||
Résultat | AffilationEntity>.IDictionary |
public GetAllArtist ( string artistName ) : IEnumerable |
||
artistName | string | |
Résultat | IEnumerable |
public GetAllMovies ( ) : MovieEntity>.IDictionary |
||
Résultat | MovieEntity>.IDictionary |
public GetAllReviewer ( ) : ReviewerEntity>.IDictionary |
||
Résultat | ReviewerEntity>.IDictionary |
public GetAllReviewer ( string reviewerName ) : IEnumerable |
||
reviewerName | string | |
Résultat | IEnumerable |
public GetAllUser ( ) : UserEntity>.IDictionary |
||
Résultat | UserEntity>.IDictionary |
public GetArtist ( string artistName ) : |
||
artistName | string | |
Résultat |
public GetArtistMovies ( ) : MovieEntity>.IDictionary |
||
Résultat | MovieEntity>.IDictionary |
public GetGenrewiseMovies ( ) : MovieEntity>.IDictionary |
||
Résultat | MovieEntity>.IDictionary |
public GetMoviesById ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | MovieEntity>.IDictionary |
public GetMoviesByUniqueName ( string name ) : MovieEntity>.IDictionary |
||
name | string | |
Résultat | MovieEntity>.IDictionary |
public GetNewsById ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | NewsEntity>.IDictionary |
public GetNewsItems ( ) : NewsEntity>.IDictionary |
||
Résultat | NewsEntity>.IDictionary |
public GetPopularOnMovieMirchisById ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | PopularOnMovieMirchiEntity>.IDictionary |
public GetRecentNews ( int startIndex, int pageSize = 20 ) : IEnumerable |
||
startIndex | int | |
pageSize | int | |
Résultat | IEnumerable |
public GetRecentTweets ( int startIndex, int pageSize = 20 ) : IEnumerable |
||
startIndex | int | |
pageSize | int | |
Résultat | IEnumerable |
public GetRecentTweets ( string tweetType, string name, int startIndex, int pageSize = 20 ) : IEnumerable |
||
tweetType | string | |
name | string | |
startIndex | int | |
pageSize | int | |
Résultat | IEnumerable |
public GetReviewerById ( IEnumerable |
||
reviewerIds | IEnumerable |
|
Résultat | ReviewerEntity>.IDictionary |
public GetReviewersById ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | Models.ReviewerEntity>.IDictionary |
public GetReviewsById ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | ReviewEntity>.IDictionary |
public GetReviewsByMovieId ( string movieId ) : Models.ReviewEntity>.IDictionary |
||
movieId | string | |
Résultat | Models.ReviewEntity>.IDictionary |
public GetReviewsByReviewer ( string reviewerName ) : ReviewEntity>.IDictionary |
||
reviewerName | string | |
Résultat | ReviewEntity>.IDictionary |
public GetReviewsDetailById ( string reviewerId, string movieId ) : ReviewEntity>.IDictionary |
||
reviewerId | string | |
movieId | string | |
Résultat | ReviewEntity>.IDictionary |
public GetTweetById ( string id ) : TwitterEntity>.IDictionary |
||
id | string | |
Résultat | TwitterEntity>.IDictionary |
public GetUserFavoritesById ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | UserFavoriteEntity>.IDictionary |
public GetUserFavoritesByUserId ( string userId ) : |
||
userId | string | |
Résultat |
public GetUsersById ( IEnumerable |
||
userIds | IEnumerable |
|
Résultat | UserEntity>.IDictionary |
public GetUsersByName ( string userName ) : UserEntity>.IDictionary |
||
userName | string | |
Résultat | UserEntity>.IDictionary |
public IsTweetExist ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | bool |
public UpdateAffilationsById ( IEnumerable |
||
affilations | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateArtistItemById ( IEnumerable |
||
artist | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateMoviesById ( IEnumerable |
||
movies | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateNewsItemById ( IEnumerable |
||
news | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdatePopularOnMovieMirchisById ( IEnumerable |
||
popularOnMovieMirchis | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateReviewRating ( string reviewId, string rating ) : bool | ||
reviewId | string | |
rating | string | |
Résultat | bool |
public UpdateReviewers ( IEnumerable |
||
reviewers | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateReviewesByReviewerId ( IEnumerable |
||
reviews | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateReviewesByReviewerId ( IEnumerable |
||
ids | IEnumerable |
|
Résultat | ReviewEntity>.IDictionary |
public UpdateReviewsById ( IEnumerable |
||
reviews | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateTweetById ( IEnumerable |
||
tweets | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateUserFavoritesById ( IEnumerable |
||
userFavorites | IEnumerable |
|
Résultat | bool>.IDictionary |
public UpdateUsersById ( IEnumerable |
||
users | IEnumerable |
|
Résultat | bool>.IDictionary |