Changes between Version 4 and Version 5 of VIDEO_CONTENT_R0


Ignore:
Timestamp:
01/10/09 14:58:32 (16 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VIDEO_CONTENT_R0

    v4 v5  
    6161 
    6262= Design = 
    63  * Make !MediaBookResource abstract, add constructors accepting the media as !File, make the method doSaveContent working. 
     63 * Make !MediaBookResource abstract, add constructors accepting the media as File, make the method doSaveContent working. 
    6464 * Remove the code concerned with !MediaBookResource from the static method createAppropriateContent of !FrameFactory because !MediaBookResource is abstract. 
    6565 * 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. 
     
    7171 
    7272 * Create class !VideoResource extending !MediaBookResource it should: 
    73   * have constructors to which the video can be passed as !File or !BinData. 
     73  * have constructors to which the video can be passed as File or !BinData. 
    7474  * String getResourceKind()should return "video-resource". 
    7575 
     
    8888 
    8989 * 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.persist.r1.!ResourceLoader and org.sophie2.main.model.persist.r2.!ResourceLoader so that it returns !VideoBookResource if the Storage passed to it contains "VideoBookResource". 
    9191 
    9292= Implementation =