C# 클래스 SpringMvc.Models.Storehouse.Dao.Implementation.BooksInformationDao

상속: SpringMvc.Models.Common.BaseHibernateDao, IBooksInformationDao
파일 보기 프로젝트 열기: krzysiuk12/SpringMvc

공개 메소드들

메소드 설명
GetAllBooks ( ) : IEnumerable
GetAllCategories ( ) : IList
GetBookTypeById ( long bookTypeId ) : BookType
GetBooksByCategoryId ( long categoryId ) : IEnumerable

메소드 상세

GetAllBooks() 공개 메소드

public GetAllBooks ( ) : IEnumerable
리턴 IEnumerable

GetAllCategories() 공개 메소드

public GetAllCategories ( ) : IList
리턴 IList

GetBookTypeById() 공개 메소드

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

GetBooksByCategoryId() 공개 메소드

public GetBooksByCategoryId ( long categoryId ) : IEnumerable
categoryId long
리턴 IEnumerable