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:

getNewSessionid

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

newFwdb

Returns a new handle to the Framework Database.

getFwdb

Returns the current handle to the Framework Database.

getdb

Returns a handle to the application's database.

getUserinfo

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

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

getMenu

Returns an array containing the menus from the Framework Database.

getAllowed

Returns an array containing the allowed menu items.

getServerConfig

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

getServerSettings

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

getClientSettings

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

AUTHOR

Kaare Rasmussen <kar at kakidata.dk>