Constructor and Description |
---|
RoleDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String strRole)
Delete a record from the table
|
void |
insert(Role role)
Insert a new record in the table.
|
Role |
load(String strRole)
load the data of Role from the table
|
Collection<Role> |
selectAll()
Load the list of roles
|
ReferenceList |
selectRolesList()
Returns a list of all the right role
|
void |
store(Role role)
Update the record in the table
|
public void insert(Role role)
public void delete(String strRole)
public void store(Role role)
public ReferenceList selectRolesList()
selectRolesList
in interface IRoleDAO
public Collection<Role> selectAll()
Copyright © 2020 City of Paris. All rights reserved.