public class SystemEventAdvice extends AnnotationChainableMethodAdvice<com.liferay.portal.kernel.systemevent.SystemEvent>
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
Constructor and Description |
---|
SystemEventAdvice() |
Modifier and Type | Method and Description |
---|---|
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(com.liferay.portal.kernel.model.ClassedModel classedModel) |
protected long |
getClassPK(com.liferay.portal.kernel.model.ClassedModel classedModel) |
protected long |
getCompanyId(com.liferay.portal.kernel.model.ClassedModel classedModel) |
protected long |
getGroupId(com.liferay.portal.kernel.model.ClassedModel classedModel) |
com.liferay.portal.kernel.systemevent.SystemEvent |
getNullAnnotation() |
protected String |
getUuid(com.liferay.portal.kernel.model.ClassedModel classedModel) |
protected boolean |
isValid(org.aopalliance.intercept.MethodInvocation methodInvocation,
int phase) |
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
afterThrowing, invoke, setNextMethodInterceptor
public void afterReturning(org.aopalliance.intercept.MethodInvocation methodInvocation, Object result) throws Throwable
afterReturning
in class ChainableMethodAdvice
Throwable
public Object before(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
before
in class ChainableMethodAdvice
Throwable
public void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
duringFinally
in class ChainableMethodAdvice
public com.liferay.portal.kernel.systemevent.SystemEvent getNullAnnotation()
getNullAnnotation
in class AnnotationChainableMethodAdvice<com.liferay.portal.kernel.systemevent.SystemEvent>
protected String getClassName(com.liferay.portal.kernel.model.ClassedModel classedModel)
protected long getClassPK(com.liferay.portal.kernel.model.ClassedModel classedModel)
protected long getCompanyId(com.liferay.portal.kernel.model.ClassedModel classedModel)
protected long getGroupId(com.liferay.portal.kernel.model.ClassedModel classedModel)
protected String getUuid(com.liferay.portal.kernel.model.ClassedModel classedModel) throws Exception
Exception
protected boolean isValid(org.aopalliance.intercept.MethodInvocation methodInvocation, int phase)