类 NotifyOriginalLogServiceImpl
java.lang.Object
net.guerlab.smart.platform.server.service.BaseServiceImpl<NotifyOriginalLog,java.lang.Long,NotifyOriginalLogMapper,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>
net.guerlab.smart.pay.service.service.impl.NotifyOriginalLogServiceImpl
- 所有已实现的接口:
NotifyOriginalLogService,net.guerlab.smart.platform.server.service.BaseDeleteService<NotifyOriginalLog,java.lang.Long,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>,net.guerlab.smart.platform.server.service.BaseFindService<NotifyOriginalLog,java.lang.Long,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>,net.guerlab.smart.platform.server.service.BaseSaveService<NotifyOriginalLog,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>,net.guerlab.smart.platform.server.service.BaseService<NotifyOriginalLog,java.lang.Long,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>,net.guerlab.smart.platform.server.service.BaseUpdateService<NotifyOriginalLog,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>,net.guerlab.smart.platform.server.service.QueryWrapperGetter<NotifyOriginalLog,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams>
@Service public class NotifyOriginalLogServiceImpl extends net.guerlab.smart.platform.server.service.BaseServiceImpl<NotifyOriginalLog,java.lang.Long,NotifyOriginalLogMapper,net.guerlab.smart.pay.core.searchparams.NotifyOriginalLogSearchParams> implements NotifyOriginalLogService
通知原始记录服务实现
- 作者:
- guer
-
字段概要
-
构造器概要
构造器 构造器 说明 NotifyOriginalLogServiceImpl() -
方法概要
修饰符和类型 方法 说明 voidadd(java.lang.String payChannel, java.lang.Object originalData, java.lang.String result)添加记录voidsetObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
currentMapperClass, currentModelClass, delete, delete, delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, getBaseMapper, insert, insertAfter, insertBefore, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectPage, setBaseMapper, setSequence, update, update, update, updateAfter, updateBefore, updateById从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
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)
-