Liferay 6.1.2-ce-ga3

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

Packages that use ChainableMethodAdvice
com.liferay.portal.cache   
com.liferay.portal.cluster   
com.liferay.portal.increment   
com.liferay.portal.messaging.async   
com.liferay.portal.monitoring.statistics.service   
com.liferay.portal.search   
com.liferay.portal.spring.aop   
 

Uses of ChainableMethodAdvice in com.liferay.portal.cache
 

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

Uses of ChainableMethodAdvice in com.liferay.portal.cluster
 

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

Methods in com.liferay.portal.cluster that return ChainableMethodAdvice
protected  ChainableMethodAdvice ClusterableChainableMethodAdviceInjector.getNewChainableMethodAdvice()
           
 

Uses of ChainableMethodAdvice in com.liferay.portal.increment
 

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

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

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

Uses of ChainableMethodAdvice in com.liferay.portal.monitoring.statistics.service
 

Subclasses of ChainableMethodAdvice in com.liferay.portal.monitoring.statistics.service
 class ServiceMonitorAdvice
           
 

Uses of ChainableMethodAdvice in com.liferay.portal.search
 

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

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

Subclasses of ChainableMethodAdvice in com.liferay.portal.spring.aop
 class AnnotationChainableMethodAdvice<T extends Annotation>
           
 

Methods in com.liferay.portal.spring.aop that return ChainableMethodAdvice
protected  ChainableMethodAdvice ChainableMethodAdviceInjector.getNewChainableMethodAdvice()
           
protected  ChainableMethodAdvice ChainableMethodAdviceInjector.getParentChainableMethodAdvice()
           
 

Methods in com.liferay.portal.spring.aop with parameters of type ChainableMethodAdvice
 void ChainableMethodAdviceInjector.setNewChainableMethodAdvice(ChainableMethodAdvice newChainableMethodAdvice)
           
 void ChainableMethodAdviceInjector.setParentChainableMethodAdvice(ChainableMethodAdvice parentChainableMethodAdvice)
           
 


Liferay 6.1.2-ce-ga3