Liferay 6.1.2-ce-ga3

com.liferay.portal.search
Class IndexableAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<Indexable>
          extended by com.liferay.portal.search.IndexableAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class IndexableAdvice
extends AnnotationChainableMethodAdvice<Indexable>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult
 
Constructor Summary
IndexableAdvice()
           
 
Method Summary
 void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result)
           
 Indexable 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
afterThrowing, before, duringFinally, invoke, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexableAdvice

public IndexableAdvice()
Method Detail

afterReturning

public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
                           Object result)
                    throws Throwable
Overrides:
afterReturning in class ChainableMethodAdvice
Throws:
Throwable

getNullAnnotation

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

Liferay 6.1.2-ce-ga3