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

WOOrderInfoAbstract Class Reference

Inheritance diagram for WOOrderInfoAbstract:
WObject WOOrderInfo

List of all members.

Public Member Functions

 __construct ()
 getamountdue ()
 getamountitems ()
 getamountpaid ()
 getamounttickets ()
 getamountvouchers ()
 getcustomerid ()
 getorderid ()
 getordertime ()
 getsenttime ()
 getshippingcosts ()
 getsoldby ()
 getstatus ()
 getstr_amountdue ()
 getstr_amountitems ()
 getstr_amountpaid ()
 getstr_amounttickets ()
 getstr_amountvouchers ()
 getstr_customerid ()
 getstr_orderid ()
 getstr_ordertime ()
 getstr_senttime ()
 getstr_shippingcosts ()
 getstr_soldby ()
 getstr_status ()
 getstr_totalprice ()
 gettotalprice ()
 propertyArray ()
 base for property array
 setamountdue ($value)
 setamountitems ($value)
 setamountpaid ($value)
 setamounttickets ($value)
 setamountvouchers ($value)
 setcustomerid ($value)
 setorderid ($value)
 setordertime ($value)
 setsenttime ($value)
 setshippingcosts ($value)
 setsoldby ($value)
 setstatus ($value)
 settotalprice ($value)
 toString ()
 toTableorder (&$table)
 toXml ($xml, $elementname="OrderInfo")

Static Public Member Functions

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 validatecustomerid ($value)
static validateorderid ($value)
static validateordertime ($value)
static validatesenttime ($value)
static validateshippingcosts ($value)
static validatesoldby ($value)
static validatestatus ($value)
static validatetotalprice ($value)

Public Attributes

const Cancelled = 2
const Closed = 128
const Placed = 0
const Reserved = 4
const Sent = 1
const Sold = 1

Protected Member Functions

 toXmlHelper ($xml, $root)
 base for serialization

Static Protected Member Functions

static fromXmlHelper ($data, $xml, $elem)
 base for deserialization

Protected Attributes

 $prop_amountdue = null
 $prop_amountitems = null
 $prop_amountpaid = null
 $prop_amounttickets = null
 $prop_amountvouchers = null
 $prop_customerid = null
 $prop_orderid = null
 $prop_ordertime = null
 $prop_senttime = null
 $prop_shippingcosts = null
 $prop_soldby = null
 $prop_status = null
 $prop_totalprice = null

Constructor & Destructor Documentation

WOOrderInfoAbstract::__construct (  ) 

Reimplemented from WObject.


Member Function Documentation

static WOOrderInfoAbstract::fromString ( txt  )  [static]

References fromXml(), and translate().

static WOOrderInfoAbstract::fromTableArrayorder ( array $  table  )  [static]
static WOOrderInfoAbstract::fromTableorder ( table  )  [static]
static WOOrderInfoAbstract::fromXml ( xml,
elem 
) [static]

References fromXmlHelper().

Referenced by fromString().

static WOOrderInfoAbstract::fromXmlHelper ( data,
xml,
elem 
) [static, protected]

base for deserialization

Reimplemented from WObject.

Referenced by fromXml().

WOOrderInfoAbstract::getamountdue (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamountitems (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamountpaid (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamounttickets (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getamountvouchers (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getcustomerid (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getorderid (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getordertime (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getsenttime (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getshippingcosts (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getsoldby (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstatus (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountdue (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountitems (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountpaid (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amounttickets (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_amountvouchers (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_customerid (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_orderid (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_ordertime (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_senttime (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_shippingcosts (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_soldby (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_status (  ) 

References translate().

Referenced by toXmlHelper().

WOOrderInfoAbstract::getstr_totalprice (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::gettotalprice (  ) 

Referenced by toXmlHelper().

WOOrderInfoAbstract::propertyArray (  ) 

base for property array

Reimplemented from WObject.

WOOrderInfoAbstract::setamountdue ( value  ) 
WOOrderInfoAbstract::setamountitems ( value  ) 
WOOrderInfoAbstract::setamountpaid ( value  ) 
WOOrderInfoAbstract::setamounttickets ( value  ) 
WOOrderInfoAbstract::setamountvouchers ( value  ) 
WOOrderInfoAbstract::setcustomerid ( value  ) 
WOOrderInfoAbstract::setorderid ( value  ) 
WOOrderInfoAbstract::setordertime ( value  ) 
WOOrderInfoAbstract::setsenttime ( value  ) 
WOOrderInfoAbstract::setshippingcosts ( value  ) 
WOOrderInfoAbstract::setsoldby ( value  ) 
WOOrderInfoAbstract::setstatus ( value  ) 
WOOrderInfoAbstract::settotalprice ( value  ) 
WOOrderInfoAbstract::toString (  ) 

References toXml().

WOOrderInfoAbstract::toTableorder ( &$  table  ) 
WOOrderInfoAbstract::toXml ( xml,
elementname = "OrderInfo" 
)

References toXmlHelper().

Referenced by toString().

static WOOrderInfoAbstract::validateamountdue ( value  )  [static]
static WOOrderInfoAbstract::validateamountitems ( value  )  [static]
static WOOrderInfoAbstract::validateamountpaid ( value  )  [static]
static WOOrderInfoAbstract::validateamounttickets ( value  )  [static]
static WOOrderInfoAbstract::validateamountvouchers ( value  )  [static]
static WOOrderInfoAbstract::validatecustomerid ( value  )  [static]
static WOOrderInfoAbstract::validateorderid ( value  )  [static]
static WOOrderInfoAbstract::validateordertime ( value  )  [static]
static WOOrderInfoAbstract::validatesenttime ( value  )  [static]
static WOOrderInfoAbstract::validateshippingcosts ( value  )  [static]
static WOOrderInfoAbstract::validatesoldby ( value  )  [static]
static WOOrderInfoAbstract::validatestatus ( value  )  [static]
static WOOrderInfoAbstract::validatetotalprice ( value  )  [static]

Member Data Documentation

WOOrderInfoAbstract::$prop_amountdue = null [protected]
WOOrderInfoAbstract::$prop_amountitems = null [protected]
WOOrderInfoAbstract::$prop_amountpaid = null [protected]
WOOrderInfoAbstract::$prop_amounttickets = null [protected]
WOOrderInfoAbstract::$prop_amountvouchers = null [protected]
WOOrderInfoAbstract::$prop_customerid = null [protected]
WOOrderInfoAbstract::$prop_orderid = null [protected]
WOOrderInfoAbstract::$prop_ordertime = null [protected]
WOOrderInfoAbstract::$prop_senttime = null [protected]
WOOrderInfoAbstract::$prop_shippingcosts = null [protected]
WOOrderInfoAbstract::$prop_soldby = null [protected]
WOOrderInfoAbstract::$prop_status = null [protected]
WOOrderInfoAbstract::$prop_totalprice = null [protected]

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