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

Inheritance: SpringMvc.Models.Common.BaseHibernateDao, IBooksInformationDao
Datei anzeigen Open project: krzysiuk12/SpringMvc

Public Methods

Method Description
GetAllBooks ( ) : IEnumerable
GetAllCategories ( ) : IList
GetBookTypeById ( long bookTypeId ) : BookType
GetBooksByCategoryId ( long categoryId ) : IEnumerable

Method Details

GetAllBooks() public method

public GetAllBooks ( ) : IEnumerable
return IEnumerable

GetAllCategories() public method

public GetAllCategories ( ) : IList
return IList

GetBookTypeById() public method

public GetBookTypeById ( long bookTypeId ) : BookType
bookTypeId long
return SpringMvc.Models.POCO.BookType

GetBooksByCategoryId() public method

public GetBooksByCategoryId ( long categoryId ) : IEnumerable
categoryId long
return IEnumerable