public interface GroupProvider
Group (in
portal-kernel) associated with a servlet request is stored and
retrieved.| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.Group |
getGroup(javax.servlet.http.HttpServletRequest httpServletRequest)
Returns the
Group associated with the request. |
void |
setGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Group group)
Sets the
Group to associate with the request. |
com.liferay.portal.kernel.model.Group getGroup(javax.servlet.http.HttpServletRequest httpServletRequest)
Group associated with the request.httpServletRequest - the servlet request used to retrieve the groupGroup associated with the requestvoid setGroup(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Group group)
Group to associate with the request.httpServletRequest - the servlet request used to associate the
Groupgroup - the Group to associate with the request