if (typeof FMRepository != "function") { var FMRepository = function() { this.root = null; this.name = null; this.id = null; this.fileSystemType = null; } } if (typeof FMFile != "function") { var FMFile = function() { this.directory = false; this.modifiedBy = null; this.width = null; this.createdAt = null; this.inEncoding = false; this.colorType = null; this.progressive = null; this.inArchive = false; this.id = null; this.realName = null; this.mimeType = null; this.fps = null; this.permissions = null; this.height = null; this.compression = null; this.path = null; this.repository = null; this.bitrate = null; this.widthDPI = null; this.name = null; this.variants = null; this.length = 0; this.notes = null; this.fileExt = null; this.createdBy = null; this.encoded = false; this.originalPath = null; this.heightDPI = null; this.realPath = null; this.faceTags = null; this.cmsType = null; this.duration = null; this.modifiedAt = null; } } if (typeof PB_Portal != "function") { var PB_Portal = function() { this.widgetsInPortal = null; this.prototypeName = null; this.user = null; this.proto = false; this.id = null; } } if (typeof PB_Widget != "function") { var PB_Widget = function() { this.prototypeName = null; this.proto = false; this.sharedByPortal = null; this.sharedByUsers = null; this.id = null; } } if (typeof FMFileFilter != "function") { var FMFileFilter = function() { this.cmsFileType = null; this.orderBy = null; this.simpleText = null; } } if (typeof FMUser != "function") { var FMUser = function() { this.idGekoUser = null; this.gekoUser = null; } } if (typeof PB_WidgetInPortal != "function") { var PB_WidgetInPortal = function() { this.widget = null; this.closeable = false; this.columnPosition = 0; this.visible = false; this.draggable = false; this.columnIndex = 0; this.id = null; } } // 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 (DucatiRemote == null) var DucatiRemote = {}; DucatiRemote._path = '/pub/dwr'; DucatiRemote.getBikeModelYearsByIdBikeModel = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getBikeModelYearsByIdBikeModel', false, p1, p2, callback); } DucatiRemote.getBikeModelByIdFamilyAndIdYearForAccessory = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getBikeModelByIdFamilyAndIdYearForAccessory', false, p1, p2, callback); } DucatiRemote.getBikesModels = function(p0, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getBikesModels', p0, false, callback); } DucatiRemote.getDucatiModels = function(p0, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getDucatiModels', p0, false, callback); } DucatiRemote.getBikeFamilyByYear = function(p1, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getBikeFamilyByYear', false, p1, callback); } DucatiRemote.getBikeModelByIdFamilyAndIdYear = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getBikeModelByIdFamilyAndIdYear', false, p1, p2, callback); } DucatiRemote.getAvailableLanguages = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getAvailableLanguages', false, p1, p2, callback); } DucatiRemote.findStateProvinceByCountry = function(p0, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'findStateProvinceByCountry', p0, callback); } DucatiRemote.getAppCategoryByIdFamilyAndIdCategory = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getAppCategoryByIdFamilyAndIdCategory', false, p1, p2, callback); } DucatiRemote.getAppCollectionByIdFamilyAndIdCategory = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getAppCollectionByIdFamilyAndIdCategory', false, p1, p2, callback); } DucatiRemote.getAppFamilyByIdCategoryAndIdCollection = function(p1, p2, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getAppFamilyByIdCategoryAndIdCollection', false, p1, p2, callback); } DucatiRemote.getProvinces = function(p0, callback) { dwr.engine._execute(DucatiRemote._path, 'DucatiRemote', 'getProvinces', p0, callback); }