
// 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 (GetListeForAjaxComboList == null) var GetListeForAjaxComboList = {};
GetListeForAjaxComboList._path = '/modula_ccce/dwr';
GetListeForAjaxComboList.getAjaxList = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(GetListeForAjaxComboList._path, 'GetListeForAjaxComboList', 'getAjaxList', p0, p1, p2, p3, p4, callback);
}
