Definition at line 49 of file asr-gw.h.
void OSB_DB::AsrGw::insert | ( | Session & | session, | |
OSB_LIB::Asr & | asr | |||
) | [private] |
Inserts the Asr to the Asr table.
Inserts the given Asr to the ASR table.
session | Database session to use. | |
asr | Asr to be inserted. |
OsbException | on DB exception. |
bool OSB_DB::AsrGw::isAvailable | ( | Session & | session, | |
OSB_LIB::Asr & | asr | |||
) |
Checks whether the Asr is already available.
Checks whether the Asr is already available for the given period for the network element.
session | Database session to use. | |
asr | Asr to be checked for the availability. |
OsbException | on DB exception. |
bool OSB_DB::AsrGw::update | ( | Session & | session, | |
OSB_LIB::Asr & | asr | |||
) | [private] |
Updates the Asr to the database.
Updates the Asr to the ASR table.
session | Database session to use. | |
asr | Asr to be updated. |
OsbException | on DB exception. |
friend class OSB_LIB::Asr [friend] |