接口 PayLogNotifyService

所有超级接口:
net.guerlab.smart.platform.server.service.BaseFindService<PayLogNotify,​java.lang.Long,​net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>, net.guerlab.smart.platform.server.service.BaseSaveService<PayLogNotify,​net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>, net.guerlab.smart.platform.server.service.QueryWrapperGetter<PayLogNotify,​net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>
所有已知实现类:
PayLogNotifyServiceImpl

public interface PayLogNotifyService
extends net.guerlab.smart.platform.server.service.BaseFindService<PayLogNotify,​java.lang.Long,​net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>, net.guerlab.smart.platform.server.service.BaseSaveService<PayLogNotify,​net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>
支付记录通知服务
作者:
guer
  • 方法概要

    修饰符和类型 方法 说明
    default java.lang.Class<PayLogNotify> getEntityClass()
    获取实体类型
    void markException​(java.lang.Long payLogId, java.lang.String exceptionReason)
    标记异常
    void removeExceptionMark​(java.lang.Long payLogId)
    移除标记异常

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

    selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage

    从接口继承的方法 net.guerlab.smart.platform.server.service.BaseSaveService

    insert

    从接口继承的方法 net.guerlab.smart.platform.server.service.QueryWrapperGetter

    getLambdaQueryWrapper, getQueryWrapper, getQueryWrapper, getQueryWrapperWithSelectMethod, getQueryWrapperWithSelectMethod
  • 方法详细资料

    • markException

      void markException​(java.lang.Long payLogId, java.lang.String exceptionReason)
      标记异常
      参数:
      payLogId - 支付记录ID
      exceptionReason - 异常ID
    • removeExceptionMark

      void removeExceptionMark​(java.lang.Long payLogId)
      移除标记异常
      参数:
      payLogId - 支付记录ID
    • getEntityClass

      default java.lang.Class<PayLogNotify> getEntityClass()
      获取实体类型
      指定者:
      getEntityClass 在接口中 net.guerlab.smart.platform.server.service.QueryWrapperGetter<PayLogNotify,​net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>
      返回:
      实体类型