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

Public Member Functions

 __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 34 of file bulkmail_post_office_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 42 of file bulkmail_post_office_edit_fns.inc.

Member Function Documentation

_paintExcludedTimeRule ( $asset,
$o,
  $prefix,
  $rule,
  $write_access 
)

Paints the 'excluded time' rule

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
array$rulethe rule that we are painting
boolean$write_accesswrite access to the asset attribute
Returns
void private

Definition at line 654 of file bulkmail_post_office_edit_fns.inc.

_paintSendRateRule ( $asset,
$o,
  $prefix,
  $rule,
  $write_access 
)

Paints the 'Send Rate' rule

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
array$rulethe rule that we are painting
boolean$write_accesswrite access to the asset attribute
Returns
void private

Definition at line 797 of file bulkmail_post_office_edit_fns.inc.

_processExcludedTimeRule (   $prefix,
  $threshold,
  $key 
)

Processes the 'excluded time' rule

Parameters
string$prefixprefix for the form elements
array$thresholdthe post office's threshold attribute
int$keythe index of this rule in the threshold array
Returns
array private

Definition at line 745 of file bulkmail_post_office_edit_fns.inc.

_processSendRateRule (   $prefix,
  $threshold,
  $key 
)

Processes the 'Send Rate' rule

Parameters
string$prefixprefix for the form elements
array$thresholdthe post office's threshold attribute
int$keythe index of this rule in the threshold array
Returns
array private

Definition at line 852 of file bulkmail_post_office_edit_fns.inc.

paintAddRule ( $asset,
$o,
  $prefix,
  $write_access 
)

Paints the dropdown to add a rule to this section

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
boolean$write_accesswrite access to the asset attribute
Returns
void public

Definition at line 578 of file bulkmail_post_office_edit_fns.inc.

paintCurrentHeaders ( $asset,
$o,
  $prefix 
)

Paints the header details interface for the bmail

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

Definition at line 311 of file bulkmail_post_office_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 883 of file bulkmail_post_office_edit_fns.inc.

paintNewHeader ( $asset,
$o,
  $prefix 
)

Paints the interface to add a new header field

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

Definition at line 405 of file bulkmail_post_office_edit_fns.inc.

paintRecipients ( $asset,
$o,
  $prefix 
)

Paints the recipients which will receive the bulkmail

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

Definition at line 63 of file bulkmail_post_office_edit_fns.inc.

paintServerDetails ( $asset,
$o,
  $prefix 
)

Paint the email server details

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

Definition at line 131 of file bulkmail_post_office_edit_fns.inc.

paintThresholds ( $asset,
$o,
  $prefix 
)

Paint the threshold settings

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

Definition at line 463 of file bulkmail_post_office_edit_fns.inc.

processAddRule ( $asset,
$o,
  $prefix,
  $threshold,
  $write_access 
)

Processes the dropdown to add a rule to this section

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
array$thresholdthe post office's threshold attribute
boolean$write_accesswrite access to the asset attribute
Returns
array public

Definition at line 606 of file bulkmail_post_office_edit_fns.inc.

processCurrentHeaders ( $asset,
$o,
  $prefix 
)

Process the header details for the bmail

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

Definition at line 369 of file bulkmail_post_office_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 908 of file bulkmail_post_office_edit_fns.inc.

processNewHeader ( $asset,
$o,
  $prefix 
)

Process the interface to add a new header field

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

Definition at line 432 of file bulkmail_post_office_edit_fns.inc.

processRecipients ( $asset,
$o,
  $prefix 
)

Processes the value input from group addressee selection widget

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

Definition at line 102 of file bulkmail_post_office_edit_fns.inc.

processServerDetails ( $asset,
$o,
  $prefix 
)

Process the email server details

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

Definition at line 275 of file bulkmail_post_office_edit_fns.inc.

processThresholds ( $asset,
$o,
  $prefix 
)

Process the threshold settings

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

Definition at line 534 of file bulkmail_post_office_edit_fns.inc.

showProgressSection ( $asset,
  $prefix 
)

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

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

Definition at line 932 of file bulkmail_post_office_edit_fns.inc.


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