Liferay 7.0-ce-b4

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

Packages that use AnnotationChainableMethodAdvice
com.liferay.portal.cache.thread.local   
com.liferay.portal.cluster   
com.liferay.portal.increment   
com.liferay.portal.messaging.async   
com.liferay.portal.resiliency.service   
com.liferay.portal.search   
com.liferay.portal.security.access.control   
com.liferay.portal.spring.aop   
com.liferay.portal.systemevent   
 

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.cache.thread.local
 

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

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.cluster
 

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

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.resiliency.service
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.resiliency.service
 class PortalResiliencyAdvice
           
 

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.access.control
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.security.access.control
 class AccessControlAdvice
           
 

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

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.spring.aop
 class RetryAdvice
           
 class SkipAdvice
           
 

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

Uses of AnnotationChainableMethodAdvice in com.liferay.portal.systemevent
 

Subclasses of AnnotationChainableMethodAdvice in com.liferay.portal.systemevent
 class SystemEventAdvice
           
 


Liferay 7.0-ce-b4