public class RecordsServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.uweiqian.home.service.RecordsService
| Constructor and Description |
|---|
RecordsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countRecordsIds() |
boolean |
delete(Long id) |
com.ptteng.uweiqian.home.model.Records |
getObjectById(Long id) |
List<com.ptteng.uweiqian.home.model.Records> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getRecordsIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.uweiqian.home.model.Records records) |
List<com.ptteng.uweiqian.home.model.Records> |
insertList(List<com.ptteng.uweiqian.home.model.Records> recordsList) |
boolean |
update(com.ptteng.uweiqian.home.model.Records records) |
boolean |
updateList(List<com.ptteng.uweiqian.home.model.Records> recordsList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.uweiqian.home.model.Records records) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.uweiqian.home.model.Records> insertList(List<com.ptteng.uweiqian.home.model.Records> recordsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.uweiqian.home.model.Records records)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.uweiqian.home.model.Records> recordsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.uweiqian.home.model.Records getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.uweiqian.home.model.Records> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getRecordsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getRecordsIds in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countRecordsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countRecordsIds in interface com.ptteng.uweiqian.home.service.RecordsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.