Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Bulkmail_Manager_Edit_Fns Class Reference
Inheritance diagram for Bulkmail_Manager_Edit_Fns:
Bulkmail_Post_Office_Edit_Fns Asset_Edit_Fns MySource_Object

Public Member Functions

 __construct ()
 
 paintJobQueue (&$asset, &$o, $prefix)
 
 processJobQueue (&$asset, &$o, $prefix)
 
 _processJobQueue (&$asset, $jobs)
 
 _paintJobQueue (&$asset, $jobs)
 
 showProgressSection (&$asset, $prefix)
 
 paintThresholdSettingCheckBox (&$asset, &$o, $prefix)
 
 processThresholdSettingCheckBox (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from Bulkmail_Post_Office_Edit_Fns
 __construct ()
 
 paintRecipients (&$asset, &$o, $prefix)
 
 processRecipients (&$asset, &$o, $prefix)
 
 paintServerDetails (&$asset, &$o, $prefix)
 
 processServerDetails (&$asset, &$o, $prefix)
 
 paintCurrentHeaders (&$asset, &$o, $prefix)
 
 processCurrentHeaders (&$asset, &$o, $prefix)
 
 paintNewHeader (&$asset, &$o, $prefix)
 
 processNewHeader (&$asset, &$o, $prefix)
 
 paintThresholds (&$asset, &$o, $prefix)
 
 processThresholds (&$asset, &$o, $prefix)
 
 paintAddRule (&$asset, &$o, $prefix, $write_access)
 
 processAddRule (&$asset, &$o, $prefix, $threshold, $write_access)
 
 _paintExcludedTimeRule (&$asset, &$o, $prefix, $rule, $write_access)
 
 _processExcludedTimeRule ($prefix, $threshold, $key)
 
 _paintSendRateRule (&$asset, &$o, $prefix, $rule, $write_access)
 
 _processSendRateRule ($prefix, $threshold, $key)
 
 paintJobQueue (&$asset, &$o, $prefix)
 
 processJobQueue (&$asset, &$o, $prefix)
 
 showProgressSection (&$asset, $prefix)
 
- 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 35 of file bulkmail_manager_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 43 of file bulkmail_manager_edit_fns.inc.

Member Function Documentation

_paintJobQueue ( $asset,
  $jobs 
)

Prints out a list of jobs in the queue depending on the current context

Parameters
object&$assetthe asset to which we belong
array$jobsan array of jobs
Returns
string public
See Also
Bulkmail_Manager_Edit_Fns::printJobQueue()
Bulkmail_Manager::getQueuedJobs()

Definition at line 169 of file bulkmail_manager_edit_fns.inc.

_processJobQueue ( $asset,
  $jobs 
)

Process the job queue

Parameters
object&$assetthe asset to which we belong
array$jobsan array of jobs
Returns
boolean public

Definition at line 120 of file bulkmail_manager_edit_fns.inc.

paintJobQueue ( $asset,
$o,
  $prefix 
)

Paint the job queue

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 73 of file bulkmail_manager_edit_fns.inc.

paintThresholdSettingCheckBox ( $asset,
$o,
  $prefix 
)

Paints the threshold setting checkbox, whether to override all settings or not

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 298 of file bulkmail_manager_edit_fns.inc.

processJobQueue ( $asset,
$o,
  $prefix 
)

Process the job queue

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 97 of file bulkmail_manager_edit_fns.inc.

processThresholdSettingCheckBox ( $asset,
$o,
  $prefix 
)

Process the threshold setting checkbox

Parameters
object&$assetthe asset to which we belong
object&$othe outputter class
string$prefixprefix for the form element
Returns
boolean public

Definition at line 327 of file bulkmail_manager_edit_fns.inc.

showProgressSection ( $asset,
  $prefix 
)

Function that determine whether to hide or show the progress section for bulkmail manager

Parameters
object&$assetthe asset to which we belong
string$prefixprefix for the form element
Returns
boolean public

Definition at line 280 of file bulkmail_manager_edit_fns.inc.


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