|
MagicSmoke
$VERSION$
|
shortened info about orders More...
Static Public Member Functions | |
| static | getAllOrders ($trans) |
| called from GetOrderList transaction More... | |
| static | getOrdersByCoupon ($trans) |
| called from GetOrdersByUser and getMyOrders transaction More... | |
| static | getOrdersByCustomer ($trans) |
| called from GetOrdersByCustomer transaction More... | |
| static | getOrdersByEvents ($trans) |
| called from GetOrdersByEvents transaction More... | |
| static | getOrdersByUser ($trans, $meonly) |
| called from GetOrdersByUser and getMyOrders transaction More... | |
Static Public Member Functions inherited from WOOrderInfoAbstract | |
| static | fromString ($txt) |
| static | fromTableArrayorder (array $table) |
| static | fromTableorder ($table) |
| static | fromXml ($xml, $elem) |
| static | validateamountdue ($value) |
| static | validateamountitems ($value) |
| static | validateamountpaid ($value) |
| static | validateamounttickets ($value) |
| static | validateamountvouchers ($value) |
| static | validatecouponid ($value) |
| static | validatecustomerid ($value) |
| static | validateorderid ($value) |
| static | validateordertime ($value) |
| static | validatesenttime ($value) |
| static | validateshippingcosts ($value) |
| static | validateshippingtypeid ($value) |
| static | validatesoldby ($value) |
| static | validatestatus ($value) |
| static | validatetotalprice ($value) |
Static Public Member Functions inherited from WObject | |
| static | elementsByTagName ($root, $tag) |
| helper function that returns only the elements directly beneith the one given as $root More... | |
| static | fromXmlBoolean ($str) |
| helper function for XML'ized objects that transforms XML boolean to PHP boolean More... | |
| static | isXmlBoolean ($str) |
| helper function for XML'ized objects: it returns whether the string is a valid boolean More... | |
Protected Member Functions | |
| getAmountItemsFromDB () | |
| mapping helper More... | |
| getAmountTicketsFromDB () | |
| mapping helper More... | |
| getAmountVouchersFromDB () | |
| mapping helper More... | |
| getTotalPriceFromDB () | |
| mapping helper More... | |
Protected Member Functions inherited from WOOrderInfoAbstract | |
| toXmlHelper ($xml, $root) | |
Protected Member Functions inherited from WObject | |
| __construct () | |
| toXmlHelper ($xml, $root) | |
| base for serialization More... | |
Static Protected Member Functions | |
| static | getCustomerListByOrders (array $olist) |
| helper function for several transactions: selects customers by their IDs references by the given order info objects More... | |
Static Protected Member Functions inherited from WOOrderInfoAbstract | |
| static | fromXmlHelper ($data, $xml, $elem) |
Static Protected Member Functions inherited from WObject | |
| static | fromXmlHelper ($data, $xml, $elem) |
| base for deserialization More... | |
| static | objectToArray ($obj) |
| helper function for classy objects that calls getPropertyArray if available More... | |
shortened info about orders
|
static |
called from GetOrderList transaction
References $db, and WTorder\selectFromDB().
Referenced by WTrGetOrderList\handleRequest().
|
protected |
mapping helper
References $db.
|
protected |
mapping helper
References $db.
|
protected |
mapping helper
References $db.
|
staticprotected |
helper function for several transactions: selects customers by their IDs references by the given order info objects
References $db, $q, WOCustomerInfo\fromTableArraycustomer(), and WTcustomer\selectFromDB().
|
static |
called from GetOrdersByUser and getMyOrders transaction
References $db, WOCustomerInfo\fromTableArraycustomer(), WTcustomer\selectFromDB(), and WTorder\selectFromDB().
|
static |
called from GetOrdersByCustomer transaction
References $db, and WTorder\selectFromDB().
Referenced by WTrGetOrdersByCustomer\handleRequest().
|
static |
called from GetOrdersByEvents transaction
References $db, and WTorder\selectFromDB().
Referenced by WTrGetOrdersByEvents\handleRequest().
|
static |
called from GetOrdersByUser and getMyOrders transaction
References $db, WOCustomerInfo\fromTableArraycustomer(), WTcustomer\selectFromDB(), WTorder_audit\selectFromDB(), and WTorder\selectFromDB().
Referenced by WTrGetMyOrders\handleRequest(), and WTrGetOrdersByUser\handleRequest().
|
protected |