Liferay 6.2-ce-ga5

com.liferay.portal.systemevent
Class SystemEventAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<SystemEvent>
          extended by com.liferay.portal.systemevent.SystemEventAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class SystemEventAdvice
extends AnnotationChainableMethodAdvice<SystemEvent>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
SystemEventAdvice()
           
 
Method Summary
 void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result)
           
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
protected  String getClassName(ClassedModel classedModel)
           
protected  long getClassPK(ClassedModel classedModel)
           
protected  long getCompanyId(ClassedModel classedModel)
           
protected  long getGroupId(ClassedModel classedModel)
           
 SystemEvent getNullAnnotation()
           
protected  String getUuid(ClassedModel classedModel)
           
protected  boolean isValid(org.aopalliance.intercept.MethodInvocation methodInvocation, int phase)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterThrowing, invoke, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEventAdvice

public SystemEventAdvice()
Method Detail

afterReturning

public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation,
                           Object result)
                    throws Throwable
Overrides:
afterReturning in class ChainableMethodAdvice
Throws:
Throwable

before

public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Overrides:
before in class ChainableMethodAdvice
Throws:
Throwable

duringFinally

public void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
Overrides:
duringFinally in class ChainableMethodAdvice

getNullAnnotation

public SystemEvent getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<SystemEvent>

getClassName

protected String getClassName(ClassedModel classedModel)

getClassPK

protected long getClassPK(ClassedModel classedModel)

getCompanyId

protected long getCompanyId(ClassedModel classedModel)

getGroupId

protected long getGroupId(ClassedModel classedModel)

getUuid

protected String getUuid(ClassedModel classedModel)
                  throws Exception
Throws:
Exception

isValid

protected boolean isValid(org.aopalliance.intercept.MethodInvocation methodInvocation,
                          int phase)

Liferay 6.2-ce-ga5