Public Member Functions | Protected Member Functions

BizController Class Reference

Public Member Functions

 processSecurityFilters ()
 dispatchRequest ()
 renderView ($viewName, $form="", $rule="", $params=null, $hist="")

Protected Member Functions

 invoke ()
 validateRequest ($obj, $methodName)

Detailed Description

Definition at line 44 of file BizController.php.


Member Function Documentation

dispatchRequest (  )

Dispatches client requests to proper objects, print the returned html text.

Returns:
void

Definition at line 77 of file BizController.php.

Here is the call graph for this function:

invoke (  ) [protected]

Invoke the action passed from browser

Returns:
HTML content

Definition at line 235 of file BizController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

processSecurityFilters (  )

Process Security Filters

Returns:
boolean true if success, and false if have error

Definition at line 55 of file BizController.php.

Here is the call graph for this function:

renderView ( viewName,
form = "",
rule = "",
params = null,
hist = "" 
)

Render a bizview

Parameters:
string$viewNamename of bizview
string$rulethe search rule of a bizform who is not depent on (a subctrl of) another bizform
Returns:
void

Definition at line 181 of file BizController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

validateRequest ( obj,
methodName 
) [protected]

Validate the request from client.

Parameters:
object$objthe to be called object
string$methodNamethe to be called method name
Returns:
boolean

Definition at line 361 of file BizController.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: