Changes between Version 9 and Version 10 of VIDEO_CONTENT_R0
- Timestamp:
- 01/10/09 17:38:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VIDEO_CONTENT_R0
v9 v10 63 63 * Make !MediaBookResource abstract, add constructors accepting the media as File, make the method doSaveContent working. 64 64 * Remove the code concerned with !MediaBookResource from the static method createAppropriateContent of !FrameFactory because !MediaBookResource is abstract. 65 * Remove the code concerned with !MediaBookResource from the method create of org.sophie2.main.model. persist.r1.ResourceLoader and org.sophie2.main.model.persist.r2.ResourceLoader because !MediaBookResource is abstract.65 * Remove the code concerned with !MediaBookResource from the method create of org.sophie2.main.model.book.format.r1.ResourceLoader and org.sophie2.main.model.book.format.r2.ResourceLoader because !MediaBookResource is abstract. 66 66 67 67 * !MediaFrameContent should override the mainResource property of !FrameContent with template type extending !MediaBookResource, mainResource should be abstract. … … 88 88 89 89 * Add code to the static method createAppropriateContent of !FrameFactory so that it returns !VideoFrameContent if the resource passed to it is of type !VideoBookResource. 90 * Add code to the method create of org.sophie2.main.model. persist.r1.ResourceLoader and org.sophie2.main.model.persist.r2.ResourceLoader so that it returns !VideoBookResource if the Storage passed to it contains "VideoBookResource".90 * Add code to the method create of org.sophie2.main.model.book.format.r1.ResourceLoader and rg.sophie2.main.model.book.format.r2.ResourceLoader so that it returns !VideoBookResource if the Storage passed to it contains "VideoBookResource". 91 91 92 92 = Implementation =