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

Public Member Functions

 __construct ()
 
 paintValidation (&$asset, &$o, $prefix)
 
 processValidation (&$asset, &$o, $prefix)
 
 paintWarning (&$asset, &$o, $prefix)
 
 processWarning (&$asset, &$o, $prefix)
 
 showWarningSection (&$asset, $prefix)
 
 paintHeaderDetailsCheckBox (&$asset, &$o, $prefix)
 
 processHeaderDetailsCheckBox (&$asset, &$o, $prefix)
 
 showJobHeader (&$asset, $prefix)
 
 paintJobQueue (&$asset, &$o, $prefix)
 
 processJobQueue (&$asset, &$o, $prefix)
 
 showProgressSection (&$asset, $prefix)
 
 paintPreviewAddress (&$asset, &$o, $prefix)
 
 processPreviewAddress (&$asset, &$o, $prefix)
 
 paintPreviewLog (&$asset, &$o, $prefix)
 
 processPreviewLog (&$asset, &$o, $prefix)
 
 paintContentBodyFilter (Bulkmail_Job $asset, Backend_Outputter $o, $prefix)
 
 processContentBodyFilter (Bulkmail_Job $asset, Backend_Outputter $o, $prefix)
 
 paintUserSubscriptions (&$asset, &$o, $prefix)
 
 processUserSubscriptions (&$asset, &$o, $prefix)
 
 paintScheduling (&$asset, &$o, $prefix)
 
 processScheduling (&$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 37 of file bulkmail_job_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 45 of file bulkmail_job_edit_fns.inc.

Member Function Documentation

paintContentBodyFilter ( Bulkmail_Job  $asset,
Backend_Outputter  $o,
  $prefix 
)

Processes the log of preview records

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

Definition at line 524 of file bulkmail_job_edit_fns.inc.

paintHeaderDetailsCheckBox ( $asset,
$o,
  $prefix 
)

Paints the header detail checkbox, whether to use the post office header 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 211 of file bulkmail_job_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 284 of file bulkmail_job_edit_fns.inc.

paintPreviewAddress ( $asset,
$o,
  $prefix 
)

Paints the screen to send preview mail to the current user

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

Definition at line 393 of file bulkmail_job_edit_fns.inc.

paintPreviewLog ( $asset,
$o,
  $prefix 
)

Paints the log of preview records

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

Definition at line 462 of file bulkmail_job_edit_fns.inc.

paintScheduling ( $asset,
$o,
  $prefix 
)

Paints the user Scheduling screen

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

Definition at line 773 of file bulkmail_job_edit_fns.inc.

paintUserSubscriptions ( $asset,
$o,
  $prefix 
)

Paints the user subscriptions

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

Definition at line 616 of file bulkmail_job_edit_fns.inc.

paintValidation ( $asset,
$o,
  $prefix 
)

Paints the section for user to check if a job is valid

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

Definition at line 67 of file bulkmail_job_edit_fns.inc.

paintWarning ( $asset,
$o,
  $prefix 
)

Paint the 'changes in settings will not affect job-in-progress' warning message

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

Definition at line 154 of file bulkmail_job_edit_fns.inc.

processContentBodyFilter ( Bulkmail_Job  $asset,
Backend_Outputter  $o,
  $prefix 
)

Processes the log of preview records

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

Definition at line 591 of file bulkmail_job_edit_fns.inc.

processHeaderDetailsCheckBox ( $asset,
$o,
  $prefix 
)

Process the header detail 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 242 of file bulkmail_job_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 341 of file bulkmail_job_edit_fns.inc.

processPreviewAddress ( $asset,
$o,
  $prefix 
)

Sends the preview bmail to default/alternative address

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

Definition at line 421 of file bulkmail_job_edit_fns.inc.

processPreviewLog ( $asset,
$o,
  $prefix 
)

Processes the log of preview records

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

Definition at line 507 of file bulkmail_job_edit_fns.inc.

processScheduling ( $asset,
$o,
  $prefix 
)

Processes the Scheduling screen

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

Definition at line 861 of file bulkmail_job_edit_fns.inc.

processUserSubscriptions ( $asset,
$o,
  $prefix 
)

Processes the User subscriptions

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

Definition at line 715 of file bulkmail_job_edit_fns.inc.

processValidation ( $asset,
$o,
  $prefix 
)

Process the section for user to check if a job is valid

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

Definition at line 134 of file bulkmail_job_edit_fns.inc.

processWarning ( $asset,
$o,
  $prefix 
)

Process the 'changes in settings will not affect job-in-progress' warning message

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

Definition at line 172 of file bulkmail_job_edit_fns.inc.

showJobHeader ( $asset,
  $prefix 
)

Check if we should use the post office header

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

Definition at line 264 of file bulkmail_job_edit_fns.inc.

showProgressSection ( $asset,
  $prefix 
)

Function that determine whether to hide or show the progress section for this job

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

Definition at line 365 of file bulkmail_job_edit_fns.inc.

showWarningSection ( $asset,
  $prefix 
)

Returns TRUE when the changes in settings will not affect job-in-progress

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

Definition at line 188 of file bulkmail_job_edit_fns.inc.


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