Liferay 7.0-ce-m3

com.liferay.portlet.layoutsadmin.context
Class LayoutsAdminDisplayContext

java.lang.Object
  extended by com.liferay.portlet.layoutsadmin.context.LayoutsAdminDisplayContext

public class LayoutsAdminDisplayContext
extends Object


Constructor Summary
LayoutsAdminDisplayContext(javax.servlet.http.HttpServletRequest request, LiferayPortletResponse liferayPortletResponse)
           
 
Method Summary
 String getBackURL()
           
 PortletURL getEditLayoutURL()
           
 Group getGroup()
           
 Long getGroupId()
           
 UnicodeProperties getGroupTypeSettings()
           
 List<LayoutDescription> getLayoutDescriptions()
           
 Long getLayoutId()
           
 Group getLiveGroup()
           
 Long getLiveGroupId()
           
 Organization getOrganization()
           
 String getPagesName()
           
protected  String getPortletName()
           
 String getRedirect()
           
 PortletURL getRedirectURL()
           
 String getRootNodeName()
           
 Group getSelGroup()
           
 Layout getSelLayout()
           
 LayoutSet getSelLayoutSet()
           
 Long getSelPlid()
           
 User getSelUser()
           
 Group getStagingGroup()
           
 Long getStagingGroupId()
           
 String getTabs1()
           
 String getTabs1Names()
           
 UserGroup getUserGroup()
           
protected  boolean hasPowerUserRole()
           
 boolean isPrivateLayout()
           
protected  boolean isPrivateLayoutsModifiable()
           
protected  boolean isPublicLayoutsModifiable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutsAdminDisplayContext

public LayoutsAdminDisplayContext(javax.servlet.http.HttpServletRequest request,
                                  LiferayPortletResponse liferayPortletResponse)
                           throws PortalException
Throws:
PortalException
Method Detail

getBackURL

public String getBackURL()

getEditLayoutURL

public PortletURL getEditLayoutURL()

getGroup

public Group getGroup()

getGroupId

public Long getGroupId()

getGroupTypeSettings

public UnicodeProperties getGroupTypeSettings()

getLayoutDescriptions

public List<LayoutDescription> getLayoutDescriptions()

getLayoutId

public Long getLayoutId()

getLiveGroup

public Group getLiveGroup()

getLiveGroupId

public Long getLiveGroupId()

getOrganization

public Organization getOrganization()

getPagesName

public String getPagesName()

getRedirect

public String getRedirect()

getRedirectURL

public PortletURL getRedirectURL()

getRootNodeName

public String getRootNodeName()

getSelGroup

public Group getSelGroup()

getSelLayout

public Layout getSelLayout()

getSelLayoutSet

public LayoutSet getSelLayoutSet()
                          throws PortalException
Throws:
PortalException

getSelPlid

public Long getSelPlid()

getSelUser

public User getSelUser()

getStagingGroup

public Group getStagingGroup()

getStagingGroupId

public Long getStagingGroupId()

getTabs1

public String getTabs1()

getTabs1Names

public String getTabs1Names()

getUserGroup

public UserGroup getUserGroup()

isPrivateLayout

public boolean isPrivateLayout()

getPortletName

protected String getPortletName()

hasPowerUserRole

protected boolean hasPowerUserRole()

isPrivateLayoutsModifiable

protected boolean isPrivateLayoutsModifiable()

isPublicLayoutsModifiable

protected boolean isPublicLayoutsModifiable()

Liferay 7.0-ce-m3