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

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

CatalogResultList._path = '/BernsteinPortal/dwr';

CatalogResultList.getDateTime = function(callback) {
  dwr.engine._execute(CatalogResultList._path, 'CatalogResultList', 'getDateTime', callback);
};

CatalogResultList.getCatalogResultList = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) {
  dwr.engine._execute(CatalogResultList._path, 'CatalogResultList', 'getCatalogResultList', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback);
};


