Squiz Matrix
4.12.2
|
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 | |
Definition at line 30 of file ecommerce_order_edit_fns.inc.
paintDeliveryMethod | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the summary of ecommerce order
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 57 of file ecommerce_order_edit_fns.inc.
paintEcomRefNo | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the transaction ID generated during payment processing
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 133 of file ecommerce_order_edit_fns.inc.
paintOrderHistory | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints where this order has been
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 100 of file ecommerce_order_edit_fns.inc.
paintOrderStatus | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the status of ecommerce order
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 152 of file ecommerce_order_edit_fns.inc.
paintOrderSummary | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the summary of ecommerce order
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 81 of file ecommerce_order_edit_fns.inc.
paintOrderXML | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the XML representation of ecommerce order
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 190 of file ecommerce_order_edit_fns.inc.
paintTransactionID | ( | & | $asset, |
& | $o, | ||
$prefix | |||
) |
Paints the transaction ID generated during payment processing
object | Asset &$rootid asset being painted | |
object | Backend_Outputter &$o backend outputter | |
string | $prefix | prefix for the html doc element name |
Definition at line 171 of file ecommerce_order_edit_fns.inc.