Package com.liferay.portal.increment
Class BufferedIncrementAdvice
Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.increment.BufferedIncrementAdvice
public class BufferedIncrementAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
- Author:
- Zsolt Berentey, Shuyang Zhou
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
nullResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
createMethodContext
(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) Methods inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
afterReturning, afterThrowing, duringFinally, invoke
-
Constructor Details
-
BufferedIncrementAdvice
public BufferedIncrementAdvice()
-
-
Method Details
-
createMethodContext
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) - Specified by:
createMethodContext
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
before
protected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) - Overrides:
before
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-