nl.surfnet.coin.shindig.spi
Interface CoinActivityService
- All Known Implementing Classes:
- ActivityServiceImpl
public interface CoinActivityService
This interface is an extension on the shinding ActivityService. It
defines functionality needed by the coin portal as the current interface does
not allow for searching on multiple groups. Note that this interface can't be
used by gadgets; it purpose is to aid the functionality of the coin portal.
findActivityByGroups
List<Activity> findActivityByGroups(Group group,
int maxResult,
int firstRessults)
- Find
Activity sorted on date by Group
- Parameters:
group - the Group for the resultmaxResult - the number of maximum returned ActivityfirstRessults - the number of activities to skip
- Returns:
Copyright © 2007-2012. All Rights Reserved.