
function AjaxSlideShowService() { }
AjaxSlideShowService._path = '/dwr';

AjaxSlideShowService.getPhotos = function(p0, callback) {
    DWREngine._execute(AjaxSlideShowService._path, 'AjaxSlideShowService', 'getPhotos', p0, callback);
}

AjaxSlideShowService.getGroupPools = function(p0, p1, callback) {
    DWREngine._execute(AjaxSlideShowService._path, 'AjaxSlideShowService', 'getGroupPools', p0, p1, callback);
}

AjaxSlideShowService.getContributionsByContest = function(p0, callback) {
    DWREngine._execute(AjaxSlideShowService._path, 'AjaxSlideShowService', 'getContributionsByContest', p0, callback);
}

AjaxSlideShowService.getFavaritePhotos = function(p0, callback) {
    DWREngine._execute(AjaxSlideShowService._path, 'AjaxSlideShowService', 'getFavaritePhotos', p0, callback);
}
