public interface GrouperDao
| Modifier and Type | Method and Description |
|---|---|
TeamResultWrapper |
findAllTeams(String personId,
int offset,
int pageSize)
Return all teams using a specific stem, without the teams being private
except if the personId is a member of the private team
|
TeamResultWrapper |
findAllTeamsByMember(String personId,
int offset,
int pageSize)
Return all teams using a specific stem where the personId is a member
|
List<Stem> |
findStemsByMember(String personId)
Return all stems for a person
|
TeamResultWrapper |
findTeams(String personId,
String partOfGroupname,
int offset,
int pageSize)
Return all teams using a specific stem with a name like, , without the
teams being private except if the personId is a member of the private team
|
TeamResultWrapper |
findTeamsByMember(String personId,
String partOfGroupname,
int offset,
int pageSize)
Return all teams using a specific stem with a name like where the personId is a member
|
TeamResultWrapper findAllTeams(String personId, int offset, int pageSize)
personId - the logged in personoffset - the row number of the startpageSize - the maximum result sizeTeamResultWrapper findTeams(String personId, String partOfGroupname, int offset, int pageSize)
personId - the logged in personpartOfGroupname - part of group nameoffset - the row number of the startpageSize - the maximum result sizeTeamResultWrapper findAllTeamsByMember(String personId, int offset, int pageSize)
personId - the logged in personoffset - the row number of the startpageSize - the maximum result sizeTeamResultWrapper findTeamsByMember(String personId, String partOfGroupname, int offset, int pageSize)
personId - the logged in personpartOfGroupname - part of group nameoffset - the row number of the startpageSize - the maximum result sizeCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.