NAME

Business::Bof::Server::Fw -- Framework support for CLI and utility methods

DESCRIPTION

Business::Bof::Server::Fw is an interface to BOF's Framework Database. It also provides a few utility methods.

Methods

Fw has these methods:

get_newSessionid

Returns a session ID to be used all throughout the client's session.

getdb

Returns a handle to the application's database.

get_userinfo

Returns the User Information from the Framework Database given the login information

my $data = { name => $username, password => $password } my $userinfo = $fw -> getUserinfo( $data );

get_menu

Returns a pointer to an array containing the menus from the Framework Database.

getAllowed

Returns a pointer to an array containing the allowed menu items.

get_serverconfig

Returns the Server's Configuration (as provided in the configuration XML file).

get_serversettings

Returns the Server's Server Settings (as provided in the configuration XML file).

get_clientsettings

Returns the Server's Client Settings (as provided in the configuration XML file).

AUTHOR

Kaare Rasmussen <kar at kakidata.dk>