Liferay 6.1.2-ce-ga3

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<BufferedIncrement>
          extended by com.liferay.portal.increment.BufferedIncrementAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class BufferedIncrementAdvice
extends AnnotationChainableMethodAdvice<BufferedIncrement>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult
 
Constructor Summary
BufferedIncrementAdvice()
           
 
Method Summary
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 BufferedIncrement getNullAnnotation()
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
afterPropertiesSet, findAnnotation, getAnnotationClass, registerAnnotationClass
 
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 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Overrides:
before in class ChainableMethodAdvice
Throws:
Throwable

getNullAnnotation

public BufferedIncrement getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<BufferedIncrement>

Liferay 6.1.2-ce-ga3