// 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 (MCBean == null) var MCBean = {}; MCBean._path = '/bfe/dwr'; MCBean.getType = function(p0, p1, p2, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getType', p0, p1, p2, callback); } MCBean.getResult = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getResult', p0, p1, p2, p3, p4, p5, callback); } MCBean.getWidth = function(p0, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getWidth', p0, callback); } MCBean.getProfile = function(p0, p1, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getProfile', p0, p1, callback); } MCBean.getRimDiameter = function(p0, p1, p2, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getRimDiameter', p0, p1, p2, callback); } MCBean.getLoadIndex = function(p0, p1, p2, p3, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getLoadIndex', p0, p1, p2, p3, callback); } MCBean.getSpeedRating = function(p0, p1, p2, p3, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getSpeedRating', p0, p1, p2, p3, callback); } MCBean.getMake = function(p0, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getMake', p0, callback); } MCBean.getModel = function(p0, p1, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getModel', p0, p1, callback); } MCBean.getModelYear = function(p0, p1, p2, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getModelYear', p0, p1, p2, callback); } MCBean.getTubetype = function(p0, p1, p2, p3, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getTubetype', p0, p1, p2, p3, callback); } MCBean.getMCCategories = function(p0, p1, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getMCCategories', p0, p1, callback); } MCBean.getMCPattern = function(p0, p1, p2, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getMCPattern', p0, p1, p2, callback); } MCBean.getEncodedModel = function(p0, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getEncodedModel', p0, callback); } MCBean.getMotorCycleBySizeResult = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getMotorCycleBySizeResult', p0, p1, p2, p3, p4, p5, p6, p7, callback); } MCBean.getFamilyName = function(p0, callback) { dwr.engine._execute(MCBean._path, 'MCBean', 'getFamilyName', p0, callback); }