{ "name": "RecordTranslator", "comment": "", "javadoc": "", "static": false, "implements": [], "fields": [], "methods": [ { "name": "translateRecord", "comment": "Translate the indicated old database record into a current database record.", "javadoc": "Translate the indicated old database record into a current database record.\n@param oldRecord the old database record.\n@return the new data base record in the form required for the current database version.", "static": false, "params": [ { "name": "oldRecord", "type_long": "db.DBRecord", "type_short": "DBRecord", "comment": "the old database record." } ], "return": { "type_long": "db.DBRecord", "type_short": "DBRecord", "comment": "the new data base record in the form required for the current database version." }, "throws": [] } ] }