interface ProjectGroupRepository: Any
Methods
getGroupsForAuthor
abstract fun getGroupsForAuthor(authorNumber: String): List<ProjectGroup>
Parameters
| Name | Description |
|---|---|
authorNumber: String
|
ReturnValue
| Name | Description |
|---|---|
List<ProjectGroup>
|
Provides functions to query ProjectGroups that have been persisted in the database.