public class NoticeServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.academy.user.service.NoticeService
| 构造器和说明 |
|---|
NoticeServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countNoticeIds() |
boolean |
delete(Long id) |
List<Long> |
getNoticeIds(Integer start,
Integer limit) |
com.ptteng.academy.user.model.Notice |
getObjectById(Long id) |
List<com.ptteng.academy.user.model.Notice> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.academy.user.model.Notice notice) |
List<com.ptteng.academy.user.model.Notice> |
insertList(List<com.ptteng.academy.user.model.Notice> noticeList) |
boolean |
update(com.ptteng.academy.user.model.Notice notice) |
boolean |
updateList(List<com.ptteng.academy.user.model.Notice> noticeList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic Long insert(com.ptteng.academy.user.model.Notice notice) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.user.model.Notice> insertList(List<com.ptteng.academy.user.model.Notice> noticeList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.academy.user.model.Notice notice)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.academy.user.model.Notice> noticeList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.academy.user.model.Notice getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.user.model.Notice> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getNoticeIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getNoticeIds 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countNoticeIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countNoticeIds 在接口中 com.ptteng.academy.user.service.NoticeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.