Author: ygrego Date: 2015-05-28 09:05:19 +0000 (Thu, 28 May 2015) New Revision: 1518 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1518 Log: Rename the method "_setRecordingSchedulerObject" in "_setSearchManagerObject". Modified: oipf/js/impl/OipfObjectFactory.js Modified: oipf/js/impl/OipfObjectFactory.js =================================================================== --- oipf/js/impl/OipfObjectFactory.js 2015-05-28 08:57:58 UTC (rev 1517) +++ oipf/js/impl/OipfObjectFactory.js 2015-05-28 09:05:19 UTC (rev 1518) @@ -32,7 +32,7 @@ this._createDocument( this._oipfConfiguration.channelList, "_setChannelConfig"); this._createDocument( - this._oipfConfiguration.programmes, "_setRecordingSchedulerObject"); + this._oipfConfiguration.programmes, "_setSearchManagerObject"); //this.codManagerObject = new CodManagerObject(); //this.imsObject = new IMSObecjet(); //this.mdtfObject = new MDTFObject(); @@ -659,9 +659,9 @@ this.channelConfig = new ChannelConfig(channelService); }, - _setRecordingSchedulerObject: function(programmeListDocument) { + _setSearchManagerObject: function(programmeListDocument) { var programmeService = new ProgrammeService(programmeListDocument); - this.recordingSchedulerObject = - new RecordingSchedulerObject(this._modelFactory, programmeService); + this.searchManagerObject = + new SearchManagerObject(this._modelFactory, programmeService); } });
participants (1)
-
ygregoï¼ users.nuiton.org