Liferay 7.0-ce-b4

com.liferay.portlet.layoutsadmin.display.context
Class GroupDisplayContextHelper

java.lang.Object
  extended by com.liferay.portlet.layoutsadmin.display.context.GroupDisplayContextHelper

public class GroupDisplayContextHelper
extends Object


Constructor Summary
GroupDisplayContextHelper(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 Group getGroup()
           
 Long getGroupId()
           
 UnicodeProperties getGroupTypeSettings()
           
 Group getLiveGroup()
           
 Long getLiveGroupId()
           
 Group getSelGroup()
           
 Group getStagingGroup()
           
 Long getStagingGroupId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDisplayContextHelper

public GroupDisplayContextHelper(javax.servlet.http.HttpServletRequest request)
Method Detail

getGroup

public Group getGroup()

getGroupId

public Long getGroupId()

getGroupTypeSettings

public UnicodeProperties getGroupTypeSettings()

getLiveGroup

public Group getLiveGroup()

getLiveGroupId

public Long getLiveGroupId()

getSelGroup

public Group getSelGroup()

getStagingGroup

public Group getStagingGroup()

getStagingGroupId

public Long getStagingGroupId()

Liferay 7.0-ce-b4