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

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

searchTermService._path = '/perslink/dwr';

searchTermService.getById = function(p0, callback) {
  dwr.engine._execute(searchTermService._path, 'searchTermService', 'getById', p0, callback);
};



