public class AccountRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.account.AccountRecordService
| 构造器和说明 |
|---|
AccountRecordServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countAccountRecordIds() |
Integer |
countAccountRecordIdsByUserIdOrderByUpdateAt(Long userId) |
boolean |
delete(Long id) |
List<Long> |
getAccountRecordIds(Integer start,
Integer limit) |
List<Long> |
getAccountRecordIdsByUserIdOrderByUpdateAt(Long userId,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.account.AccountRecord |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.account.AccountRecord> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.account.AccountRecord accountRecord) |
List<com.ptteng.wealth.finance.model.account.AccountRecord> |
insertList(List<com.ptteng.wealth.finance.model.account.AccountRecord> accountRecordList) |
boolean |
update(com.ptteng.wealth.finance.model.account.AccountRecord accountRecord) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.account.AccountRecord> accountRecordList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.account.AccountRecord accountRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.account.AccountRecord> insertList(List<com.ptteng.wealth.finance.model.account.AccountRecord> accountRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.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.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.account.AccountRecord accountRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.account.AccountRecord> accountRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.account.AccountRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.account.AccountRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getAccountRecordIdsByUserIdOrderByUpdateAt(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getAccountRecordIdsByUserIdOrderByUpdateAt 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countAccountRecordIdsByUserIdOrderByUpdateAt(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countAccountRecordIdsByUserIdOrderByUpdateAt 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getAccountRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getAccountRecordIds 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countAccountRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countAccountRecordIds 在接口中 com.ptteng.wealth.finance.service.account.AccountRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.