Liferay 7.0-ce-b4

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

Packages that use ChainableMethodAdvice
com.liferay.portal.cache.thread.local   
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.access.control   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.spring.aop   
com.liferay.portal.systemevent   
 

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

Subclasses of ChainableMethodAdvice in com.liferay.portal.cache.thread.local
 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.access.control
 

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

Uses of ChainableMethodAdvice in com.liferay.portal.service
 

Subclasses of ChainableMethodAdvice in com.liferay.portal.service
 class ServiceContextAdvice
           
 

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

Subclasses of ChainableMethodAdvice in com.liferay.portal.spring.aop
 class AnnotationChainableMethodAdvice<T extends Annotation>
           
 class RetryAdvice
           
 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 7.0-ce-b4