|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleDao
Role Data Access Object (DAO) interface.
| Method Summary | |
|---|---|
Role |
getRoleByName(java.lang.String rolename)
Gets role information based on rolename |
void |
removeRole(java.lang.String rolename)
Removes a role from the database by name |
| Methods inherited from interface org.appfuse.dao.GenericDao |
|---|
exists, get, getAll, getAllDistinct, remove, save |
| Method Detail |
|---|
Role getRoleByName(java.lang.String rolename)
rolename - the rolename
void removeRole(java.lang.String rolename)
rolename - the role's rolename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||