ALF-11500 Correct the repeating events finding to use the To date, and add additional repeating event webscript unit tests

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32054 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch 2011-11-17 12:19:52 +00:00
parent 6b0b6187c6
commit 989f606d60

View File

@ -78,7 +78,7 @@ public interface CalendarService
/**
* Retrieves all {@link CalendarEntry} instances in the repository
* for the given sites, between the specified date range
* for the given sites, between the specified date range.
*/
@NotAuditable
PagingResults<CalendarEntry> listCalendarEntries(String[] siteShortNames, Date from, Date to, PagingRequest paging);