ORCentral
Public Member Functions

eu.coform.database.command.InsertMimetypeCommand Class Reference

Databaes command to insert a new mimetype into the database. More...

Inheritance diagram for eu.coform.database.command.InsertMimetypeCommand:
Inheritance graph
[legend]
Collaboration diagram for eu.coform.database.command.InsertMimetypeCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InsertMimetypeCommand (Mimetype mimetype)
void exec () throws DBException
 Executes command.
void setMimetype (Mimetype m_mimetype)
Mimetype getMimetype ()
Integer getResult ()

Detailed Description

Databaes command to insert a new mimetype into the database.

Definition at line 11 of file InsertMimetypeCommand.java.


Constructor & Destructor Documentation

eu.coform.database.command.InsertMimetypeCommand.InsertMimetypeCommand ( Mimetype  mimetype)

Definition at line 16 of file InsertMimetypeCommand.java.

Here is the call graph for this function:


Member Function Documentation

void eu.coform.database.command.InsertMimetypeCommand.exec ( ) throws DBException

Executes command.

Exceptions:
DBException

Implements eu.coform.database.command.DatabaseCommand.

Definition at line 25 of file InsertMimetypeCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

Mimetype eu.coform.database.command.InsertMimetypeCommand.getMimetype ( )

Definition at line 42 of file InsertMimetypeCommand.java.

Integer eu.coform.database.command.InsertMimetypeCommand.getResult ( )

Implements eu.coform.database.command.ResultDatabaseCommand.

Definition at line 47 of file InsertMimetypeCommand.java.

Here is the caller graph for this function:

void eu.coform.database.command.InsertMimetypeCommand.setMimetype ( Mimetype  m_mimetype)

Definition at line 38 of file InsertMimetypeCommand.java.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations