Package sonia.scm.repository
Interface RepositoryRoleDAO
- All Superinterfaces:
CreationTimeAware
,GenericDAO<RepositoryRole>
,LastModifiedAware
,TypedObject
-
Method Summary
Methods inherited from interface sonia.scm.CreationTimeAware
getCreationTime
Methods inherited from interface sonia.scm.LastModifiedAware
getLastModified
Methods inherited from interface sonia.scm.TypedObject
getType
-
Method Details
-
getAll
List<RepositoryRole> getAll()Description copied from interface:GenericDAO
Returns all items stored in the backend.- Specified by:
getAll
in interfaceGenericDAO<RepositoryRole>
-