public class ApplyingRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.common.service.ApplyingRecordService
| Constructor and Description |
|---|
ApplyingRecordServiceImpl() |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.common.model.ApplyingRecord applyingRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.ApplyingRecord> insertList(List<com.ptteng.keeper.common.model.ApplyingRecord> applyingRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.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.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.common.model.ApplyingRecord applyingRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.common.model.ApplyingRecord> applyingRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.common.model.ApplyingRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.ApplyingRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIdsByMobileOrderByCreateAt(String mobile, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIdsByMobileOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIdsByProductIdAndTypeOrderByCreateAt(Long productId, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIdsByProductIdAndTypeOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIdsByCreateByOrderByCreateAt(Long createBy, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIdsByCreateByOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIdsByIdCardOrderByCreateAt(String idCard, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIdsByIdCardOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIdsByIdCardAndTypeOrderByCreateAt(String idCard, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIdsByIdCardAndTypeOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIdsByMobileAndTypeOrderByCreateAt(String mobile, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIdsByMobileAndTypeOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countApplyingRecordIdsByMobileOrderByCreateAt(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countApplyingRecordIdsByMobileOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countApplyingRecordIdsByProductIdAndTypeOrderByCreateAt(Long productId, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countApplyingRecordIdsByProductIdAndTypeOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countApplyingRecordIdsByIdCardOrderByCreateAt(String idCard) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countApplyingRecordIdsByIdCardOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countApplyingRecordIdsByIdCardAndTypeOrderByCreateAt(String idCard, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countApplyingRecordIdsByIdCardAndTypeOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countApplyingRecordIdsByMobileAndTypeOrderByCreateAt(String mobile, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countApplyingRecordIdsByMobileAndTypeOrderByCreateAt in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getApplyingRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getApplyingRecordIds in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countApplyingRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countApplyingRecordIds in interface com.ptteng.keeper.common.service.ApplyingRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.