Definition at line 61 of file rpeval-gw.h.
static void OSB_DB::RpEvalGw::fetch | ( | const OSB_DB::Session & | session, | |
OSB_LIB::RpEvalMgr & | dest | |||
) | [static] |
Select the rating configuration from database.
session | Database session to use. | |
dest | Rated party evaluator manager to populate. |
OsbException | if a rated party evaluator type is not supported. |
static void OSB_DB::RpEvalGw::save | ( | const OSB_DB::Session & | session, | |
OSB_LIB::RpEvalUsgMap & | usgMap | |||
) | [static] |
Save the rating configuration for one network element.
session | Database session to use. | |
usgMap | Configration to save. It contains the id of the network element and the rating configuration for each usage type. |
ObjectModified | If the configuration was modified by another user. | |
ObjectDeleted | If the configuration was deleted by another user. |