com.liferay.portal.model
Class LayoutSetStagingHandler

java.lang.Object
  extended by com.liferay.portal.model.LayoutSetStagingHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class LayoutSetStagingHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Author:
Julio Camarero, Brian Wing Shun Chan

Constructor Summary
LayoutSetStagingHandler(LayoutSet layoutSet)
           
 
Method Summary
 LayoutSet getLayoutSet()
           
 LayoutSetBranch getLayoutSetBranch()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] arguments)
           
 void setLayoutSetBranch(LayoutSetBranch layoutSetBranch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetStagingHandler

public LayoutSetStagingHandler(LayoutSet layoutSet)
Method Detail

getLayoutSet

public LayoutSet getLayoutSet()

getLayoutSetBranch

public LayoutSetBranch getLayoutSetBranch()

invoke

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

setLayoutSetBranch

public void setLayoutSetBranch(LayoutSetBranch layoutSetBranch)