Static Public Member Functions | Protected Member Functions | Static Protected Member Functions

WOOrderInfo Class Reference

shortened info about orders More...

Inheritance diagram for WOOrderInfo:
WOOrderInfoAbstract WObject

List of all members.

Static Public Member Functions

static getAllOrders ($trans)
 called from GetOrderList transaction
static getOrdersByCustomer ($trans)
 called from GetOrdersByCustomer transaction
static getOrdersByEvents ($trans)
 called from GetOrdersByEvents transaction
static getOrdersByUser ($trans, $meonly)
 called from GetOrdersByUser and getMyOrders transaction

Protected Member Functions

 getAmountItemsFromDB ()
 mapping helper
 getAmountTicketsFromDB ()
 mapping helper
 getAmountVouchersFromDB ()
 mapping helper
 getTotalPriceFromDB ()
 mapping helper

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

Detailed Description

shortened info about orders


Member Function Documentation

static WOOrderInfo::getAllOrders ( trans  )  [static]

called from GetOrderList transaction

References $db, WOOrderInfoAbstract::fromTableArrayorder(), and WTorder::selectFromDB().

Referenced by WTrGetOrderList::handleRequest().

WOOrderInfo::getAmountItemsFromDB (  )  [protected]

mapping helper

References $db.

WOOrderInfo::getAmountTicketsFromDB (  )  [protected]

mapping helper

References $db.

WOOrderInfo::getAmountVouchersFromDB (  )  [protected]

mapping helper

References $db.

static WOOrderInfo::getCustomerListByOrders ( array $  olist  )  [static, protected]

helper function for several transactions: selects customers by their IDs references by the given order info objects

References $db, WOCustomerInfo::fromTableArraycustomer(), and WTcustomer::selectFromDB().

static WOOrderInfo::getOrdersByCustomer ( trans  )  [static]

called from GetOrdersByCustomer transaction

References $db, and WTorder::selectFromDB().

Referenced by WTrGetOrdersByCustomer::handleRequest().

static WOOrderInfo::getOrdersByEvents ( trans  )  [static]

called from GetOrdersByEvents transaction

References $db, WOOrderInfoAbstract::fromTableArrayorder(), and WTorder::selectFromDB().

Referenced by WTrGetOrdersByEvents::handleRequest().

static WOOrderInfo::getOrdersByUser ( trans,
meonly 
) [static]

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