Liferay 6.2-ce-ga5

com.liferay.portal.model
Class LayoutSetStagingHandler

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

public class LayoutSetStagingHandler
extends Object
implements InvocationHandler, Serializable

See Also:
Serialized Form

Constructor Summary
LayoutSetStagingHandler(LayoutSet layoutSet)
           
 
Method Summary
 LayoutSet getLayoutSet()
           
 LayoutSetBranch getLayoutSetBranch()
           
 Object invoke(Object proxy, Method method, 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 Object invoke(Object proxy,
                     Method method,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

setLayoutSetBranch

public void setLayoutSetBranch(LayoutSetBranch layoutSetBranch)

Liferay 6.2-ce-ga5