FF_Action_TicketSummary Class Reference

Inheritance diagram for FF_Action_TicketSummary:

FF_Action_Display FF_Action List of all members.

Public Member Functions

 run ()
 renderSummaryTable ($in_summaryInfo, $in_limit, $in_num, &$in_summaryWidget)
 getPageName ()
 getSingularText ()
 getPluralText ()
 getOptions ()
 _getTitleLink ($in_title, $in_limit, $in_id, $in_type, $in_total)

Public Attributes

 $o_maydayOutput
 $unread = array()

Detailed Description

Definition at line 45 of file TicketSummary.php.


Member Function Documentation

FF_Action_TicketSummary::_getTitleLink in_title,
in_limit,
in_id,
in_type,
in_total
 

Gets the link for a section title. Links to the list page with the specified category or filter selected.

Parameters:
string $in_title The title of the category/filter
int $in_limit The summary limit
int $in_id The id of the category/filter
string $in_type The type of link (SUMMARY_FILTER or SUMMARY_CATEGORY)
int $in_total The total number of records
public
Returns:
string The link to the list page

Definition at line 331 of file TicketSummary.php.

References FastFrame::selfURL().

FF_Action_TicketSummary::getOptions  ) 
 

Get the options for the current row of data. Returns linked edit and delete images.

public

Returns:
string The options for the list page

Definition at line 309 of file TicketSummary.php.

FF_Action_TicketSummary::getPageName  ) 
 

Returns the page name for this action

public

Returns:
string The page name

Reimplemented from FF_Action_Display.

Definition at line 260 of file TicketSummary.php.

FF_Action_TicketSummary::getPluralText  ) 
 

Gets the text that describes a plural version of the items displayed

public

Returns:
string The plural text

Reimplemented from FF_Action_Display.

Definition at line 294 of file TicketSummary.php.

FF_Action_TicketSummary::getSingularText  ) 
 

Gets the text that describes a singular version of the items displayed

public

Returns:
string The singular text

Reimplemented from FF_Action_Display.

Definition at line 280 of file TicketSummary.php.

FF_Action_TicketSummary::renderSummaryTable in_summaryInfo,
in_limit,
in_num,
&$  in_summaryWidget
 

Renders a summary table.

Parameters:
array $in_summaryInfo The array of name and type
int $in_limit The summary limit
bool $in_num Which one we are rendering
object $in_summaryWidget The summary widget
public
Returns:
void

Definition at line 115 of file TicketSummary.php.

References $o_result, $s_count, $s_total, $tmp, bold(), FF_Request::getParam(), FastFrame::isEmpty(), FastFrame::selfURL(), and FF_Util::truncateString().

Referenced by run().

FF_Action_TicketSummary::run  ) 
 

Gathers the data for the summary page and runs the necessary functions to display it.

public

Returns:
object The next action object

Reimplemented from FF_Action_Display.

Definition at line 70 of file TicketSummary.php.

References FF_Auth::getCredential(), FF_Action_Display::renderSearchBox(), renderSummaryTable(), and FF_Request::setParam().


Member Data Documentation

FF_Action_TicketSummary::$o_maydayOutput
 

Definition at line 52 of file TicketSummary.php.

FF_Action_TicketSummary::$unread = array()
 

Definition at line 58 of file TicketSummary.php.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 11:38:33 2006 for FastFrame by  doxygen 1.4.4