类 PayLogNotifyServiceImpl
java.lang.Object
net.guerlab.smart.platform.server.service.BaseServiceImpl<PayLogNotify,java.lang.Long,PayLogNotifyMapper,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>
net.guerlab.smart.pay.service.service.impl.PayLogNotifyServiceImpl
- 所有已实现的接口:
PayLogNotifyService,net.guerlab.smart.platform.server.service.BaseDeleteService<PayLogNotify,java.lang.Long,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>,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.BaseService<PayLogNotify,java.lang.Long,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>,net.guerlab.smart.platform.server.service.BaseUpdateService<PayLogNotify,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>,net.guerlab.smart.platform.server.service.QueryWrapperGetter<PayLogNotify,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>
@Service public class PayLogNotifyServiceImpl extends net.guerlab.smart.platform.server.service.BaseServiceImpl<PayLogNotify,java.lang.Long,PayLogNotifyMapper,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams> implements PayLogNotifyService
支付记录通知服务实现
- 作者:
- guer
-
字段概要
-
构造器概要
构造器 构造器 说明 PayLogNotifyServiceImpl() -
方法概要
修饰符和类型 方法 说明 protected voidinsertBefore(PayLogNotify entity)voidmarkException(java.lang.Long id, java.lang.String exceptionReason)标记异常voidremoveExceptionMark(java.lang.Long id)移除标记异常从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
currentMapperClass, currentModelClass, delete, delete, delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, getBaseMapper, insert, insertAfter, 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
-
构造器详细资料
-
PayLogNotifyServiceImpl
public PayLogNotifyServiceImpl()
-
-
方法详细资料
-
markException
public void markException(java.lang.Long id, java.lang.String exceptionReason)从接口复制的说明:PayLogNotifyService标记异常- 指定者:
markException在接口中PayLogNotifyService- 参数:
id- 支付记录IDexceptionReason- 异常ID
-
removeExceptionMark
public void removeExceptionMark(java.lang.Long id)从接口复制的说明:PayLogNotifyService移除标记异常- 指定者:
removeExceptionMark在接口中PayLogNotifyService- 参数:
id- 支付记录ID
-
insertBefore
- 覆盖:
insertBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<PayLogNotify,java.lang.Long,PayLogNotifyMapper,net.guerlab.smart.pay.core.searchparams.PayLogNotifySearchParams>
-