// 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 (customerWorkspace == null) var customerWorkspace = {}; customerWorkspace._path = '/dwr'; customerWorkspace.createAccount = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'createAccount', p0, p1, p2, p3, p4, p5, callback); } customerWorkspace.createLead = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'createLead', p0, p1, p2, p3, p4, p5, callback); } customerWorkspace.getUserByEmail = function(p0, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'getUserByEmail', p0, callback); } customerWorkspace.resetPassword = function(p0, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'resetPassword', p0, callback); } customerWorkspace.reportAjaxError = function(p0, p1, p2, p3, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'reportAjaxError', p0, p1, p2, p3, callback); } customerWorkspace.calculateTestDuration = function(p0, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'calculateTestDuration', p0, callback); } customerWorkspace.createTrialAccount = function(p0, p1, p2, p3, callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'createTrialAccount', p0, p1, p2, p3, callback); } customerWorkspace.getAllApexProducts = function(callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'getAllApexProducts', callback); } customerWorkspace.getAllServicesPlan = function(callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'getAllServicesPlan', callback); } customerWorkspace.getAllProductsPlan = function(callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'getAllProductsPlan', callback); } customerWorkspace.getAccountTrackingScript = function(callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'getAccountTrackingScript', callback); } customerWorkspace.getLeadTrackingScript = function(callback) { dwr.engine._execute(customerWorkspace._path, 'customerWorkspace', 'getLeadTrackingScript', callback); }