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 = null; this.originalPath = null; this.heightDPI = null; this.realPath = null; this.faceTags = null; this.cmsType = null; this.duration = null; this.modifiedAt = 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; } } // 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 (BartoliniRemote == null) var BartoliniRemote = {}; BartoliniRemote._path = '/pub/dwr'; BartoliniRemote.findByRegioneId = function(p1, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'findByRegioneId', false, p1, callback); } BartoliniRemote.findByRegioneIdForMobile = function(p1, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'findByRegioneIdForMobile', false, p1, callback); } BartoliniRemote.saveColorContrast = function(p1, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'saveColorContrast', false, p1, callback); } BartoliniRemote.saveFontSize = function(p1, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'saveFontSize', false, p1, callback); } BartoliniRemote.saveInfoFlashPlayer = function(p1, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'saveInfoFlashPlayer', false, p1, callback); } BartoliniRemote.firstTimeInHome = function(p1, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'firstTimeInHome', false, p1, callback); } BartoliniRemote.getInfoStaylePage = function(callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'getInfoStaylePage', false, callback); } BartoliniRemote.getInfoSupplementoGomma = function(p1, p2, p3, callback) { dwr.engine._execute(BartoliniRemote._path, 'BartoliniRemote', 'getInfoSupplementoGomma', false, p1, p2, p3, callback); }