메소드 |
설명 |
|
__construct ( ) |
Constructor |
|
__toString ( ) : string |
|
|
addCustomerAddress ( CustomerAddress $customerAddresses ) : Customer |
Add CustomerAddresses |
|
addCustomerAddresses ( CustomerAddress $CustomerAddress ) : Customer |
Add CustomerAddress |
|
addCustomerFavoriteProduct ( Eccube\Entity\CustomerFavoriteProduct $customerFavoriteProducts ) : Customer |
Add CustomerFavoriteProducts |
|
addOrder ( Order $order ) : Customer |
Add Orders |
|
eraseCredentials ( ) |
|
|
getAddr01 ( ) : string |
Get addr01 |
|
getAddr02 ( ) : string |
Get addr02 |
|
getBirth ( ) : DateTime |
Get birth |
|
getBuyTimes ( ) : string |
Get buy_times |
|
getBuyTotal ( ) : string |
Get buy_total |
|
getCompanyName ( ) : string |
Get company_name |
|
getCountry ( ) : Eccube\Entity\Master\Country |
Get Country |
|
getCreateDate ( ) : DateTime |
Get create_date |
|
getCustomerAddresses ( ) : Doctrine\Common\Collections\Collection |
Get CustomerAddresses |
|
getCustomerFavoriteProducts ( ) : Doctrine\Common\Collections\Collection |
Get CustomerFavoriteProducts |
|
getDelFlg ( ) : integer |
Get del_flg |
|
getEmail ( ) : string |
Get email |
|
getFax01 ( ) : string |
Get fax01 |
|
getFax02 ( ) : string |
Get fax02 |
|
getFax03 ( ) : string |
Get fax03 |
|
getFirstBuyDate ( ) : DateTime |
Get first_buy_date |
|
getId ( ) : integer |
Get id |
|
getJob ( ) : Eccube\Entity\Master\Job |
Get Job |
|
getKana01 ( ) : string |
Get kana01 |
|
getKana02 ( ) : string |
Get kana02 |
|
getLastBuyDate ( ) : DateTime |
Get last_buy_date |
|
getName01 ( ) : string |
Get name01 |
|
getName02 ( ) : string |
Get name02 |
|
getNote ( ) : string |
Get note |
|
getOrders ( ) : Doctrine\Common\Collections\Collection |
Get Orders |
|
getPassword ( ) : string |
Get password |
|
getPref ( ) : Eccube\Entity\Master\Pref |
Get Pref |
|
getResetExpire ( ) : DateTime |
Get resetExpire |
|
getResetKey ( ) : string |
Get resetKey |
|
getRoles ( ) |
|
|
getSalt ( ) : string |
Get salt |
|
getSecretKey ( ) : string |
Get secret_key |
|
getSex ( ) : Eccube\Entity\Master\Sex |
Get Sex |
|
getStatus ( ) : Eccube\Entity\Master\CustomerStatus |
Get Status |
|
getTel01 ( ) : string |
Get tel01 |
|
getTel02 ( ) : string |
Get tel02 |
|
getTel03 ( ) : string |
Get tel03 |
|
getUpdateDate ( ) : DateTime |
Get update_date |
|
getUsername ( ) |
|
|
getZip01 ( ) : string |
Get zip01 |
|
getZip02 ( ) : string |
Get zip02 |
|
getZipcode ( ) : string |
Get zipcode |
|
loadValidatorMetadata ( Symfony\Component\Validator\Mapping\ClassMetadata $metadata ) |
TODO: できればFormTypeで行いたい |
|
removeCustomerAddress ( CustomerAddress $CustomerAddress ) |
Remove CustomerAddresses |
|
removeCustomerFavoriteProduct ( Eccube\Entity\CustomerFavoriteProduct $customerFavoriteProducts ) |
Remove CustomerFavoriteProducts |
|
removeOrder ( Order $order ) |
Remove Orders |
|
setAddr01 ( string $addr01 ) : Customer |
Set addr01 |
|
setAddr02 ( string $addr02 ) : Customer |
Set addr02 |
|
setBirth ( DateTime $birth ) : Customer |
Set birth |
|
setBuyTimes ( string $buyTimes ) : Customer |
Set buy_times |
|
setBuyTotal ( string $buyTotal ) : Customer |
Set buy_total |
|
setCompanyName ( string $companyName ) : Customer |
Set company_name |
|
setCountry ( Eccube\Entity\Master\Country $country = null ) : Customer |
Set Country |
|
setCreateDate ( DateTime $createDate ) : Customer |
Set create_date |
|
setDelFlg ( integer $delFlg ) : Customer |
Set del_flg |
|
setEmail ( string $email ) : Customer |
Set email |
|
setFax01 ( string $fax01 ) : Customer |
Set fax01 |
|
setFax02 ( string $fax02 ) : Customer |
Set fax02 |
|
setFax03 ( string $fax03 ) : Customer |
Set fax03 |
|
setFirstBuyDate ( DateTime $firstBuyDate ) : Customer |
Set first_buy_date |
|
setJob ( Eccube\Entity\Master\Job $job = null ) : Customer |
Set Job |
|
setKana01 ( string $kana01 ) : Customer |
Set kana01 |
|
setKana02 ( string $kana02 ) : Customer |
Set kana02 |
|
setLastBuyDate ( DateTime $lastBuyDate ) : Customer |
Set last_buy_date |
|
setName01 ( string $name01 ) : Customer |
Set name01 |
|
setName02 ( string $name02 ) : Customer |
Set name02 |
|
setNote ( string $note ) : Customer |
Set note |
|
setPassword ( string $password ) : Customer |
Set password |
|
setPref ( Eccube\Entity\Master\Pref $pref = null ) : Customer |
Set Pref |
|
setResetExpire ( DateTime $resetExpire ) : Customer |
Set resetExpire |
|
setResetKey ( string $resetKey ) : Customer |
Set resetKey |
|
setSalt ( string $salt ) : Customer |
Set salt |
|
setSecretKey ( string $secretKey ) : Customer |
Set secret_key |
|
setSex ( Eccube\Entity\Master\Sex $sex = null ) : Customer |
Set Sex |
|
setStatus ( Eccube\Entity\Master\CustomerStatus $status = null ) : Customer |
Set Status |
|
setTel01 ( string $tel01 ) : Customer |
Set tel01 |
|
setTel02 ( string $tel02 ) : Customer |
Set tel02 |
|
setTel03 ( string $tel03 ) : Customer |
Set tel03 |
|
setUpdateDate ( DateTime $updateDate ) : Customer |
Set update_date |
|
setZip01 ( string $zip01 ) : Customer |
Set zip01 |
|
setZip02 ( string $zip02 ) : Customer |
Set zip02 |
|
setZipcode ( string $zipcode ) : Customer |
Set zipcode |
|