Liferay 6.2-ce-ga5

com.liferay.portal.spring.aop
Class ServiceBeanAopCacheManager

java.lang.Object
  extended by com.liferay.portal.spring.aop.ServiceBeanAopCacheManager

public class ServiceBeanAopCacheManager
extends Object


Constructor Summary
ServiceBeanAopCacheManager()
           
 
Method Summary
static
<T> T
getAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation, Class<? extends Annotation> annotationType, T defaultValue)
           
 MethodInterceptorsBag getMethodInterceptorsBag(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 Map<Class<? extends Annotation>,AnnotationChainableMethodAdvice<?>[]> getRegisteredAnnotationChainableMethodAdvices()
           
 boolean isRegisteredAnnotationClass(Class<? extends Annotation> annotationClass)
           
static void putAnnotations(org.aopalliance.intercept.MethodInvocation methodInvocation, Annotation[] annotations)
           
 void putMethodInterceptorsBag(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodInterceptorsBag methodInterceptorsBag)
           
 void registerAnnotationChainableMethodAdvice(Class<? extends Annotation> annotationClass, AnnotationChainableMethodAdvice<?> annotationChainableMethodAdvice)
           
 void removeMethodInterceptor(org.aopalliance.intercept.MethodInvocation methodInvocation, org.aopalliance.intercept.MethodInterceptor methodInterceptor)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBeanAopCacheManager

public ServiceBeanAopCacheManager()
Method Detail

getAnnotation

public static <T> T getAnnotation(org.aopalliance.intercept.MethodInvocation methodInvocation,
                                  Class<? extends Annotation> annotationType,
                                  T defaultValue)

putAnnotations

public static void putAnnotations(org.aopalliance.intercept.MethodInvocation methodInvocation,
                                  Annotation[] annotations)

getMethodInterceptorsBag

public MethodInterceptorsBag getMethodInterceptorsBag(org.aopalliance.intercept.MethodInvocation methodInvocation)

getRegisteredAnnotationChainableMethodAdvices

public Map<Class<? extends Annotation>,AnnotationChainableMethodAdvice<?>[]> getRegisteredAnnotationChainableMethodAdvices()

isRegisteredAnnotationClass

public boolean isRegisteredAnnotationClass(Class<? extends Annotation> annotationClass)

putMethodInterceptorsBag

public void putMethodInterceptorsBag(org.aopalliance.intercept.MethodInvocation methodInvocation,
                                     MethodInterceptorsBag methodInterceptorsBag)

registerAnnotationChainableMethodAdvice

public void registerAnnotationChainableMethodAdvice(Class<? extends Annotation> annotationClass,
                                                    AnnotationChainableMethodAdvice<?> annotationChainableMethodAdvice)

removeMethodInterceptor

public void removeMethodInterceptor(org.aopalliance.intercept.MethodInvocation methodInvocation,
                                    org.aopalliance.intercept.MethodInterceptor methodInterceptor)

reset

public void reset()

Liferay 6.2-ce-ga5