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,
Object result) |
com.liferay.portal.kernel.search.Indexable |
getNullAnnotation() |
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManagerafterThrowing, before, duringFinally, invoke, setNextMethodInterceptorpublic void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
Object result)
throws Throwable
afterReturning in class ChainableMethodAdviceThrowablepublic com.liferay.portal.kernel.search.Indexable getNullAnnotation()
getNullAnnotation in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.search.Indexable>