// 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 (RegistrationDWR == null) var RegistrationDWR = {}; RegistrationDWR._path = '/dwr'; RegistrationDWR.getMessage = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getMessage', p0, callback); } RegistrationDWR.login = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'login', p0, p1, callback); } RegistrationDWR.getCountryId = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getCountryId', p0, callback); } RegistrationDWR.convertToString = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'convertToString', p0, p1, callback); } RegistrationDWR.editUser = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'editUser', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, callback); } RegistrationDWR.getMorePricingPackages = function(p0, p1, p2, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getMorePricingPackages', p0, p1, p2, callback); } RegistrationDWR.getPlanDays = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPlanDays', p0, p1, callback); } RegistrationDWR.changeEmail = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'changeEmail', p0, p1, callback); } RegistrationDWR.changePassword = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'changePassword', p0, p1, callback); } RegistrationDWR.getCountryEquitiesAndPlans = function(callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getCountryEquitiesAndPlans', callback); } RegistrationDWR.getAllPlans = function(callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getAllPlans', callback); } RegistrationDWR.getPaymentDetails = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPaymentDetails', p0, callback); } RegistrationDWR.checkPlanforUserCountry = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'checkPlanforUserCountry', p0, callback); } RegistrationDWR.scripData = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'scripData', p0, callback); } RegistrationDWR.getPackagesData = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPackagesData', p0, p1, callback); } RegistrationDWR.getPlansData = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getPlansData', p0, callback); } RegistrationDWR.setMailId = function(p0, p1, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'setMailId', p0, p1, callback); } RegistrationDWR.removeMailPwd = function(callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'removeMailPwd', callback); } RegistrationDWR.getUsagePlans = function(callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getUsagePlans', callback); } RegistrationDWR.getParamData = function(p0, callback) { dwr.engine._execute(RegistrationDWR._path, 'RegistrationDWR', 'getParamData', p0, callback); }