// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/wpm'; function systemInfo() { } systemInfo._path = '/wpm'; systemInfo.refresh = function(callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'refresh', callback); } systemInfo.afterPropertiesSet = function(callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'afterPropertiesSet', callback); } systemInfo.getTitle = function(callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'getTitle', callback); } systemInfo.getDefaultConfigure = function(callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'getDefaultConfigure', callback); } systemInfo.setJavaMailSender = function(p0, callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'setJavaMailSender', p0, callback); } systemInfo.setDefaultConfigureManager = function(p0, callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'setDefaultConfigureManager', p0, callback); } systemInfo.getCopyRight = function(callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'getCopyRight', callback); } systemInfo.setWpmMailSender = function(p0, callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'setWpmMailSender', p0, callback); } systemInfo.setDefaultConfigure = function(p0, callback) { DWREngine._execute(systemInfo._path, 'systemInfo', 'setDefaultConfigure', p0, callback); }