public interface MoneyFlowService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countMoneyFlowIds(Long uid,
Integer type) |
boolean |
delete(Long id) |
List<Long> |
getMoneyFlowIds(Integer start,
Integer limit,
Long uid,
Integer size) |
MoneyFlow |
getObjectById(Long id) |
List<MoneyFlow> |
getObjectsByIds(List<Long> ids) |
List<MoneyFlow> |
getObjectsByUIdAndType(Long uid,
Integer type) |
Long |
insert(MoneyFlow moneyFlow) |
List<MoneyFlow> |
insertList(List<MoneyFlow> moneyFlowList) |
boolean |
update(MoneyFlow moneyFlow) |
boolean |
updateList(List<MoneyFlow> moneyFlowList) |
Long insert(MoneyFlow moneyFlow) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<MoneyFlow> insertList(List<MoneyFlow> moneyFlowList) 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(MoneyFlow moneyFlow) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<MoneyFlow> moneyFlowList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionMoneyFlow getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<MoneyFlow> 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> getMoneyFlowIds(Integer start, Integer limit, Long uid, Integer size) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countMoneyFlowIds(Long uid, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.