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.


Method Summary
 List<Activity> findActivityByGroups(Group group, int maxResult, int firstRessults)
          Find Activity sorted on date by Group
 

Method Detail

findActivityByGroups

List<Activity> findActivityByGroups(Group group,
                                    int maxResult,
                                    int firstRessults)
Find Activity sorted on date by Group

Parameters:
group - the Group for the result
maxResult - the number of maximum returned Activity
firstRessults - the number of activities to skip
Returns:


Copyright © 2007-2012. All Rights Reserved.