Order
class Order extends AbstractEntity
Order
Methods
引数の連想配列を元にプロパティを設定します.
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
No description
No description
対象となるお届け先情報を取得
Calculate quantity of total.
Calculate SubTotal.
Calculate tax of total.
この注文の保持する商品種別を取得します.
Get id
Set preorderid
Get preorderid
Set message
Get message
Get name01
Get name02
Get kana01
Get kana02
Set company_name
Get company_name
Get email
Get tel01
Get tel02
Get tel03
Get fax01
Get fax02
Get fax03
Get zip01
Get zip02
Set zipcode
Get zipcode
Get addr01
Get addr02
Set subtotal
Get subtotal
Set discount
Get discount
Set deliveryfeetotal
Get deliveryfeetotal
Get charge
Get tax
Get total
Set payment_total
Get payment_total
Set payment_method
Get payment_method
Get note
Get create_date
Get update_date
Get order_date
Get commit_date
Get payment_date
Get del_flg
Get OrderDetails
Get Shippings
Get MailHistories
Get Customer
Get Country
Get Payment
Get DeviceType
Get CustomerOrderStatus
Get OrderStatus
Get OrderStatusColor
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
DBから取り出した連想配列を, プロパティへ設定する際に使用します.
in AbstractEntity at line 99
array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)
プロパティの値を連想配列で返します.
DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.
in AbstractEntity at line 139
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
at line 38
bool
isMultiple()
at line 43
isPriceChange()
at line 59
mixed
findShipping($shippingId)
対象となるお届け先情報を取得
at line 74
integer
calculateTotalQuantity()
Calculate quantity of total.
at line 88
integer
calculateSubTotal()
Calculate SubTotal.
at line 102
integer
calculateTotalTax()
Calculate tax of total.
at line 116
array
getProductTypes()
この注文の保持する商品種別を取得します.
at line 375
__construct(OrderStatus $orderStatus = null)
Constructor
at line 397
integer
getId()
Get id
at line 408
Order
setPreOrderId(string $preOrderId)
Set preorderid
at line 420
string
getPreOrderId()
Get preorderid
at line 431
Order
setMessage(string $message)
Set message
at line 443
string
getMessage()
Get message
at line 454
Order
setName01(string $name01)
Set name01
at line 466
string
getName01()
Get name01
at line 477
Order
setName02(string $name02)
Set name02
at line 489
string
getName02()
Get name02
at line 500
Order
setKana01(string $kana01)
Set kana01
at line 512
string
getKana01()
Get kana01
at line 523
Order
setKana02(string $kana02)
Set kana02
at line 535
string
getKana02()
Get kana02
at line 546
Order
setCompanyName(string $companyName)
Set company_name
at line 558
string
getCompanyName()
Get company_name
at line 569
Order
setEmail(string $email)
Set email
at line 581
string
getEmail()
Get email
at line 592
Order
setTel01(string $tel01)
Set tel01
at line 604
string
getTel01()
Get tel01
at line 615
Order
setTel02(string $tel02)
Set tel02
at line 627
string
getTel02()
Get tel02
at line 638
Order
setTel03(string $tel03)
Set tel03
at line 650
string
getTel03()
Get tel03
at line 661
Order
setFax01(string $fax01)
Set fax01
at line 673
string
getFax01()
Get fax01
at line 684
Order
setFax02(string $fax02)
Set fax02
at line 696
string
getFax02()
Get fax02
at line 707
Order
setFax03(string $fax03)
Set fax03
at line 719
string
getFax03()
Get fax03
at line 730
Order
setZip01(string $zip01)
Set zip01
at line 742
string
getZip01()
Get zip01
at line 753
Order
setZip02(string $zip02)
Set zip02
at line 765
string
getZip02()
Get zip02
at line 776
Order
setZipcode(string $zipcode)
Set zipcode
at line 788
string
getZipcode()
Get zipcode
at line 799
Order
setAddr01(string $addr01)
Set addr01
at line 811
string
getAddr01()
Get addr01
at line 822
Order
setAddr02(string $addr02)
Set addr02
at line 834
string
getAddr02()
Get addr02
at line 857
DateTime
getBirth()
Get birth
at line 868
Order
setSubtotal(string $subtotal)
Set subtotal
at line 880
string
getSubtotal()
Get subtotal
at line 891
Order
setDiscount(string $discount)
Set discount
at line 903
string
getDiscount()
Get discount
at line 914
Order
setDeliveryFeeTotal(string $deliveryFeeTotal)
Set deliveryfeetotal
at line 926
string
getDeliveryFeeTotal()
Get deliveryfeetotal
at line 937
Order
setCharge(string $charge)
Set charge
at line 949
string
getCharge()
Get charge
at line 960
Order
setTax(string $tax)
Set tax
at line 972
string
getTax()
Get tax
at line 983
Order
setTotal(string $total)
Set total
at line 995
string
getTotal()
Get total
at line 1006
Order
setPaymentTotal(string $paymentTotal)
Set payment_total
at line 1018
string
getPaymentTotal()
Get payment_total
at line 1029
Order
setPaymentMethod(string $paymentMethod)
Set payment_method
at line 1041
string
getPaymentMethod()
Get payment_method
at line 1052
Order
setNote(string $note)
Set note
at line 1064
string
getNote()
Get note
at line 1087
DateTime
getCreateDate()
Get create_date
at line 1110
DateTime
getUpdateDate()
Get update_date
at line 1133
DateTime
getOrderDate()
Get order_date
at line 1156
DateTime
getCommitDate()
Get commit_date
at line 1179
DateTime
getPaymentDate()
Get payment_date
at line 1190
Order
setDelFlg(integer $delFlg)
Set del_flg
at line 1202
integer
getDelFlg()
Get del_flg
at line 1213
Order
addOrderDetail(OrderDetail $orderDetails)
Add OrderDetails
at line 1225
removeOrderDetail(OrderDetail $orderDetails)
Remove OrderDetails
at line 1235
Collection
getOrderDetails()
Get OrderDetails
at line 1258
removeShipping(Shipping $shippings)
Remove Shippings
at line 1268
Collection
getShippings()
Get Shippings
at line 1279
Order
addMailHistory(MailHistory $mailHistories)
Add MailHistories
at line 1291
removeMailHistory(MailHistory $mailHistories)
Remove MailHistories
at line 1301
Collection
getMailHistories()
Get MailHistories
at line 1324
Customer
getCustomer()
Get Customer
at line 1350
Country
getCountry()
Get Country
at line 1373
Pref
getPref()
Get Pref
at line 1396
Sex
getSex()
Get Sex
at line 1419
Job
getJob()
Get Job
at line 1442
Payment
getPayment()
Get Payment
at line 1456
Order
setDeviceType(DeviceType $deviceType = null)
Set DeviceType
at line 1468
DeviceType
getDeviceType()
Get DeviceType
at line 1479
Order
setCustomerOrderStatus(CustomerOrderStatus $customerOrderStatus = null)
Set CustomerOrderStatus
at line 1491
CustomerOrderStatus
getCustomerOrderStatus()
Get CustomerOrderStatus
at line 1502
Order
setOrderStatus(OrderStatus $orderStatus = null)
Set OrderStatus
at line 1514
OrderStatus
getOrderStatus()
Get OrderStatus
at line 1525
Order
setOrderStatusColor(OrderStatusColor $orderStatusColor = null)
Set OrderStatusColor
at line 1537
OrderStatusColor
getOrderStatusColor()
Get OrderStatusColor