Liferay 6.2-ce-ga5

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

Packages that use ChainableMethodAdvice
com.liferay.portal.cache   
com.liferay.portal.cluster   
com.liferay.portal.dao.jdbc.aop   
com.liferay.portal.increment   
com.liferay.portal.messaging.async   
com.liferay.portal.monitoring.statistics.service   
com.liferay.portal.resiliency.service   
com.liferay.portal.search   
com.liferay.portal.security.ac   
com.liferay.portal.spring.aop   
com.liferay.portal.systemevent   
 

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
           
 class SPIClusterableAdvice
           
 

Uses of ChainableMethodAdvice in com.liferay.portal.dao.jdbc.aop
 

Subclasses of ChainableMethodAdvice in com.liferay.portal.dao.jdbc.aop
 class DynamicDataSourceAdvice
           
 

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

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

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.security.ac
 

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

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

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

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

Uses of ChainableMethodAdvice in com.liferay.portal.systemevent
 

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


Liferay 6.2-ce-ga5