blackboard.persist.content
Interface UploadedFileDbPersister

All Superinterfaces:
Persister

public interface UploadedFileDbPersister
extends Persister

UploadedFileDbPersister

Since:
Bb 6.2
Version:
$Revision: #1 $ $Date: 2005/06/27 $

Field Summary
static java.lang.String TYPE
           
 
Method Summary
 void persist(UploadedFile uploadedFile, java.sql.Connection con)
           
 
Methods inherited from interface blackboard.persist.Persister
getAppVersion, init
 

Field Detail

TYPE

static final java.lang.String TYPE
See Also:
Constant Field Values
Method Detail

persist

void persist(UploadedFile uploadedFile,
             java.sql.Connection con)
             throws PersistenceException,
                    ValidationException
Throws:
PersistenceException
ValidationException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.