Liferay 6.1.2-ce-ga3

com.liferay.portal.staging
Class LayoutStagingImpl

java.lang.Object
  extended by com.liferay.portal.staging.LayoutStagingImpl
All Implemented Interfaces:
LayoutStaging

public class LayoutStagingImpl
extends Object
implements LayoutStaging


Constructor Summary
LayoutStagingImpl()
           
 
Method Summary
 LayoutRevision getLayoutRevision(Layout layout)
           
 LayoutSetBranch getLayoutSetBranch(LayoutSet layoutSet)
           
 LayoutSetStagingHandler getLayoutSetStagingHandler(LayoutSet layoutSet)
           
 LayoutStagingHandler getLayoutStagingHandler(Layout layout)
           
 boolean isBranchingLayout(Layout layout)
           
 boolean isBranchingLayoutSet(Group group, boolean privateLayout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutStagingImpl

public LayoutStagingImpl()
Method Detail

getLayoutRevision

public LayoutRevision getLayoutRevision(Layout layout)
Specified by:
getLayoutRevision in interface LayoutStaging

getLayoutSetBranch

public LayoutSetBranch getLayoutSetBranch(LayoutSet layoutSet)
Specified by:
getLayoutSetBranch in interface LayoutStaging

getLayoutSetStagingHandler

public LayoutSetStagingHandler getLayoutSetStagingHandler(LayoutSet layoutSet)
Specified by:
getLayoutSetStagingHandler in interface LayoutStaging

getLayoutStagingHandler

public LayoutStagingHandler getLayoutStagingHandler(Layout layout)
Specified by:
getLayoutStagingHandler in interface LayoutStaging

isBranchingLayout

public boolean isBranchingLayout(Layout layout)
Specified by:
isBranchingLayout in interface LayoutStaging

isBranchingLayoutSet

public boolean isBranchingLayoutSet(Group group,
                                    boolean privateLayout)
Specified by:
isBranchingLayoutSet in interface LayoutStaging

Liferay 6.1.2-ce-ga3