Liferay 6.2.0-ce-m3

Uses of Class
com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice

Packages that use AnnotationChainableMethodAdvice
com.liferay.portal.cache   
com.liferay.portal.cluster   
com.liferay.portal.increment   
com.liferay.portal.messaging.async   
com.liferay.portal.search   
com.liferay.portal.security.ac   
com.liferay.portal.spring.aop   
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.cache
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.cache
 class ThreadLocalCacheAdvice
           
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.cluster
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.cluster
 class ClusterableAdvice
           
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.increment
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.increment
 class BufferedIncrementAdvice
           
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.messaging.async
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.messaging.async
 class AsyncAdvice
           
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.search
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.search
 class IndexableAdvice
           
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.security.ac
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.security.ac
 class AccessControlAdvice
           
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.spring.aop
 

Methods in com.liferay.portal.spring.aop that return types with arguments of type AnnotationChainableMethodAdvice
 Map<Class<? extends Annotation>,AnnotationChainableMethodAdvice<?>> ServiceBeanAopCacheManager.getRegisteredAnnotationChainableMethodAdvices()
           
 

Methods in com.liferay.portal.spring.aop with parameters of type AnnotationChainableMethodAdvice
 void ServiceBeanAopCacheManager.registerAnnotationChainableMethodAdvice(Class<? extends Annotation> annotationClass, AnnotationChainableMethodAdvice<?> annotationChainableMethodAdvice)
           
 


Liferay 6.2.0-ce-m3