nl.surfnet.coin.teams.service.impl
Interface ApiGrouperDao

All Known Implementing Classes:
ApiGrouperDaoImpl

public interface ApiGrouperDao

Interface to Grouper


Method Summary
 Group20Entry findAllGroup20sByMember(String personId, Integer offset, Integer pageSize, String sortBy)
           
 GroupMembersEntry findAllMembers(String groupId, Integer offset, Integer pageSize)
           
 Group20Entry findGroup20(String personId, String groupName)
           
 Group20Entry findGroups20ByIds(String personId, String[] groupIds, Integer pageSize, Integer offset)
           
 

Method Detail

findGroup20

Group20Entry findGroup20(String personId,
                         String groupName)

findAllGroup20sByMember

Group20Entry findAllGroup20sByMember(String personId,
                                     Integer offset,
                                     Integer pageSize,
                                     String sortBy)

findAllMembers

GroupMembersEntry findAllMembers(String groupId,
                                 Integer offset,
                                 Integer pageSize)

findGroups20ByIds

Group20Entry findGroups20ByIds(String personId,
                               String[] groupIds,
                               Integer pageSize,
                               Integer offset)


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.