Public Member Functions | |
getItems () | |
getObjectForpaytype () | |
getTickets () | |
getVouchers () | |
hasProperty ($p) | |
overridden by woc, returns true if the property exists | |
newKey () | |
generate a new primary key value for insert and marks the object as not yet in the DB; the default sets the primary key to NULL if it is a sequence; call the original first if you overwrite it | |
Static Public Member Functions | |
static | getFromDB ($auditid) |
static | newRow (array $data=array()) |
static | selectFromDB ($where="", $orderby="") |
Public Attributes | |
const | Cancelled = 2 |
const | Closed = 128 |
const | Placed = 0 |
const | Reserved = 4 |
const | Sent = 1 |
const | Sold = 1 |
Protected Member Functions | |
__construct (array $data, $isfromdb) | |
verifyValuestatus ($v) |
WTorder_audit::__construct | ( | array $ | data, | |
$ | isfromdb | |||
) | [protected] |
static WTorder_audit::getFromDB | ( | $ | auditid | ) | [static] |
References $db.
WTorder_audit::getItems | ( | ) |
References $db, and selectFromDB().
WTorder_audit::getObjectForpaytype | ( | ) |
References $db, and selectFromDB().
WTorder_audit::getTickets | ( | ) |
References $db, and selectFromDB().
WTorder_audit::getVouchers | ( | ) |
References $db, and selectFromDB().
WTorder_audit::hasProperty | ( | $ | c | ) |
overridden by woc, returns true if the property exists
Reimplemented from WobTable.
WTorder_audit::newKey | ( | ) |
generate a new primary key value for insert and marks the object as not yet in the DB; the default sets the primary key to NULL if it is a sequence; call the original first if you overwrite it
Reimplemented from WobTable.
References Session::currentUserName(), and WobTransactionBase::getExecutingName().
static WTorder_audit::newRow | ( | array $ | data = array() |
) | [static] |
References WobTable::$data.
static WTorder_audit::selectFromDB | ( | $ | where = "" , |
|
$ | orderby = "" | |||
) | [static] |
References $db.
Referenced by getItems(), getObjectForpaytype(), WOOrder::getOrderAuditTransaction(), WOOrderInfo::getOrdersByUser(), getTickets(), WOOrder::getUserAuditTransaction(), and getVouchers().
WTorder_audit::verifyValuestatus | ( | $ | v | ) | [protected] |
const WTorder_audit::Cancelled = 2 |
const WTorder_audit::Closed = 128 |
const WTorder_audit::Placed = 0 |
const WTorder_audit::Reserved = 4 |
const WTorder_audit::Sent = 1 |
const WTorder_audit::Sold = 1 |