Liferay 6.2.0-ce-m3

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

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

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.0-ce-m3