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: 9/20/01 12:30p $
|
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. |
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
persist
public 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
public 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 storeconn - Connection to perform store against.
- Throws:
PersistenceException
ValidationException
Copyright © 2003 Blackboard, Inc. All Rights Reserved.