public class IndexableAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.search.Indexable>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
Constructor and Description |
---|
IndexableAdvice() |
Modifier and Type | Method and Description |
---|---|
void |
afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
java.lang.Object result) |
com.liferay.portal.kernel.search.Indexable |
getNullAnnotation() |
findAnnotation, getAnnotationClass
afterThrowing, before, duringFinally, invoke, setNextMethodInterceptor, setServiceBeanAopCacheManager
public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, java.lang.Object result) throws java.lang.Throwable
afterReturning
in class ChainableMethodAdvice
java.lang.Throwable
public com.liferay.portal.kernel.search.Indexable getNullAnnotation()
getNullAnnotation
in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.search.Indexable>