|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthorityDao
Data Access interface for Authority instances
| Method Summary | |
|---|---|
List<Authority> |
getAuthorities()
Retrieves all Authoritys known to the system |
Authority |
getAuthority(String authority)
Retrieves a specific Authority by name |
void |
save(Authority newAuthority)
Saves a new Authority to persistent storage |
| Method Detail |
|---|
List<Authority> getAuthorities()
Authoritys known to the system
AuthoritysAuthority getAuthority(String authority)
Authority by name
authority -
Authority or null if it does not existvoid save(Authority newAuthority)
Authority to persistent storage
newAuthority -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||