C# Class DataStoreLib.Storage.IStoreHelpers

Afficher le fichier Open project: viren85/moviemirchi

Méthodes publiques

Méthode Description
GetAffilationById ( this store, string id ) : AffilationEntity

Return the Affiliation by affiliation id

GetArtistMovies ( this store, string artistName ) : IEnumerable
GetCurrentMovies ( this store ) : IEnumerable

Return the runing movie

GetGenrewiseMovies ( this store, string genre ) : IEnumerable
GetMovieById ( this store, string id ) : MovieEntity

Return the movie By MovieId

GetMovieByUniqueName ( this store, string name ) : MovieEntity

Return the Movie name

GetNewsItems ( this store ) : IEnumerable
GetPopularOnMovieMirchiById ( this store, string id ) : PopularOnMovieMirchiEntity
GetReviewById ( this store, string id ) : ReviewEntity

Return the Review by the Id

GetReviewByMovieId ( this store, string movieId ) : List
GetReviewDetailById ( this store, string reviewerId, string movieId ) : ReviewEntity

Return the review detail by its id

GetReviewerById ( this store, string id ) : ReviewerEntity

Return the reviewer by Reviewerid

GetSortedAffilationByName ( this store ) : List

Return the list of Affiliation name in the sorted order

GetSortedMoviesByName ( this store ) : IEnumerable

Return the movie name in sorted order

GetSortedReviewerByName ( this store ) : List

Return the Reviewer name in sorted order

GetUpcomingMovies ( this store ) : IEnumerable
GetUserById ( this store, string userId ) : UserEntity

Return particular User By Id

GetUserByName ( this store, string userName ) : UserEntity

Return the user if key(Name) found

GetUserFavoriteById ( this store, string id ) : UserFavoriteEntity
IsTweetExist ( this store, string tweetId ) : bool
SearchCharacter ( this store, string searchText ) : IEnumerable
SearchMovies ( this store, string searchText ) : IEnumerable
SearchMoviesByActor ( this store, string searchText ) : IEnumerable
SearchSongs ( this store, string searchText ) : IEnumerable
SearchTitle ( this store, string searchText ) : IEnumerable
SearchTrailer ( this store, string searchText ) : IEnumerable
SearchUser ( this store, string searchText ) : List

Return the List of UserName

UpdateAffilationById ( this store, AffilationEntity affilation ) : bool

Update the affiliation by Affiliation id

UpdateArtistById ( this store, ArtistEntity artist ) : bool
UpdateMovieById ( this store, MovieEntity movie ) : bool

Update the movie detail by its id

UpdateNewsById ( this store, IEnumerable news ) : bool
UpdatePopularOnMovieMirchiId ( this store, PopularOnMovieMirchiEntity popularOnMovieMirchi ) : bool
UpdateReviewById ( this store, ReviewEntity review ) : bool

Update the review by its id

UpdateReviewRating ( this store, string reviewId, string rating ) : bool
UpdateReviewerById ( this store, ReviewerEntity reviewer ) : bool

Update the reviewer by reviewerid

UpdateTweetById ( this store, TwitterEntity tweet ) : bool
UpdateUserById ( this store, UserEntity user ) : bool

Return update the user if user is found

UpdateUserFavoriteById ( this store, UserFavoriteEntity userFavorite ) : bool

Method Details

GetAffilationById() public static méthode

Return the Affiliation by affiliation id
public static GetAffilationById ( this store, string id ) : AffilationEntity
store this
id string
Résultat DataStoreLib.Models.AffilationEntity

GetArtistMovies() public static méthode

public static GetArtistMovies ( this store, string artistName ) : IEnumerable
store this
artistName string
Résultat IEnumerable

GetCurrentMovies() public static méthode

Return the runing movie
public static GetCurrentMovies ( this store ) : IEnumerable
store this
Résultat IEnumerable

GetGenrewiseMovies() public static méthode

public static GetGenrewiseMovies ( this store, string genre ) : IEnumerable
store this
genre string
Résultat IEnumerable

GetMovieById() public static méthode

Return the movie By MovieId
public static GetMovieById ( this store, string id ) : MovieEntity
store this
id string
Résultat DataStoreLib.Models.MovieEntity

GetMovieByUniqueName() public static méthode

Return the Movie name
public static GetMovieByUniqueName ( this store, string name ) : MovieEntity
store this
name string
Résultat DataStoreLib.Models.MovieEntity

GetNewsItems() public static méthode

public static GetNewsItems ( this store ) : IEnumerable
store this
Résultat IEnumerable

GetPopularOnMovieMirchiById() public static méthode

public static GetPopularOnMovieMirchiById ( this store, string id ) : PopularOnMovieMirchiEntity
store this
id string
Résultat PopularOnMovieMirchiEntity

GetReviewById() public static méthode

Return the Review by the Id
public static GetReviewById ( this store, string id ) : ReviewEntity
store this
id string
Résultat ReviewEntity

GetReviewByMovieId() public static méthode

public static GetReviewByMovieId ( this store, string movieId ) : List
store this
movieId string
Résultat List

GetReviewDetailById() public static méthode

Return the review detail by its id
public static GetReviewDetailById ( this store, string reviewerId, string movieId ) : ReviewEntity
store this
reviewerId string
movieId string
Résultat ReviewEntity

GetReviewerById() public static méthode

Return the reviewer by Reviewerid
public static GetReviewerById ( this store, string id ) : ReviewerEntity
store this
id string
Résultat ReviewerEntity

GetSortedAffilationByName() public static méthode

Return the list of Affiliation name in the sorted order
public static GetSortedAffilationByName ( this store ) : List
store this
Résultat List

GetSortedMoviesByName() public static méthode

Return the movie name in sorted order
public static GetSortedMoviesByName ( this store ) : IEnumerable
store this
Résultat IEnumerable

GetSortedReviewerByName() public static méthode

Return the Reviewer name in sorted order
public static GetSortedReviewerByName ( this store ) : List
store this
Résultat List

GetUpcomingMovies() public static méthode

public static GetUpcomingMovies ( this store ) : IEnumerable
store this
Résultat IEnumerable

GetUserById() public static méthode

Return particular User By Id
public static GetUserById ( this store, string userId ) : UserEntity
store this
userId string
Résultat UserEntity

GetUserByName() public static méthode

Return the user if key(Name) found
public static GetUserByName ( this store, string userName ) : UserEntity
store this
userName string
Résultat UserEntity

GetUserFavoriteById() public static méthode

public static GetUserFavoriteById ( this store, string id ) : UserFavoriteEntity
store this
id string
Résultat UserFavoriteEntity

IsTweetExist() public static méthode

public static IsTweetExist ( this store, string tweetId ) : bool
store this
tweetId string
Résultat bool

SearchCharacter() public static méthode

public static SearchCharacter ( this store, string searchText ) : IEnumerable
store this
searchText string
Résultat IEnumerable

SearchMovies() public static méthode

public static SearchMovies ( this store, string searchText ) : IEnumerable
store this
searchText string
Résultat IEnumerable

SearchMoviesByActor() public static méthode

public static SearchMoviesByActor ( this store, string searchText ) : IEnumerable
store this
searchText string
Résultat IEnumerable

SearchSongs() public static méthode

public static SearchSongs ( this store, string searchText ) : IEnumerable
store this
searchText string
Résultat IEnumerable

SearchTitle() public static méthode

public static SearchTitle ( this store, string searchText ) : IEnumerable
store this
searchText string
Résultat IEnumerable

SearchTrailer() public static méthode

public static SearchTrailer ( this store, string searchText ) : IEnumerable
store this
searchText string
Résultat IEnumerable

SearchUser() public static méthode

Return the List of UserName
public static SearchUser ( this store, string searchText ) : List
store this
searchText string
Résultat List

UpdateAffilationById() public static méthode

Update the affiliation by Affiliation id
public static UpdateAffilationById ( this store, AffilationEntity affilation ) : bool
store this
affilation AffilationEntity
Résultat bool

UpdateArtistById() public static méthode

public static UpdateArtistById ( this store, ArtistEntity artist ) : bool
store this
artist ArtistEntity
Résultat bool

UpdateMovieById() public static méthode

Update the movie detail by its id
public static UpdateMovieById ( this store, MovieEntity movie ) : bool
store this
movie MovieEntity
Résultat bool

UpdateNewsById() public static méthode

public static UpdateNewsById ( this store, IEnumerable news ) : bool
store this
news IEnumerable
Résultat bool

UpdatePopularOnMovieMirchiId() public static méthode

public static UpdatePopularOnMovieMirchiId ( this store, PopularOnMovieMirchiEntity popularOnMovieMirchi ) : bool
store this
popularOnMovieMirchi PopularOnMovieMirchiEntity
Résultat bool

UpdateReviewById() public static méthode

Update the review by its id
public static UpdateReviewById ( this store, ReviewEntity review ) : bool
store this
review ReviewEntity
Résultat bool

UpdateReviewRating() public static méthode

public static UpdateReviewRating ( this store, string reviewId, string rating ) : bool
store this
reviewId string
rating string
Résultat bool

UpdateReviewerById() public static méthode

Update the reviewer by reviewerid
public static UpdateReviewerById ( this store, ReviewerEntity reviewer ) : bool
store this
reviewer ReviewerEntity
Résultat bool

UpdateTweetById() public static méthode

public static UpdateTweetById ( this store, TwitterEntity tweet ) : bool
store this
tweet TwitterEntity
Résultat bool

UpdateUserById() public static méthode

Return update the user if user is found
public static UpdateUserById ( this store, UserEntity user ) : bool
store this
user UserEntity
Résultat bool

UpdateUserFavoriteById() public static méthode

public static UpdateUserFavoriteById ( this store, UserFavoriteEntity userFavorite ) : bool
store this
userFavorite UserFavoriteEntity
Résultat bool