|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleDao
Data Access interface for Permission business objects.
Method Summary | |
---|---|
Role |
getRole(long id)
Retrieve a security role using its identifier |
Role |
getRole(java.lang.String name)
Retrieve a security role using its name |
void |
setCacheManager(CacheManager manager)
Role data access object may want to use the cache manager for storing and retrieving releases. |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
void setCacheManager(CacheManager manager)
manager
- The CacheManager implementation to use.Role getRole(long id)
id
- The unique identifier of Role within datastore
Role getRole(java.lang.String name)
name
- The name of the role
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |