
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['StatisticsSummary'] == 'undefined') this.StatisticsSummary = {};

StatisticsSummary._path = '/BernsteinPortal/dwr';

StatisticsSummary.getStatisticsSummary = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(StatisticsSummary._path, 'StatisticsSummary', 'getStatisticsSummary', p0, p1, p2, p3, p4, callback);
};

StatisticsSummary.cleanUpStatisticsSummary = function(callback) {
  dwr.engine._execute(StatisticsSummary._path, 'StatisticsSummary', 'cleanUpStatisticsSummary', callback);
};


