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, setServiceBeanAopCacheManager
afterThrowing, before, duringFinally, invoke, setNextMethodInterceptor
public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result) throws Throwable
afterReturning
in class ChainableMethodAdvice
Throwable
public com.liferay.portal.kernel.search.Indexable getNullAnnotation()
getNullAnnotation
in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.search.Indexable>