Liferay 6.2.0-ce-m1

com.liferay.portal.dao.jdbc.pacl
Class PACLStatementHandler

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.pacl.PACLStatementHandler
All Implemented Interfaces:
InvocationHandler

public class PACLStatementHandler
extends Object
implements InvocationHandler


Constructor Summary
PACLStatementHandler(Statement statement, PACLPolicy paclPolicy)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PACLStatementHandler

public PACLStatementHandler(Statement statement,
                            PACLPolicy paclPolicy)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

Liferay 6.2.0-ce-m1