类 AuditUserLogHandler
- java.lang.Object
-
- io.edurt.datacap.server.audit.AuditUserLogHandler
-
@Component public class AuditUserLogHandler extends Object
-
-
构造器概要
构造器 构造器 说明 AuditUserLogHandler(UserLogRepository userLogRepository)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcut(AuditUserLog auditUserLog)voiddoAfterReturning(org.aspectj.lang.JoinPoint joinPoint, AuditUserLog auditUserLog, Response jsonResult)voiddoBefore(AuditUserLog auditUserLog)protected voidhandlerPlugin(org.aspectj.lang.JoinPoint joinPoint, UserLogEntity userLogEntity, Response jsonResult)
-
-
-
构造器详细资料
-
AuditUserLogHandler
public AuditUserLogHandler(UserLogRepository userLogRepository)
-
-
方法详细资料
-
cut
public void cut(AuditUserLog auditUserLog)
-
doBefore
public void doBefore(AuditUserLog auditUserLog)
-
doAfterReturning
public void doAfterReturning(org.aspectj.lang.JoinPoint joinPoint, AuditUserLog auditUserLog, Response jsonResult)
-
handlerPlugin
protected void handlerPlugin(org.aspectj.lang.JoinPoint joinPoint, UserLogEntity userLogEntity, Response jsonResult)
-
-