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

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

StatisticsDetails._path = '/BernsteinPortal/dwr';

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


