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 request)
Returns the
Group associated with the request. |
void |
setGroup(javax.servlet.http.HttpServletRequest request,
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 request)
Group
associated with the request.request
- the servlet request used to retrieve the groupGroup
associated with the requestvoid setGroup(javax.servlet.http.HttpServletRequest request, com.liferay.portal.kernel.model.Group group)
Group
to associate with the request.request
- the servlet request used to associate the
Group
group
- the Group
to associate with the request