#include <CoreBilling.h>
Inheritance diagram for tacpp::CoreBilling:
Public Member Functions | |
CoreBilling (const string, const string) | |
~CoreBilling () | |
void | add (int) |
void | del (int) |
string | load (int) |
string | getmodulename (int) |
void | modify_shut (int, bool) |
void | modify_mod (int, const char *) |
void | modify_des (int, const char *) |
string | buildcfstr (int) |
string | applycf (char *const *mask, const string cmdname, const list< string >paramList, Command *cmd=NULL) throw (CmdErr) |
db_user | getUd (string) |
void | addUd (db_user) |
void | delUd (string) |
|
init |
|
free |
|
add default resource module num |
|
add user data |
|
apply config Implements tacpp::Core_data. |
|
build config Implements tacpp::Core_data. |
|
del module |
|
del user data |
|
returns module name for this number |
|
get user data |
|
load/reload module |
|
modify description |
|
modify loaded module |
|
set shutdown or not |