@Controller @RequestMapping(value="VIEW") public class AdminRoleSetController extends Object
| Constructor and Description |
|---|
AdminRoleSetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAddUser(javax.portlet.ActionResponse response,
Long topicId,
String groupKey,
String userAdd)
Handler for adding individual users to a topic's permission set
|
void |
processDeleteUser(javax.portlet.ActionResponse response,
Long topicId,
String groupKey,
String userKey) |
void |
processSubmit(RoleSelection rolesSelected,
org.springframework.validation.BindingResult errors,
Long topicId,
String groupKey,
javax.portlet.ActionResponse response) |
void |
setAnnouncementService(IAnnouncementService announcementService) |
void |
setGroupService(IGroupService groupService) |
String |
showForm(Long topicId,
String groupKey,
org.springframework.ui.Model model) |
@RequestMapping(params="action=addMembers")
public void processSubmit(@ModelAttribute(value="selection")
RoleSelection rolesSelected,
org.springframework.validation.BindingResult errors,
@RequestParam(value="topicId")
Long topicId,
@RequestParam(value="groupKey")
String groupKey,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException
javax.portlet.PortletException@RequestMapping(params="action=addMembers") public String showForm(@RequestParam(value="topicId") Long topicId, @RequestParam(value="groupKey") String groupKey, org.springframework.ui.Model model) throws javax.portlet.PortletException
javax.portlet.PortletException@RequestMapping(params="action=addUser")
public void processAddUser(javax.portlet.ActionResponse response,
@RequestParam(value="topicId")
Long topicId,
@RequestParam(value="groupKey")
String groupKey,
@RequestParam(value="userAdd")
String userAdd)
throws javax.portlet.PortletException
response - topicId - groupKey - userAdd - javax.portlet.PortletException@RequestMapping(params="action=deleteUser")
public void processDeleteUser(javax.portlet.ActionResponse response,
@RequestParam(value="topicId")
Long topicId,
@RequestParam(value="groupKey")
String groupKey,
@RequestParam(value="userKey")
String userKey)
throws javax.portlet.PortletException
javax.portlet.PortletExceptionpublic void setAnnouncementService(IAnnouncementService announcementService)
announcementService - the announcementService to setpublic void setGroupService(IGroupService groupService)
groupService - the groupService to setCopyright © 2016 Jasig, Inc.. All Rights Reserved.