C# Class SpringMvc.Models.Storehouse.Dao.Implementation.BooksInformationDao

Inheritance: SpringMvc.Models.Common.BaseHibernateDao, IBooksInformationDao
Afficher le fichier Open project: krzysiuk12/SpringMvc

Méthodes publiques

Méthode Description
GetAllBooks ( ) : IEnumerable
GetAllCategories ( ) : IList
GetBookTypeById ( long bookTypeId ) : BookType
GetBooksByCategoryId ( long categoryId ) : IEnumerable

Method Details

GetAllBooks() public méthode

public GetAllBooks ( ) : IEnumerable
Résultat IEnumerable

GetAllCategories() public méthode

public GetAllCategories ( ) : IList
Résultat IList

GetBookTypeById() public méthode

public GetBookTypeById ( long bookTypeId ) : BookType
bookTypeId long
Résultat SpringMvc.Models.POCO.BookType

GetBooksByCategoryId() public méthode

public GetBooksByCategoryId ( long categoryId ) : IEnumerable
categoryId long
Résultat IEnumerable