Method | Description | |
---|---|---|
__construct ( Eccube\Entity\Master\OrderStatus $orderStatus = null ) | Constructor | |
addMailHistory ( Eccube\Entity\MailHistory $mailHistories ) : |
Add MailHistories | |
addOrderDetail ( |
Add OrderDetails | |
addShipping ( |
Add Shippings | |
calculateSubTotal ( ) : integer | Calculate SubTotal. | |
calculateTotalQuantity ( ) : integer | Calculate quantity of total. | |
calculateTotalTax ( ) : integer | Calculate tax of total. | |
findShipping ( integer $shippingId ) : |
対象となるお届け先情報を取得 | |
getAddr01 ( ) : string | Get addr01 | |
getAddr02 ( ) : string | Get addr02 | |
getBirth ( ) : DateTime | Get birth | |
getCharge ( ) : string | Get charge | |
getCommitDate ( ) : DateTime | Get commit_date | |
getCompanyName ( ) : string | Get company_name | |
getCountry ( ) : Eccube\Entity\Master\Country | Get Country | |
getCreateDate ( ) : DateTime | Get create_date | |
getCustomer ( ) : |
Get Customer | |
getCustomerOrderStatus ( ) : Eccube\Entity\Master\CustomerOrderStatus | Get CustomerOrderStatus | |
getDelFlg ( ) : integer | Get del_flg | |
getDeliveryFeeTotal ( ) : string | Get delivery_fee_total | |
getDeviceType ( ) : Eccube\Entity\Master\DeviceType | Get DeviceType | |
getDiscount ( ) : string | Get discount | |
getEmail ( ) : string | Get email | |
getFax01 ( ) : string | Get fax01 | |
getFax02 ( ) : string | Get fax02 | |
getFax03 ( ) : string | Get fax03 | |
getId ( ) : integer | Get id | |
getJob ( ) : Eccube\Entity\Master\Job | Get Job | |
getKana01 ( ) : string | Get kana01 | |
getKana02 ( ) : string | Get kana02 | |
getMailHistories ( ) : Doctrine\Common\Collections\Collection | Get MailHistories | |
getMessage ( ) : string | Get message | |
getName01 ( ) : string | Get name01 | |
getName02 ( ) : string | Get name02 | |
getNote ( ) : string | Get note | |
getOrderDate ( ) : DateTime | Get order_date | |
getOrderDetails ( ) : Doctrine\Common\Collections\Collection | Get OrderDetails | |
getOrderStatus ( ) : Eccube\Entity\Master\OrderStatus | Get OrderStatus | |
getOrderStatusColor ( ) : Eccube\Entity\Master\OrderStatusColor | Get OrderStatusColor | |
getPayment ( ) : Eccube\Entity\Payment | Get Payment | |
getPaymentDate ( ) : DateTime | Get payment_date | |
getPaymentMethod ( ) : string | Get payment_method | |
getPaymentTotal ( ) : string | Get payment_total | |
getPreOrderId ( ) : string | Get pre_order_id | |
getPref ( ) : Eccube\Entity\Master\Pref | Get Pref | |
getProductTypes ( ) : Eccube\Entity\Master\ProductType[] | この注文の保持する商品種別を取得します. | |
getSex ( ) : Eccube\Entity\Master\Sex | Get Sex | |
getShippings ( ) : Doctrine\Common\Collections\Collection | Get Shippings | |
getSubtotal ( ) : string | Get subtotal | |
getTax ( ) : string | Get tax | |
getTel01 ( ) : string | Get tel01 | |
getTel02 ( ) : string | Get tel02 | |
getTel03 ( ) : string | Get tel03 | |
getTotal ( ) : string | Get total | |
getTotalPrice ( ) : string | 合計金額を計算 | |
getUpdateDate ( ) : DateTime | Get update_date | |
getZip01 ( ) : string | Get zip01 | |
getZip02 ( ) : string | Get zip02 | |
getZipcode ( ) : string | Get zipcode | |
isMultiple ( ) : boolean | isMultiple | |
isPriceChange ( ) : boolean | isPriceChange | |
removeMailHistory ( Eccube\Entity\MailHistory $mailHistories ) | Remove MailHistories | |
removeOrderDetail ( |
Remove OrderDetails | |
removeShipping ( |
Remove Shippings | |
setAddr01 ( string $addr01 ) : |
Set addr01 | |
setAddr02 ( string $addr02 ) : |
Set addr02 | |
setBirth ( DateTime $birth ) : |
Set birth | |
setCharge ( string $charge ) : |
Set charge | |
setCommitDate ( DateTime $commitDate ) : |
Set commit_date | |
setCompanyName ( string $companyName ) : |
Set company_name | |
setCountry ( Eccube\Entity\Master\Country $country = null ) : |
Set Country | |
setCreateDate ( DateTime $createDate ) : |
Set create_date | |
setCustomer ( |
Set Customer | |
setCustomerOrderStatus ( Eccube\Entity\Master\CustomerOrderStatus $customerOrderStatus = null ) : |
Set CustomerOrderStatus | |
setDelFlg ( integer $delFlg ) : |
Set del_flg | |
setDeliveryFeeTotal ( string $deliveryFeeTotal ) : |
Set delivery_fee_total | |
setDeviceType ( Eccube\Entity\Master\DeviceType $deviceType = null ) : |
Set DeviceType | |
setDiscount ( string $discount ) : |
Set discount | |
setEmail ( string $email ) : |
Set email | |
setFax01 ( string $fax01 ) : |
Set fax01 | |
setFax02 ( string $fax02 ) : |
Set fax02 | |
setFax03 ( string $fax03 ) : |
Set fax03 | |
setJob ( Eccube\Entity\Master\Job $job = null ) : |
Set Job | |
setKana01 ( string $kana01 ) : |
Set kana01 | |
setKana02 ( string $kana02 ) : |
Set kana02 | |
setMessage ( string $message ) : |
Set message | |
setName01 ( string $name01 ) : |
Set name01 | |
setName02 ( string $name02 ) : |
Set name02 | |
setNote ( string $note ) : |
Set note | |
setOrderDate ( DateTime $orderDate ) : |
Set order_date | |
setOrderStatus ( Eccube\Entity\Master\OrderStatus $orderStatus = null ) : |
Set OrderStatus | |
setOrderStatusColor ( Eccube\Entity\Master\OrderStatusColor $orderStatusColor = null ) : |
Set OrderStatusColor | |
setPayment ( Eccube\Entity\Payment $payment = null ) : |
Set Payment | |
setPaymentDate ( DateTime $paymentDate ) : |
Set payment_date | |
setPaymentMethod ( string $paymentMethod ) : |
Set payment_method | |
setPaymentTotal ( string $paymentTotal ) : |
Set payment_total | |
setPreOrderId ( string $preOrderId ) : |
Set pre_order_id | |
setPref ( Eccube\Entity\Master\Pref $pref = null ) : |
Set Pref | |
setSex ( Eccube\Entity\Master\Sex $sex = null ) : |
Set Sex | |
setSubtotal ( string $subtotal ) : |
Set subtotal | |
setTax ( string $tax ) : |
Set tax | |
setTel01 ( string $tel01 ) : |
Set tel01 | |
setTel02 ( string $tel02 ) : |
Set tel02 | |
setTel03 ( string $tel03 ) : |
Set tel03 | |
setTotal ( string $total ) : |
Set total | |
setUpdateDate ( DateTime $updateDate ) : |
Set update_date | |
setZip01 ( string $zip01 ) : |
Set zip01 | |
setZip02 ( string $zip02 ) : |
Set zip02 | |
setZipcode ( string $zipcode ) : |
Set zipcode |
public __construct ( Eccube\Entity\Master\OrderStatus $orderStatus = null ) | ||
$orderStatus | Eccube\Entity\Master\OrderStatus |
public addMailHistory ( Eccube\Entity\MailHistory $mailHistories ) : |
||
$mailHistories | Eccube\Entity\MailHistory | |
return |
public addOrderDetail ( |
||
$orderDetails | ||
return |
public addShipping ( |
||
$shippings | ||
return |
public calculateSubTotal ( ) : integer | ||
return | integer |
public calculateTotalQuantity ( ) : integer | ||
return | integer |
public calculateTotalTax ( ) : integer | ||
return | integer |
public findShipping ( integer $shippingId ) : |
||
$shippingId | integer | |
return |
public getCountry ( ) : Eccube\Entity\Master\Country | ||
return | Eccube\Entity\Master\Country |
public getCustomerOrderStatus ( ) : Eccube\Entity\Master\CustomerOrderStatus | ||
return | Eccube\Entity\Master\CustomerOrderStatus |
public getDeliveryFeeTotal ( ) : string | ||
return | string |
public getDeviceType ( ) : Eccube\Entity\Master\DeviceType | ||
return | Eccube\Entity\Master\DeviceType |
public getJob ( ) : Eccube\Entity\Master\Job | ||
return | Eccube\Entity\Master\Job |
public getMailHistories ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getOrderDetails ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getOrderStatus ( ) : Eccube\Entity\Master\OrderStatus | ||
return | Eccube\Entity\Master\OrderStatus |
public getOrderStatusColor ( ) : Eccube\Entity\Master\OrderStatusColor | ||
return | Eccube\Entity\Master\OrderStatusColor |
public getPayment ( ) : Eccube\Entity\Payment | ||
return | Eccube\Entity\Payment |
public getPaymentDate ( ) : DateTime | ||
return | DateTime |
public getPaymentMethod ( ) : string | ||
return | string |
public getPref ( ) : Eccube\Entity\Master\Pref | ||
return | Eccube\Entity\Master\Pref |
public getProductTypes ( ) : Eccube\Entity\Master\ProductType[] | ||
return | Eccube\Entity\Master\ProductType[] | 一意な商品種別の配列 |
public getSex ( ) : Eccube\Entity\Master\Sex | ||
return | Eccube\Entity\Master\Sex |
public getShippings ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public removeMailHistory ( Eccube\Entity\MailHistory $mailHistories ) | ||
$mailHistories | Eccube\Entity\MailHistory |
public removeOrderDetail ( |
||
$orderDetails |
public removeShipping ( |
||
$shippings |
public setBirth ( DateTime $birth ) : |
||
$birth | DateTime | |
return |
public setCommitDate ( DateTime $commitDate ) : |
||
$commitDate | DateTime | |
return |
public setCompanyName ( string $companyName ) : |
||
$companyName | string | |
return |
public setCountry ( Eccube\Entity\Master\Country $country = null ) : |
||
$country | Eccube\Entity\Master\Country | |
return |
public setCreateDate ( DateTime $createDate ) : |
||
$createDate | DateTime | |
return |
public setCustomer ( |
||
$customer | ||
return |
public setCustomerOrderStatus ( Eccube\Entity\Master\CustomerOrderStatus $customerOrderStatus = null ) : |
||
$customerOrderStatus | Eccube\Entity\Master\CustomerOrderStatus | |
return |
public setDeliveryFeeTotal ( string $deliveryFeeTotal ) : |
||
$deliveryFeeTotal | string | |
return |
public setDeviceType ( Eccube\Entity\Master\DeviceType $deviceType = null ) : |
||
$deviceType | Eccube\Entity\Master\DeviceType | |
return |
public setDiscount ( string $discount ) : |
||
$discount | string | |
return |
public setJob ( Eccube\Entity\Master\Job $job = null ) : |
||
$job | Eccube\Entity\Master\Job | |
return |
public setMessage ( string $message ) : |
||
$message | string | |
return |
public setOrderDate ( DateTime $orderDate ) : |
||
$orderDate | DateTime | |
return |
public setOrderStatus ( Eccube\Entity\Master\OrderStatus $orderStatus = null ) : |
||
$orderStatus | Eccube\Entity\Master\OrderStatus | |
return |
public setOrderStatusColor ( Eccube\Entity\Master\OrderStatusColor $orderStatusColor = null ) : |
||
$orderStatusColor | Eccube\Entity\Master\OrderStatusColor | |
return |
public setPayment ( Eccube\Entity\Payment $payment = null ) : |
||
$payment | Eccube\Entity\Payment | |
return |
public setPaymentDate ( DateTime $paymentDate ) : |
||
$paymentDate | DateTime | |
return |
public setPaymentMethod ( string $paymentMethod ) : |
||
$paymentMethod | string | |
return |
public setPaymentTotal ( string $paymentTotal ) : |
||
$paymentTotal | string | |
return |
public setPreOrderId ( string $preOrderId ) : |
||
$preOrderId | string | |
return |
public setPref ( Eccube\Entity\Master\Pref $pref = null ) : |
||
$pref | Eccube\Entity\Master\Pref | |
return |
public setSex ( Eccube\Entity\Master\Sex $sex = null ) : |
||
$sex | Eccube\Entity\Master\Sex | |
return |
public setSubtotal ( string $subtotal ) : |
||
$subtotal | string | |
return |
public setUpdateDate ( DateTime $updateDate ) : |
||
$updateDate | DateTime | |
return |
public setZipcode ( string $zipcode ) : |
||
$zipcode | string | |
return |