org.jasig.portlet.announcements.service
Interface IGroupService

All Known Implementing Classes:
PortletXMLGroupService

public interface IGroupService

Author:
Erik A. Olsson (eolsson@uci.edu) $LastChangedBy$ $LastChangedDate$

Method Summary
 List<Role> getAllRoles()
           
 List<Role> getAllRolesFromGroupSet(Set<String> selected)
           
 Set<String> getSetForRoleSelection(RoleSelection roleSel)
           
 

Method Detail

getAllRoles

List<Role> getAllRoles()

getSetForRoleSelection

Set<String> getSetForRoleSelection(RoleSelection roleSel)

getAllRolesFromGroupSet

List<Role> getAllRolesFromGroupSet(Set<String> selected)


Copyright © 2012 Jasig, Inc.. All Rights Reserved.