Liferay 7.0-ce-m6

com.liferay.portal.service
Class ServiceContextAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.service.ServiceContextAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class ServiceContextAdvice
extends ChainableMethodAdvice


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
ServiceContextAdvice()
           
 
Method Summary
 Object before(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 void duringFinally(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterReturning, afterThrowing, invoke, setNextMethodInterceptor, setServiceBeanAopCacheManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextAdvice

public ServiceContextAdvice()
Method Detail

before

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

duringFinally

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

Liferay 7.0-ce-m6