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