ProjectGroupRepository

interface ProjectGroupRepository: Any

Provides functions to query ProjectGroups that have been persisted in the database.

Methods

getGroupsForAuthor

abstract fun getGroupsForAuthor(authorNumber: String): List<ProjectGroup>

Parameters

Name Description
authorNumber: String

ReturnValue

Name Description
List<ProjectGroup>