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
Set resetKey
Get resetKey
Get resetExpire
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 282
__construct()
Constructor
at line 294
integer
getId()
Get id
at line 305
Customer
setName01(string $name01)
Set name01
at line 317
string
getName01()
Get name01
at line 328
Customer
setName02(string $name02)
Set name02
at line 340
string
getName02()
Get name02
at line 351
Customer
setKana01(string $kana01)
Set kana01
at line 363
string
getKana01()
Get kana01
at line 374
Customer
setKana02(string $kana02)
Set kana02
at line 386
string
getKana02()
Get kana02
at line 397
Customer
setCompanyName(string $companyName)
Set company_name
at line 409
string
getCompanyName()
Get company_name
at line 420
Customer
setZip01(string $zip01)
Set zip01
at line 432
string
getZip01()
Get zip01
at line 443
Customer
setZip02(string $zip02)
Set zip02
at line 455
string
getZip02()
Get zip02
at line 466
Customer
setZipcode(string $zipcode)
Set zipcode
at line 479
Customer
setAddr01(string $addr01)
Set addr01
at line 491
string
getAddr01()
Get addr01
at line 502
Customer
setAddr02(string $addr02)
Set addr02
at line 514
string
getAddr02()
Get addr02
at line 525
Customer
setEmail(string $email)
Set email
at line 537
string
getEmail()
Get email
at line 549
Customer
setTel01(string $tel01)
Set tel01
at line 561
string
getTel01()
Get tel01
at line 572
Customer
setTel02(string $tel02)
Set tel02
at line 584
string
getTel02()
Get tel02
at line 595
Customer
setTel03(string $tel03)
Set tel03
at line 607
string
getTel03()
Get tel03
at line 618
Customer
setFax01(string $fax01)
Set fax01
at line 630
string
getFax01()
Get fax01
at line 641
Customer
setFax02(string $fax02)
Set fax02
at line 653
string
getFax02()
Get fax02
at line 664
Customer
setFax03(string $fax03)
Set fax03
at line 676
string
getFax03()
Get fax03
at line 699
DateTime
getBirth()
Get birth
at line 710
Customer
setPassword(string $password)
Set password
at line 722
string
getPassword()
Get password
at line 733
Customer
setSalt(string $salt)
Set salt
at line 745
string
getSalt()
Get salt
at line 756
Customer
setSecretKey(string $secretKey)
Set secret_key
at line 768
string
getSecretKey()
Get secret_key
at line 791
DateTime
getFirstBuyDate()
Get firstbuydate
at line 814
DateTime
getLastBuyDate()
Get lastbuydate
at line 825
Customer
setBuyTimes(string $buyTimes)
Set buy_times
at line 837
string
getBuyTimes()
Get buy_times
at line 848
Customer
setBuyTotal(string $buyTotal)
Set buy_total
at line 860
string
getBuyTotal()
Get buy_total
at line 871
Customer
setNote(string $note)
Set note
at line 883
string
getNote()
Get note
at line 894
Customer
setResetKey(string $resetKey)
Set resetKey
at line 906
string
getResetKey()
Get resetKey
at line 929
DateTime
getResetExpire()
Get resetExpire
at line 940
Customer
setStatus(CustomerStatus $status = null)
Set Status
at line 952
CustomerStatus
getStatus()
Get Status
at line 975
DateTime
getCreateDate()
Get create_date
at line 998
DateTime
getUpdateDate()
Get update_date
at line 1009
Customer
setDelFlg(integer $delFlg)
Set del_flg
at line 1021
integer
getDelFlg()
Get del_flg
at line 1032
Customer
addCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Add CustomerFavoriteProducts
at line 1044
removeCustomerFavoriteProduct(CustomerFavoriteProduct $customerFavoriteProducts)
Remove CustomerFavoriteProducts
at line 1054
Collection
getCustomerFavoriteProducts()
Get CustomerFavoriteProducts
at line 1077
removeOrder(Order $order)
Remove Orders
at line 1087
Collection
getOrders()
Get Orders
at line 1098
Customer
addCustomerAddresses(CustomerAddress $CustomerAddress)
Add CustomerAddress
at line 1110
removeCustomerAddress(CustomerAddress $CustomerAddress)
Remove CustomerAddresses
at line 1120
Collection
getCustomerAddresses()
Get CustomerAddresses
at line 1143
Sex
getSex()
Get Sex
at line 1166
Job
getJob()
Get Job
at line 1189
Country
getCountry()
Get Country
at line 1212
Pref
getPref()
Get Pref
at line 1222
string
getZipcode()
Get zipcode
at line 1233
Customer
addCustomerAddress(CustomerAddress $customerAddresses)
Add CustomerAddresses