public class SiteAdminDisplayContext
extends java.lang.Object
| Constructor and Description |
|---|
SiteAdminDisplayContext(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChildSitesCount(com.liferay.portal.kernel.model.Group group) |
javax.portlet.PortletURL |
getCurrentURL() |
java.lang.String |
getDisplayStyle() |
com.liferay.portal.kernel.model.Group |
getGroup() |
long |
getGroupId() |
java.util.Map<java.lang.Long,java.lang.Integer> |
getGroupUsersCount(long[] groupIds) |
java.lang.String |
getKeywords() |
int |
getOrganizationsCount() |
int |
getOrganizationsCount(com.liferay.portal.kernel.model.Group group) |
int |
getPendingRequestsCount() |
int |
getPendingRequestsCount(com.liferay.portal.kernel.model.Group group) |
javax.portlet.PortletURL |
getPortletURL() |
com.liferay.portlet.usersadmin.search.GroupSearch |
getSearchContainer() |
javax.portlet.PortletURL |
getSearchURL() |
javax.portlet.PortletURL |
getSiteAdministrationPortletURL(com.liferay.portal.kernel.model.Group group) |
javax.portlet.PortletURL |
getSiteAdministrationURL(long groupId) |
int |
getUserGroupsCount() |
int |
getUserGroupsCount(com.liferay.portal.kernel.model.Group group) |
int |
getUsersCount() |
int |
getUsersCount(com.liferay.portal.kernel.model.Group group) |
boolean |
hasAddChildSitePermission(com.liferay.portal.kernel.model.Group group) |
boolean |
hasDeleteGroupPermission(com.liferay.portal.kernel.model.Group group) |
boolean |
hasEditAssignmentsPermission(com.liferay.portal.kernel.model.Group group,
boolean organizationUser,
boolean userGroupUser) |
public SiteAdminDisplayContext(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getChildSitesCount(com.liferay.portal.kernel.model.Group group)
public javax.portlet.PortletURL getCurrentURL()
public java.lang.String getDisplayStyle()
public com.liferay.portal.kernel.model.Group getGroup()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long getGroupId()
public java.util.Map<java.lang.Long,java.lang.Integer> getGroupUsersCount(long[] groupIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getKeywords()
public int getOrganizationsCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getOrganizationsCount(com.liferay.portal.kernel.model.Group group)
public int getPendingRequestsCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getPendingRequestsCount(com.liferay.portal.kernel.model.Group group)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletURL getPortletURL()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.usersadmin.search.GroupSearch getSearchContainer()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletURL getSearchURL()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletURL getSiteAdministrationPortletURL(com.liferay.portal.kernel.model.Group group)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletURL getSiteAdministrationURL(long groupId)
public int getUserGroupsCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getUserGroupsCount(com.liferay.portal.kernel.model.Group group)
public int getUsersCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getUsersCount(com.liferay.portal.kernel.model.Group group)
public boolean hasAddChildSitePermission(com.liferay.portal.kernel.model.Group group)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasDeleteGroupPermission(com.liferay.portal.kernel.model.Group group)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasEditAssignmentsPermission(com.liferay.portal.kernel.model.Group group,
boolean organizationUser,
boolean userGroupUser)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException