com.liferay.portal.increment
Class BufferedIncrementAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<com.liferay.portal.kernel.increment.BufferedIncrement>
          extended by com.liferay.portal.increment.BufferedIncrementAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.BeanFactoryAware

public class BufferedIncrementAdvice
extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.increment.BufferedIncrement>

View Source

Author:
Zsolt Berentey, Shuyang Zhou

Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult
 
Constructor Summary
BufferedIncrementAdvice()
           
 
Method Summary
 java.lang.Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 com.liferay.portal.kernel.increment.BufferedIncrement getNullAnnotation()
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
buildMethodTargetClassKey, findAnnotation, getAnnotation, setBeanFactory
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterReturning, afterThrowing, duringFinally, invoke, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedIncrementAdvice

public BufferedIncrementAdvice()
Method Detail

before

public java.lang.Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
                        throws java.lang.Throwable
Overrides:
before in class ChainableMethodAdvice
Throws:
java.lang.Throwable

getNullAnnotation

public com.liferay.portal.kernel.increment.BufferedIncrement getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.increment.BufferedIncrement>