Liferay 7.0-ce-b7 portal-impl

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
 com.liferay.portal.kernel.model.Group getGroup()
           
 Long getGroupId()
           
 com.liferay.portal.kernel.util.UnicodeProperties getGroupTypeSettings()
           
 com.liferay.portal.kernel.model.Group getLiveGroup()
           
 Long getLiveGroupId()
           
 com.liferay.portal.kernel.model.Group getSelGroup()
           
 com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.Group getGroup()

getGroupId

public Long getGroupId()

getGroupTypeSettings

public com.liferay.portal.kernel.util.UnicodeProperties getGroupTypeSettings()

getLiveGroup

public com.liferay.portal.kernel.model.Group getLiveGroup()

getLiveGroupId

public Long getLiveGroupId()

getSelGroup

public com.liferay.portal.kernel.model.Group getSelGroup()

getStagingGroup

public com.liferay.portal.kernel.model.Group getStagingGroup()

getStagingGroupId

public Long getStagingGroupId()

Liferay 7.0-ce-b7 portal-impl