Liferay 6.2-ce-ga5

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

Packages that use ServiceBeanAopCacheManager
com.liferay.portal.dao.jdbc.aop   
com.liferay.portal.spring.aop   
 

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

Methods in com.liferay.portal.dao.jdbc.aop with parameters of type ServiceBeanAopCacheManager
protected  void DynamicDataSourceAdvice.setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
 

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

Fields in com.liferay.portal.spring.aop declared as ServiceBeanAopCacheManager
protected  ServiceBeanAopCacheManager ChainableMethodAdvice.serviceBeanAopCacheManager
           
 

Methods in com.liferay.portal.spring.aop with parameters of type ServiceBeanAopCacheManager
static void ServiceBeanAopCacheManagerUtil.registerServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
protected  void ChainableMethodAdvice.setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
protected  void AnnotationChainableMethodAdvice.setServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
static void ServiceBeanAopCacheManagerUtil.unregisterServiceBeanAopCacheManager(ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
 

Constructors in com.liferay.portal.spring.aop with parameters of type ServiceBeanAopCacheManager
ServiceBeanAopProxy(org.springframework.aop.framework.AdvisedSupport advisedSupport, org.aopalliance.intercept.MethodInterceptor methodInterceptor, ServiceBeanAopCacheManager serviceBeanAopCacheManager)
           
 


Liferay 6.2-ce-ga5