|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRoleDAO
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 Role
ReferenceList selectRolesList()
Collection<Role> selectAll()
void store(Role role)
role
- The instance of the Role to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |