Package | Description |
---|---|
org.ovirt.engine.core.dal.dbbroker | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
RoleGroupMap |
RoleGroupMapRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
RoleGroupMap |
RoleGroupMapDAO.getByActionGroupAndRole(ActionGroup group,
Guid id)
Retrieves the mapping for the given group and role id.
|
RoleGroupMap |
RoleGroupMapDAODbFacadeImpl.getByActionGroupAndRole(ActionGroup group,
Guid id) |
Modifier and Type | Method and Description |
---|---|
List<RoleGroupMap> |
RoleGroupMapDAO.getAllForRole(Guid id)
Retrieves the list of mappings for the given role id.
|
List<RoleGroupMap> |
RoleGroupMapDAODbFacadeImpl.getAllForRole(Guid id) |
Modifier and Type | Method and Description |
---|---|
void |
RoleGroupMapDAO.save(RoleGroupMap map)
Saves the specified map.
|
void |
RoleGroupMapDAODbFacadeImpl.save(RoleGroupMap map) |
Copyright © 2012. All Rights Reserved.