blackboard.platform.plugin
Interface ContentHandlerDbPersister

All Superinterfaces:
Persister

public interface ContentHandlerDbPersister
extends Persister

Interface for storing content handler objects into the database.

Since:
Blackboard 6.0
Version:
$Revision: #1 $ $Date: 2005/06/27 $

Field Summary
static java.lang.String TYPE
           
 
Method Summary
 void persist(ContentHandler target)
          Stores the specified content handler into the database associated with the current Virtual Installation.
 void persist(ContentHandler target, java.sql.Connection conn)
          Stores the specified Content handler into the database specified.
 
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(ContentHandler target)
             throws PersistenceException,
                    ValidationException
Stores the specified content handler into the database associated with the current Virtual Installation.

Parameters:
target - Content handler to store
Throws:
PersistenceException
ValidationException

persist

void persist(ContentHandler target,
             java.sql.Connection conn)
             throws PersistenceException,
                    ValidationException
Stores the specified Content handler into the database specified. This method is useful for getting several persist operations in a single transaction.

Parameters:
target - Content handler to store
conn - Connection to perform store against.
Throws:
PersistenceException
ValidationException


Copyright © 2003 Blackboard, Inc. All Rights Reserved.