Definition at line 59 of file invoicedir-gw.h.
void OSB_DB::InvoicedirGw::addInvInfo | ( | const Session & | session, | |
const OSB_LIB::InvoiceInfo & | invInfo | |||
) |
Adds a record into the STATEMENT_INFO table.
session | Active session of the application. | |
invInfo | Contains details to be inserted in the DB. |
std::list<OSB_LIB::InvoiceInfo> OSB_DB::InvoicedirGw::fetch | ( | const Session & | session, | |
const OSB_LIB::Contract::Oid & | contractId, | |||
const OSB_LIB::InvoiceInfo::StatementType & | type | |||
) |
Retrieves a list of invoice information of a contract from the STATEMENT_INFO table.
session | Active session of the application. | |
contractId | Type-safe, unqiue id of a contract. | |
type | Statement type to retrieve. |