Definition at line 67 of file callingcard-gw.h.
bool OSB_DB::CallingCardGw::insert | ( | const Session & | session, | |
const OSB_LIB::CallingCard & | cc | |||
) | const [private] |
Insert calling card specific data.
session | Database session to use. | |
cc | Calling card to insert. |
OsbException | in case of a database error. |
bool OSB_DB::CallingCardGw::read | ( | const Session & | session, | |
OSB_LIB::CallingCard & | cc | |||
) | const [private] |
Read calling card specific resource data.
The function uses the object id of cc to read calling card specific resource data from the database.
session | Database session to use. | |
cc | Calling card to read. |
OsbException | in case of a database error. |
bool OSB_DB::CallingCardGw::remove | ( | const Session & | session, | |
const OSB_LIB::CallingCard & | cc | |||
) | const [private] |
Delete calling card specific data.
session | Database session to use. | |
cc | Calling card to delete. |
OsbException | in case of a database error. |
friend class OSB_LIB::CallingCard [friend] |
Allow CallingCard to call its supporting methods.
CallingCard needs to call the methods designed to support its I/O operations:
Definition at line 75 of file callingcard-gw.h.