C# Class DataStoreLib.Storage.TableManager

Inheritance: IStore
Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Méthodes publiques

Méthode Description
DeleteNewsItemById ( List newsIds ) : bool
DeleteTwitterItemById ( List twitterIds ) : bool
GetAffilationsByid ( IEnumerable ids ) : AffilationEntity>.IDictionary

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 ) : ArtistEntity
GetArtistMovies ( ) : MovieEntity>.IDictionary
GetGenrewiseMovies ( ) : MovieEntity>.IDictionary
GetMoviesById ( IEnumerable ids ) : MovieEntity>.IDictionary

Return the movies by its id

GetMoviesByUniqueName ( string name ) : MovieEntity>.IDictionary

Return the list of movies by uniqueName

GetNewsById ( IEnumerable ids ) : NewsEntity>.IDictionary
GetNewsItems ( ) : NewsEntity>.IDictionary
GetPopularOnMovieMirchisById ( IEnumerable ids ) : PopularOnMovieMirchiEntity>.IDictionary
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 reviewerIds ) : ReviewerEntity>.IDictionary

Return the reviewer by id

GetReviewersById ( IEnumerable ids ) : Models.ReviewerEntity>.IDictionary

Return the List of reviewers by its id

GetReviewsById ( IEnumerable ids ) : ReviewEntity>.IDictionary

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 ids ) : UserFavoriteEntity>.IDictionary
GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity
GetUsersById ( IEnumerable userIds ) : UserEntity>.IDictionary

Return the users by its id

GetUsersByName ( string userName ) : UserEntity>.IDictionary

Return the List of all UserName

IsTweetExist ( IEnumerable ids ) : bool

TODO: Please add comments here

UpdateAffilationsById ( IEnumerable affilations ) : bool>.IDictionary

Update the affiliation by id

UpdateArtistItemById ( IEnumerable artist ) : bool>.IDictionary
UpdateMoviesById ( IEnumerable movies ) : bool>.IDictionary

Update the movies by id

UpdateNewsItemById ( IEnumerable news ) : bool>.IDictionary
UpdatePopularOnMovieMirchisById ( IEnumerable popularOnMovieMirchis ) : bool>.IDictionary
UpdateReviewRating ( string reviewId, string rating ) : bool

Update the review rating

UpdateReviewers ( IEnumerable reviewers ) : bool>.IDictionary

Return the list of reviewers to update

UpdateReviewesByReviewerId ( IEnumerable reviews ) : bool>.IDictionary

Return the list of reviewes bu reviewerId

UpdateReviewesByReviewerId ( IEnumerable ids ) : ReviewEntity>.IDictionary

Update Reviewes by reviewerId

UpdateReviewsById ( IEnumerable reviews ) : bool>.IDictionary

Update the reviews by id

UpdateTweetById ( IEnumerable tweets ) : bool>.IDictionary
UpdateUserFavoritesById ( IEnumerable userFavorites ) : bool>.IDictionary
UpdateUsersById ( IEnumerable users ) : bool>.IDictionary

Update the user by its Id

Method Details

DeleteNewsItemById() public méthode

public DeleteNewsItemById ( List newsIds ) : bool
newsIds List
Résultat bool

DeleteTwitterItemById() public méthode

public DeleteTwitterItemById ( List twitterIds ) : bool
twitterIds List
Résultat bool

GetAffilationsByid() public méthode

Return the affiliations by id
public GetAffilationsByid ( IEnumerable ids ) : AffilationEntity>.IDictionary
ids IEnumerable
Résultat AffilationEntity>.IDictionary

GetAllAffilation() public méthode

Return all affiliations
public GetAllAffilation ( ) : AffilationEntity>.IDictionary
Résultat AffilationEntity>.IDictionary

GetAllArtist() public méthode

public GetAllArtist ( string artistName ) : IEnumerable
artistName string
Résultat IEnumerable

GetAllMovies() public méthode

Return the all Movies
public GetAllMovies ( ) : MovieEntity>.IDictionary
Résultat MovieEntity>.IDictionary

GetAllReviewer() public méthode

Return all reviewer
public GetAllReviewer ( ) : ReviewerEntity>.IDictionary
Résultat ReviewerEntity>.IDictionary

GetAllReviewer() public méthode

public GetAllReviewer ( string reviewerName ) : IEnumerable
reviewerName string
Résultat IEnumerable

GetAllUser() public méthode

Return the all user
public GetAllUser ( ) : UserEntity>.IDictionary
Résultat UserEntity>.IDictionary

GetArtist() public méthode

public GetArtist ( string artistName ) : ArtistEntity
artistName string
Résultat DataStoreLib.Models.ArtistEntity

GetArtistMovies() public méthode

public GetArtistMovies ( ) : MovieEntity>.IDictionary
Résultat MovieEntity>.IDictionary

GetGenrewiseMovies() public méthode

public GetGenrewiseMovies ( ) : MovieEntity>.IDictionary
Résultat MovieEntity>.IDictionary

GetMoviesById() public méthode

Return the movies by its id
public GetMoviesById ( IEnumerable ids ) : MovieEntity>.IDictionary
ids IEnumerable
Résultat MovieEntity>.IDictionary

GetMoviesByUniqueName() public méthode

Return the list of movies by uniqueName
public GetMoviesByUniqueName ( string name ) : MovieEntity>.IDictionary
name string
Résultat MovieEntity>.IDictionary

GetNewsById() public méthode

public GetNewsById ( IEnumerable ids ) : NewsEntity>.IDictionary
ids IEnumerable
Résultat NewsEntity>.IDictionary

GetNewsItems() public méthode

public GetNewsItems ( ) : NewsEntity>.IDictionary
Résultat NewsEntity>.IDictionary

GetPopularOnMovieMirchisById() public méthode

public GetPopularOnMovieMirchisById ( IEnumerable ids ) : PopularOnMovieMirchiEntity>.IDictionary
ids IEnumerable
Résultat PopularOnMovieMirchiEntity>.IDictionary

GetRecentNews() public méthode

public GetRecentNews ( int startIndex, int pageSize = 20 ) : IEnumerable
startIndex int
pageSize int
Résultat IEnumerable

GetRecentTweets() public méthode

public GetRecentTweets ( int startIndex, int pageSize = 20 ) : IEnumerable
startIndex int
pageSize int
Résultat IEnumerable

GetRecentTweets() public méthode

public GetRecentTweets ( string tweetType, string name, int startIndex, int pageSize = 20 ) : IEnumerable
tweetType string
name string
startIndex int
pageSize int
Résultat IEnumerable

GetReviewerById() public méthode

Return the reviewer by id
public GetReviewerById ( IEnumerable reviewerIds ) : ReviewerEntity>.IDictionary
reviewerIds IEnumerable
Résultat ReviewerEntity>.IDictionary

GetReviewersById() public méthode

Return the List of reviewers by its id
public GetReviewersById ( IEnumerable ids ) : Models.ReviewerEntity>.IDictionary
ids IEnumerable
Résultat Models.ReviewerEntity>.IDictionary

GetReviewsById() public méthode

return the reviews by review id
public GetReviewsById ( IEnumerable ids ) : ReviewEntity>.IDictionary
ids IEnumerable
Résultat ReviewEntity>.IDictionary

GetReviewsByMovieId() public méthode

Return the reviews by movieid
public GetReviewsByMovieId ( string movieId ) : Models.ReviewEntity>.IDictionary
movieId string
Résultat Models.ReviewEntity>.IDictionary

GetReviewsByReviewer() public méthode

Return the reviews by the reviewerid
public GetReviewsByReviewer ( string reviewerName ) : ReviewEntity>.IDictionary
reviewerName string
Résultat ReviewEntity>.IDictionary

GetReviewsDetailById() public méthode

Return the reviews detail on the basis of reviewerid and movieid
public GetReviewsDetailById ( string reviewerId, string movieId ) : ReviewEntity>.IDictionary
reviewerId string
movieId string
Résultat ReviewEntity>.IDictionary

GetTweetById() public méthode

public GetTweetById ( string id ) : TwitterEntity>.IDictionary
id string
Résultat TwitterEntity>.IDictionary

GetUserFavoritesById() public méthode

public GetUserFavoritesById ( IEnumerable ids ) : UserFavoriteEntity>.IDictionary
ids IEnumerable
Résultat UserFavoriteEntity>.IDictionary

GetUserFavoritesByUserId() public méthode

public GetUserFavoritesByUserId ( string userId ) : UserFavoriteEntity
userId string
Résultat DataStoreLib.Models.UserFavoriteEntity

GetUsersById() public méthode

Return the users by its id
public GetUsersById ( IEnumerable userIds ) : UserEntity>.IDictionary
userIds IEnumerable
Résultat UserEntity>.IDictionary

GetUsersByName() public méthode

Return the List of all UserName
public GetUsersByName ( string userName ) : UserEntity>.IDictionary
userName string
Résultat UserEntity>.IDictionary

IsTweetExist() public méthode

TODO: Please add comments here
public IsTweetExist ( IEnumerable ids ) : bool
ids IEnumerable
Résultat bool

UpdateAffilationsById() public méthode

Update the affiliation by id
public UpdateAffilationsById ( IEnumerable affilations ) : bool>.IDictionary
affilations IEnumerable
Résultat bool>.IDictionary

UpdateArtistItemById() public méthode

public UpdateArtistItemById ( IEnumerable artist ) : bool>.IDictionary
artist IEnumerable
Résultat bool>.IDictionary

UpdateMoviesById() public méthode

Update the movies by id
public UpdateMoviesById ( IEnumerable movies ) : bool>.IDictionary
movies IEnumerable
Résultat bool>.IDictionary

UpdateNewsItemById() public méthode

public UpdateNewsItemById ( IEnumerable news ) : bool>.IDictionary
news IEnumerable
Résultat bool>.IDictionary

UpdatePopularOnMovieMirchisById() public méthode

public UpdatePopularOnMovieMirchisById ( IEnumerable popularOnMovieMirchis ) : bool>.IDictionary
popularOnMovieMirchis IEnumerable
Résultat bool>.IDictionary

UpdateReviewRating() public méthode

Update the review rating
public UpdateReviewRating ( string reviewId, string rating ) : bool
reviewId string
rating string
Résultat bool

UpdateReviewers() public méthode

Return the list of reviewers to update
public UpdateReviewers ( IEnumerable reviewers ) : bool>.IDictionary
reviewers IEnumerable
Résultat bool>.IDictionary

UpdateReviewesByReviewerId() public méthode

Return the list of reviewes bu reviewerId
public UpdateReviewesByReviewerId ( IEnumerable reviews ) : bool>.IDictionary
reviews IEnumerable
Résultat bool>.IDictionary

UpdateReviewesByReviewerId() public méthode

Update Reviewes by reviewerId
public UpdateReviewesByReviewerId ( IEnumerable ids ) : ReviewEntity>.IDictionary
ids IEnumerable
Résultat ReviewEntity>.IDictionary

UpdateReviewsById() public méthode

Update the reviews by id
public UpdateReviewsById ( IEnumerable reviews ) : bool>.IDictionary
reviews IEnumerable
Résultat bool>.IDictionary

UpdateTweetById() public méthode

public UpdateTweetById ( IEnumerable tweets ) : bool>.IDictionary
tweets IEnumerable
Résultat bool>.IDictionary

UpdateUserFavoritesById() public méthode

public UpdateUserFavoritesById ( IEnumerable userFavorites ) : bool>.IDictionary
userFavorites IEnumerable
Résultat bool>.IDictionary

UpdateUsersById() public méthode

Update the user by its Id
public UpdateUsersById ( IEnumerable users ) : bool>.IDictionary
users IEnumerable
Résultat bool>.IDictionary