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

Public Member Functions

 Ecommerce_Order_Edit_Fns ()
 
 paintDeliveryMethod (&$asset, &$o, $prefix)
 
 paintOrderSummary (&$asset, &$o, $prefix)
 
 paintOrderHistory (&$asset, &$o, $prefix)
 
 paintEcomRefNo (&$asset, &$o, $prefix)
 
 paintOrderStatus (&$asset, &$o, $prefix)
 
 paintTransactionID (&$asset, &$o, $prefix)
 
 paintOrderXML (&$asset, &$o, $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 30 of file ecommerce_order_edit_fns.inc.

Member Function Documentation

Constructor

Returns
void public

Definition at line 40 of file ecommerce_order_edit_fns.inc.

paintDeliveryMethod ( $asset,
$o,
  $prefix 
)

Paints the summary of ecommerce order

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 57 of file ecommerce_order_edit_fns.inc.

paintEcomRefNo ( $asset,
$o,
  $prefix 
)

Paints the transaction ID generated during payment processing

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 133 of file ecommerce_order_edit_fns.inc.

paintOrderHistory ( $asset,
$o,
  $prefix 
)

Paints where this order has been

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 100 of file ecommerce_order_edit_fns.inc.

paintOrderStatus ( $asset,
$o,
  $prefix 
)

Paints the status of ecommerce order

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 152 of file ecommerce_order_edit_fns.inc.

paintOrderSummary ( $asset,
$o,
  $prefix 
)

Paints the summary of ecommerce order

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 81 of file ecommerce_order_edit_fns.inc.

paintOrderXML ( $asset,
$o,
  $prefix 
)

Paints the XML representation of ecommerce order

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 190 of file ecommerce_order_edit_fns.inc.

paintTransactionID ( $asset,
$o,
  $prefix 
)

Paints the transaction ID generated during payment processing

Parameters
objectAsset &$rootid asset being painted
objectBackend_Outputter &$o backend outputter
string$prefixprefix for the html doc element name
Returns
boolean public

Definition at line 171 of file ecommerce_order_edit_fns.inc.


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