// 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; dwr.engine._defaultPath = '/dwr'; if (DWRCommonProcess == null) var DWRCommonProcess = {}; DWRCommonProcess._path = '/dwr'; DWRCommonProcess.synDeamMailData = function(callback) { dwr.engine._execute(DWRCommonProcess._path, 'DWRCommonProcess', 'synDeamMailData', false, callback); } DWRCommonProcess.getSapData = function(p0, callback) { dwr.engine._execute(DWRCommonProcess._path, 'DWRCommonProcess', 'getSapData', p0, false, callback); } DWRCommonProcess.getSapOptions = function(p0, p1, callback) { dwr.engine._execute(DWRCommonProcess._path, 'DWRCommonProcess', 'getSapOptions', p0, p1, callback); } DWRCommonProcess.mailUniqueVali = function(p0, callback) { dwr.engine._execute(DWRCommonProcess._path, 'DWRCommonProcess', 'mailUniqueVali', p0, callback); } DWRCommonProcess.mailUniqueValiForUpdate = function(p0, p1, callback) { dwr.engine._execute(DWRCommonProcess._path, 'DWRCommonProcess', 'mailUniqueValiForUpdate', p0, p1, callback); }