public class GroupSearchProvider
extends java.lang.Object
| Constructor and Description |
|---|
GroupSearchProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Group> |
getAllGroups(javax.portlet.PortletRequest portletRequest) |
protected java.util.LinkedHashMap<java.lang.String,java.lang.Object> |
getGroupParams(javax.portlet.PortletRequest portletRequest,
GroupSearchTerms searchTerms,
long parentGroupId) |
GroupSearch |
getGroupSearch(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletURL portletURL) |
protected long |
getParentGroupId(javax.portlet.PortletRequest portletRequest) |
protected boolean |
isFilterManageableGroups(javax.portlet.PortletRequest portletRequest) |
protected void |
setGroupLocalService(GroupLocalService groupLocalService) |
protected void |
setGroupService(GroupService groupService)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected void |
setModuleServiceLifecycle(ModuleServiceLifecycle moduleServiceLifecycle) |
public GroupSearch getGroupSearch(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletURL portletURL) throws PortalException
PortalExceptionprotected java.util.List<Group> getAllGroups(javax.portlet.PortletRequest portletRequest) throws PortalException
PortalExceptionprotected java.util.LinkedHashMap<java.lang.String,java.lang.Object> getGroupParams(javax.portlet.PortletRequest portletRequest,
GroupSearchTerms searchTerms,
long parentGroupId)
throws PortalException
PortalExceptionprotected long getParentGroupId(javax.portlet.PortletRequest portletRequest)
protected boolean isFilterManageableGroups(javax.portlet.PortletRequest portletRequest)
protected void setGroupLocalService(GroupLocalService groupLocalService)
@Deprecated protected void setGroupService(GroupService groupService)
protected void setModuleServiceLifecycle(ModuleServiceLifecycle moduleServiceLifecycle)