接口 PayLogNotifyService
-
- 所有超级接口:
net.guerlab.smart.platform.server.service.BaseFindService<PayLogNotify,java.lang.Long>,net.guerlab.smart.platform.server.service.BaseSaveService<PayLogNotify>,net.guerlab.smart.platform.server.service.ExampleGetter<PayLogNotify>
- 所有已知实现类:
PayLogNotifyServiceImpl
public interface PayLogNotifyService extends net.guerlab.smart.platform.server.service.BaseFindService<PayLogNotify,java.lang.Long>, net.guerlab.smart.platform.server.service.BaseSaveService<PayLogNotify>
支付记录通知服务- 作者:
- guer
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 default java.lang.Class<PayLogNotify>getEntityClass()获取实体类型voidmarkException(java.lang.Long payLogId, java.lang.String exceptionReason)标记异常voidremoveExceptionMark(java.lang.Long payLogId)移除标记异常
-
-
-
方法详细资料
-
markException
void markException(java.lang.Long payLogId, java.lang.String exceptionReason)标记异常- 参数:
payLogId- 支付记录IDexceptionReason- 异常ID
-
removeExceptionMark
void removeExceptionMark(java.lang.Long payLogId)
移除标记异常- 参数:
payLogId- 支付记录ID
-
getEntityClass
default java.lang.Class<PayLogNotify> getEntityClass()
获取实体类型- 指定者:
getEntityClass在接口中net.guerlab.smart.platform.server.service.ExampleGetter<PayLogNotify>- 返回:
- 实体类型
-
-