if (typeof Activity != "function") { function Activity() { this.id = null; this.value = null; } } if (typeof Broadcast != "function") { function Broadcast() { this.id = null; this.startDate = null; this.endDate = null; this.advices = null; } } if (typeof Advice != "function") { function Advice() { this.id = null; this.financialAdvantage = null; this.title = null; this.value = null; this.language = null; this.activities = null; this.sectors = null; } } if (typeof Sector != "function") { function Sector() { this.id = null; this.value = null; } } if (typeof Language != "function") { function Language() { } } if (typeof News != "function") { function News() { this.title = null; this.description = null; this.link = null; this.date = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (AjaxCompletion == null) var AjaxCompletion = {}; AjaxCompletion._path = '/dwr'; AjaxCompletion.getNews = function(p0, p1, callback) { dwr.engine._execute(AjaxCompletion._path, 'AjaxCompletion', 'getNews', p0, p1, callback); } AjaxCompletion.getMonthAdvice = function(p0, callback) { dwr.engine._execute(AjaxCompletion._path, 'AjaxCompletion', 'getMonthAdvice', p0, callback); } AjaxCompletion.getTooltipText = function(p0, p1, p2, callback) { dwr.engine._execute(AjaxCompletion._path, 'AjaxCompletion', 'getTooltipText', p0, p1, p2, callback); }