Customer
class Customer extends AbstractEntity implements UserInterface
Customer
@UniqueEntity("email")
Methods
No description
{@inheritdoc}
{@inheritdoc}
{@inheritdoc}
No description
Constructor
Get id
Get name01
Get name02
Get kana01
Get kana02
Set company_name
Get company_name
Get zip01
Get zip02
Set zipcode
Get addr01
Get addr02
Get email
Get tel01
Get tel02
Get tel03
Get fax01
Get fax02
Get fax03
Set password
Get password
Get salt
Set secret_key
Get secret_key
Get firstbuydate
Get lastbuydate
Set buy_times
Get buy_times
Set buy_total
Get buy_total
Get note
Get Status
Get create_date
Get update_date
Get del_flg
Add CustomerFavoriteProducts
Remove CustomerFavoriteProducts
Get CustomerFavoriteProducts
Get Orders
Get CustomerAddresses
Get Country
Get zipcode
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)
at line 42
string
__toString()
at line 50
getRoles()
{@inheritdoc}
at line 58
getUsername()
{@inheritdoc}
at line 66
eraseCredentials()
{@inheritdoc}
at line 71
static
loadValidatorMetadata(ClassMetadata $metadata)
at line 272
__construct()
Constructor
at line 284
integer
getId()
Get id
at line 295
Customer
setName01(string $name01)
Set name01
at line 307
string
getName01()
Get name01
at line 318
Customer
setName02(string $name02)
Set name02
at line 330
string
getName02()
Get name02
at line 341
Customer
setKana01(string $kana01)
Set kana01
at line 353
string
getKana01()
Get kana01
at line 364
Customer
setKana02(string $kana02)
Set kana02
at line 376
string
getKana02()
Get kana02
at line 387
Customer
setCompanyName(string $companyName)
Set company_name
at line 399
string
getCompanyName()
Get company_name
at line 410
Customer
setZip01(string $zip01)
Set zip01
at line 422
string
getZip01()
Get zip01
at line 433
Customer
setZip02(string $zip02)
Set zip02
at line 445
string
getZip02()
Get zip02
at line 456
Customer
setZipcode(string $zipcode)
Set zipcode
at line 469
Customer
setAddr01(string $addr01)
Set addr01
at line 481
string
getAddr01()
Get addr01
at line 492
Customer
setAddr02(string $addr02)
Set addr02
at line 504
string
getAddr02()
Get addr02
at line 515
Customer
setEmail(string $email)
Set email
at line 527
string
getEmail()
Get email
at line 539
Customer
setTel01(string $tel01)
Set tel01
at line 551
string
getTel01()
Get tel01
at line 562
Customer
setTel02(string $tel02)
Set tel02
at line 574
string
getTel02()
Get tel02
at line 585
Customer
setTel03(string $tel03)
Set tel03
at line 597
string
getTel03()
Get tel03
at line 608
Customer
setFax01(string $fax01)
Set fax01
at line 620
string
getFax01()
Get fax01
at line 631
Customer
setFax02(string $fax02)
Set fax02
at line 643
string
getFax02()
Get fax02
at line 654
Customer
setFax03(string $fax03)
Set fax03
at line 666
string
getFax03()
Get fax03
at line 689
DateTime
getBirth()
Get birth
at line 700
Customer
setPassword(string $password)
Set password
at line 712
string
getPassword()
Get password
at line 723
Customer
setSalt(string $salt)
Set salt
at line 735
string
getSalt()
Get salt
at line 746
Customer
setSecretKey(string $secretKey)
Set secret_key
at line 758
string
getSecretKey()
Get secret_key
at line 781
DateTime
getFirstBuyDate()
Get firstbuydate
at line 804
DateTime
getLastBuyDate()
Get lastbuydate
at line 815
Customer
setBuyTimes(string $buyTimes)
Set buy_times
at line 827
string
getBuyTimes()
Get buy_times
at line 838
Customer
setBuyTotal(string $buyTotal)
Set buy_total
at line 850
string
getBuyTotal()
Get buy_total
at line 861
Customer
setNote(string $note)
Set note
at line 873
string
getNote()
Get note
at line 884
Customer
setStatus(CustomerStatus $status = null)
Set Status
at line 896
CustomerStatus
getStatus()
Get Status
at line 919
DateTime
getCreateDate()
Get create_date
at line 942
DateTime
getUpdateDate()
Get update_date
at line 953
Customer
setDelFlg(integer $delFlg)
Set del_flg
at line 965
integer
getDelFlg()
Get del_flg
at line 976
Customer
addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Add CustomerFavoriteProducts
at line 988
removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Remove CustomerFavoriteProducts
at line 998
Collection
getCustomerFavoriteProducts()
Get CustomerFavoriteProducts
at line 1021
removeOrder(Order $order)
Remove Orders
at line 1031
Collection
getOrders()
Get Orders
at line 1042
Customer
addCustomerAddresses(CustomerAddress $CustomerAddress)
Add CustomerAddress
at line 1054
removeCustomerAddress(CustomerAddress $CustomerAddress)
Remove CustomerAddresses
at line 1064
Collection
getCustomerAddresses()
Get CustomerAddresses
at line 1087
Sex
getSex()
Get Sex
at line 1110
Job
getJob()
Get Job
at line 1133
Country
getCountry()
Get Country
at line 1156
Pref
getPref()
Get Pref
at line 1166
string
getZipcode()
Get zipcode
at line 1177
Customer
addCustomerAddress(CustomerAddress $customerAddresses)
Add CustomerAddresses