类 UserBalanceServiceImpl

java.lang.Object
com.walker.jdbc.service.BaseServiceImpl
com.ishop.merchant.service.UserBalanceServiceImpl
所有已实现的接口:
com.walker.jdbc.BaseDao, com.walker.jdbc.service.BaseService

@Service public class UserBalanceServiceImpl extends com.walker.jdbc.service.BaseServiceImpl
  • 嵌套类概要

    从接口继承的嵌套类/接口 com.walker.jdbc.BaseDao

    com.walker.jdbc.BaseDao.RowExecution<T extends Object>
  • 字段概要

    从类继承的字段 com.walker.jdbc.service.BaseServiceImpl

    dao, log
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.walker.db.page.GenericPager
    queryPageBalanceList(String recordType, long userId)
    查询个人余额变动列表。
    double
    统计用户账户,余额消费总金额
    double
    统计用户账户,余额充值总金额

    从类继承的方法 com.walker.jdbc.service.BaseServiceImpl

    delete, delete, delete, delete, execBatchUpdate, execCall, execCall, execute, execute, execute, execute, get, get, get, get, get, get, get, get, get, getDao, getMaxOrder, insert, insert, insertBatch, queryForInt, queryForInt, queryForObject, queryForObject, queryListObjectWhereIn, save, save, saveOrder, select, select, select, select, select, select, select, select, select, select, selectAll, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, setDao, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlListObjectWhereIn, sqlMathQuery, sqlQuery, sqlQuery, sqlQueryListMap, update, update, update, update, update, update, updateBatch

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • UserBalanceServiceImpl

      public UserBalanceServiceImpl()
  • 方法详细资料

    • queryPageBalanceList

      public com.walker.db.page.GenericPager queryPageBalanceList(String recordType, long userId)
      查询个人余额变动列表。
      参数:
      recordType - 记录类型:all-全部,expenditure-支出,income-收入,recharge-充值
      userId -
      返回:
    • queryTotalRechargeRecord

      public double queryTotalRechargeRecord(long userId)
      统计用户账户,余额充值总金额
      参数:
      userId -
      返回:
    • queryTotalMonetaryRecord

      public double queryTotalMonetaryRecord(long userId)
      统计用户账户,余额消费总金额
      参数:
      userId -
      返回: