static ElogBeam * GetBeam(TString beam)
get beam from the database
static int CheckBeamExists(TString beam)
check beam exists in the database: 1- true, 0 - false, <0 - database operation error
TString GetBeam()
get beam of the current beam
int SetBeam(TString beam)
set beam of the current beam
static int DeleteBeam(TString beam)
delete beam from the database
static ElogBeam * CreateBeam(TString beam, bool is_active)
add new beam to the database
void Print()
print information about current beam
static int PrintAll()
print all beams
bool GetIsActive()
get is active of the current beam
int SetIsActive(bool is_active)
set is active of the current beam