|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GrouperDao
Grouper Dao for accessing the grouper tables directly
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
TeamResultWrapper findAllTeams(String personId,
int offset,
int pageSize)
personId - the logged in personoffset - the row number of the startpageSize - the maximum result size
TeamResultWrapper 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 size
TeamResultWrapper findAllTeamsByMember(String personId,
int offset,
int pageSize)
personId - the logged in personoffset - the row number of the startpageSize - the maximum result size
TeamResultWrapper 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 size
List<Stem> findStemsByMember(String personId)
personId - String the identifier of the logged in person
List the list with stems that this user is a member of.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||