// 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 (paymentDwr == null) var paymentDwr = {}; paymentDwr._path = '/kukejs'; paymentDwr.lanage = function(callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'lanage', callback); } paymentDwr.getUseractionlogService = function(callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'getUseractionlogService', callback); } paymentDwr.setUseractionlogService = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'setUseractionlogService', p0, callback); } paymentDwr.getUserService = function(callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'getUserService', callback); } paymentDwr.setUserService = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'setUserService', p0, callback); } paymentDwr.getConsumeService = function(callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'getConsumeService', callback); } paymentDwr.setConsumeService = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'setConsumeService', p0, callback); } paymentDwr.pay = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'pay', p0, callback); } paymentDwr.getDepositService = function(callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'getDepositService', callback); } paymentDwr.confirmPay = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'confirmPay', p0, callback); } paymentDwr.getConsumeServiceLog = function(callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'getConsumeServiceLog', callback); } paymentDwr.setConsumeServiceLog = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'setConsumeServiceLog', p0, callback); } paymentDwr.setDepositService = function(p0, callback) { dwr.engine._execute(paymentDwr._path, 'paymentDwr', 'setDepositService', p0, callback); }