@Service public class PortletXMLGroupService extends Object implements org.springframework.web.context.ServletContextAware, IGroupService
| Constructor and Description |
|---|
PortletXMLGroupService() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
getAllRoles()
getAllRoles.
|
List<Role> |
getAllRolesFromGroupSet(Set<String> selected)
getAllRolesFromGroupSet.
|
Set<String> |
getSetForRoleSelection(RoleSelection roleSel)
getSetForRoleSelection.
|
void |
init()
init.
|
void |
setServletContext(javax.servlet.ServletContext context) |
@PostConstruct public void init()
init.
public List<Role> getAllRoles()
getAllRoles.
getAllRoles in interface IGroupServiceList object.public List<Role> getAllRolesFromGroupSet(Set<String> selected)
getAllRolesFromGroupSet.
getAllRolesFromGroupSet in interface IGroupServiceselected - a Set object.List object.public Set<String> getSetForRoleSelection(RoleSelection roleSel)
getSetForRoleSelection.
getSetForRoleSelection in interface IGroupServiceroleSel - a RoleSelection object.Set object.public void setServletContext(javax.servlet.ServletContext context)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2023 Jasig, Inc.. All rights reserved.