类 NotifyOriginalLogServiceImpl

    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.server.service.BaseServiceImpl

        mapper, sequence
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void add​(java.lang.String payChannel, java.lang.Object originalData, java.lang.String result)
      添加记录
      void setObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
      • 从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl

        delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, insert, insertAfter, insertBefore, insertSelective, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, setMapper, setSequence, updateAfter, updateBefore, updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 net.guerlab.smart.platform.server.service.BaseDeleteService

        delete, deleteById
      • 从接口继承的方法 net.guerlab.smart.platform.server.service.BaseFindService

        selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage
      • 从接口继承的方法 net.guerlab.smart.platform.server.service.ExampleGetter

        getExample, getExample, getExampleWithSelectMethod, getExampleWithSelectMethod
    • 构造器详细资料

      • NotifyOriginalLogServiceImpl

        public NotifyOriginalLogServiceImpl()
    • 方法详细资料

      • add

        @Async
        public void add​(java.lang.String payChannel,
                        java.lang.Object originalData,
                        java.lang.String result)
        从接口复制的说明: NotifyOriginalLogService
        添加记录
        指定者:
        add 在接口中 NotifyOriginalLogService
        参数:
        payChannel - 支付渠道
        originalData - 原始数据
        result - 响应数据
      • setObjectMapper

        @Autowired
        public void setObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)