Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Report_Edit_Fns Class Reference
Inheritance diagram for Report_Edit_Fns:
Page_Edit_Fns Asset_Edit_Fns MySource_Object Funnelback_Search_Log_Report_Edit_Fns Log_Report_Edit_Fns Report_Asset_Counter_Edit_Fns Report_Asset_Statuses_Edit_Fns Report_Incomplete_Metadata_Edit_Fns Report_Links_Edit_Fns Report_Safe_Trash_Edit_Fns Structured_Asset_Info_Edit_Fns

Public Member Functions

 __construct ()
 
 paintRegenerate (Report $asset, Backend_Outputter $o, $prefix)
 
 processRegenerate (Report $asset, Backend_Outputter $o, $prefix)
 
 paintRootNode (Report $asset, Backend_Outputter $o, $prefix)
 
 processRootNode (Report $asset, Backend_Outputter $o, $prefix)
 
 getRootAssetid (Report $asset)
 
 paintReport (Report $asset, Backend_Outputter $o, $prefix)
 
 processReport (Report $asset, Backend_Outputter $o, $prefix)
 
 generateReport (HIPO_Job $job, Array &$step_data, $prefix)
 
- Public Member Functions inherited from Page_Edit_Fns
 __construct ()
 
- Public Member Functions inherited from Asset_Edit_Fns
 Asset_Edit_Fns ()
 
 paintPaths (&$asset, &$o, $prefix)
 
 paintEditRemapURLs (&$asset, &$o, $prefix)
 
 processPaths (&$asset, &$o, $prefix)
 
 processEditRemapURLs (&$asset, &$o, $prefix)
 
 paintURLs (&$asset, &$o, $prefix)
 
 paintAddRemapURLs (&$asset, &$o, $prefix)
 
 processAddRemapURLs (&$asset, &$o, $prefix)
 
 isWorkflowComplete (&$asset)
 
 paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE)
 
 processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE)
 
 isSearchInstalled (&$asset, $prefix)
 
 isBeingCreated (&$asset)
 
 isNotBeingCreated (&$asset)
 
 paintAutomaticRemapSetting (&$asset, &$o, $prefix)
 
 paintCreateLink (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from MySource_Object
 MySource_Object ()
 
 __sleep ()
 
 __wakeup ()
 

Additional Inherited Members

- Data Fields inherited from Asset_Edit_Fns
 $static_screens
 

Detailed Description

Definition at line 30 of file report_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 38 of file report_edit_fns.inc.

Member Function Documentation

generateReport ( HIPO_Job  $job,
Array &  $step_data,
  $prefix 
)

Generate this report until complete

Parameters
HIPO_Job$joba reference to the HIPO job processing this report
array&$step_dataa reference to the array of information about the current step of the HIPO job that is running this report
string$prefixprefix for form vars
Returns
boolean public

Definition at line 262 of file report_edit_fns.inc.

getRootAssetid ( Report  $asset)

Get the assetid of the root node

Parameters
Report$assetthe asset whose interface we are painting
Returns
string public

Definition at line 205 of file report_edit_fns.inc.

paintRegenerate ( Report  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paint the interface for regenerating the report

Parameters
Report$assetthe asset whose interface we are painting
Backend_Outputter$othe backend outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 56 of file report_edit_fns.inc.

paintReport ( Report  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paint the interface for viewing a report

Parameters
Report$assetthe asset whose interface we are painting
Backend_Outputter$othe backend outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 226 of file report_edit_fns.inc.

paintRootNode ( Report  $asset,
Backend_Outputter  $o,
  $prefix 
)

Paints the root node selection box

Parameters
Report$assetthe asset whose interface we are painting
Backend_Outputter$othe backend outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 120 of file report_edit_fns.inc.

processRegenerate ( Report  $asset,
Backend_Outputter  $o,
  $prefix 
)

Processes the interface for regenerating the report

Parameters
Report$assetthe asset whose interface we are painting
Backend_Outputter$othe backend outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 85 of file report_edit_fns.inc.

processReport ( Report  $asset,
Backend_Outputter  $o,
  $prefix 
)

Processes the interface for viewing a report

Parameters
Report$assetthe asset whose interface we are painting
Backend_Outputter$othe backend outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 244 of file report_edit_fns.inc.

processRootNode ( Report  $asset,
Backend_Outputter  $o,
  $prefix 
)

Processes the value input from root node selection box

Parameters
Report$assetthe asset whose interface we are painting
Backend_Outputter$othe backend outputter class
string$prefixprefix for the form element
Returns
void public

Definition at line 150 of file report_edit_fns.inc.


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