public interface BookUnitService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countBookUnitIds() |
boolean |
delete(Long id) |
List<Long> |
getBookUnitIds(Integer start,
Integer limit) |
List<Long> |
getBookUnitIdsByBid(Long bid) |
List<Long> |
getBookUnitIdsByBidAndStatus(Long bid,
Integer status) |
Long |
getIdByNameAndBookId(String name,
Long bid) |
Long |
getIdBySortAndBookId(Integer sort,
Long bid) |
BookUnit |
getObjectById(Long id) |
List<BookUnit> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUnitIdsByStatusOrderBySort(Integer status,
Integer start,
Integer limit) |
Long |
insert(BookUnit bookUnit) |
List<BookUnit> |
insertList(List<BookUnit> bookUnitList) |
boolean |
update(BookUnit bookUnit) |
boolean |
updateList(List<BookUnit> bookUnitList) |
Long insert(BookUnit bookUnit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<BookUnit> insertList(List<BookUnit> bookUnitList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(BookUnit bookUnit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<BookUnit> bookUnitList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionBookUnit getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<BookUnit> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBookUnitIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBookUnitIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUnitIdsByStatusOrderBySort(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getIdByNameAndBookId(String name, Long bid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBookUnitIdsByBid(Long bid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
bid - 教材idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBookUnitIdsByBidAndStatus(Long bid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
bid - 教材idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.