Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.bo |
Business objects for entities used in the Web Frontend Application.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.users |
User management related DAO classes.
|
Modifier and Type | Method and Description |
---|---|
Set<Role> |
User.getRoles() |
static List<Role> |
Role.getStandardRoles() |
Modifier and Type | Method and Description |
---|---|
void |
User.addRole(Role role) |
boolean |
User.hasRoleAssigned(Role role)
Returns true if and only if the represented user has been assigned
the given role.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setRoles(Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
Role |
RoleRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<Role> |
RoleDao.getRowMapper() |
Copyright © 2013. All Rights Reserved.