public interface IAdminRoleDAO
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkExistRole(String strRoleKey)
Check that the given key points to an existing role
|
void |
delete(String strRoleKey)
Delete a record from the table
|
void |
insert(AdminRole role)
Insert a new record in the table.
|
AdminRole |
load(String strRoleKey)
Load the data of AdminRole from the table
|
Collection<AdminRole> |
selectRoleList()
Load the list of roles
|
void |
store(String strRoleKey,
AdminRole role)
Update the record identified by the given role key with the given role in the table
|
boolean checkExistRole(String strRoleKey)
strRoleKey - The role keyvoid delete(String strRoleKey)
strRoleKey - The AdminRole objectvoid insert(AdminRole role)
role - The role objectAdminRole load(String strRoleKey)
strRoleKey - The identifier of AdminRoleCollection<AdminRole> selectRoleList()
Copyright © 2020 City of Paris. All rights reserved.