public interface IRoleDAO
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
|
void delete(String strRole)
strRole
- The indentifier of the object Rolevoid insert(Role role)
role
- The Instance of the object RoleRole load(String strRole)
strRole
- The indentifier of the object RoleReferenceList selectRolesList()
Collection<Role> selectAll()
void store(Role role)
role
- The instance of the Role to updateCopyright © 2020 City of Paris. All rights reserved.