Liferay 6.2.0-ce-m5

com.liferay.portal.security.pacl
Class PACLAdvice

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

Deprecated. As of 6.2.0

public class PACLAdvice
extends ChainableMethodAdvice


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

Constructor Detail

PACLAdvice

public PACLAdvice()
Deprecated. 

Liferay 6.2.0-ce-m5