PHP 인터페이스 Sulu\Bundle\ContactBundle\Entity\AccountInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
addAccountAddress ( AccountAddress $accountAddresses ) : Account Add accountAddresses.
addAccountContact ( AccountContact $accountContacts ) : Account Add accountContacts.
addBankAccount ( BankAccount $bankAccounts ) : Account Add bankAccounts.
addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) : Account Add categories.
addChild ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $child ) : Account Add children.
addEmail ( Email $emails ) : Account Add emails.
addFax ( Fax $faxes ) : Account Add faxes.
addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : Account Add media.
addNote ( Note $notes ) : Account Add notes.
addPhone ( Phone $phones ) : Account Add phones.
addTag ( Tag $tags ) : Account Add tags.
addUrl ( Url $urls ) : Account Add urls.
getAccountAddresses ( ) : Doctrine\Common\Collections\Collection Get accountAddresses.
getAccountContacts ( ) : Doctrine\Common\Collections\Collection Get accountContacts.
getBankAccounts ( ) : Doctrine\Common\Collections\Collection Get bankAccounts.
getCategories ( ) : Doctrine\Common\Collections\Collection Get categories.
getChanged ( ) : DateTime
getChanger ( ) : mixed
getChildren ( ) : Doctrine\Common\Collections\Collection Get children.
getContacts ( ) : Doctrine\Common\Collections\Collection Get contacts.
getCorporation ( ) : string Get corporation.
getCreated ( ) : DateTime
getCreator ( ) : mixed
getDepth ( ) : integer Get depth.
getEmails ( ) : Doctrine\Common\Collections\Collection Get emails.
getExternalId ( ) : string Get externalId.
getFaxes ( ) : Doctrine\Common\Collections\Collection Get faxes.
getId ( ) : integer Get id.
getLft ( ) : integer Get lft.
getLogo ( ) : Media Get logo.
getMainAddress ( ) : mixed Returns the main address.
getMainContact ( ) : Contact
getMainEmail ( ) : string Get mainEmail.
getMainFax ( ) : string Get mainFax.
getMainPhone ( ) : string Get mainPhone.
getMainUrl ( ) : string Get mainUrl.
getMedias ( ) : Doctrine\Common\Collections\Collection Get medias.
getName ( ) : string Get name.
getNotes ( ) : Doctrine\Common\Collections\Collection Get notes.
getNumber ( ) : string Get number.
getParent ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Get parent.
getPhones ( ) : Doctrine\Common\Collections\Collection Get phones.
getPlaceOfJurisdiction ( ) : string Get placeOfJurisdiction.
getRegisterNumber ( ) : string Get registerNumber.
getRgt ( ) : integer Get rgt.
getTags ( ) : Doctrine\Common\Collections\Collection Get tags.
getUid ( ) : string Get uid.
getUrls ( ) : Doctrine\Common\Collections\Collection Get urls.
removeAccountAddress ( AccountAddress $accountAddresses ) Remove accountAddresses.
removeAccountContact ( AccountContact $accountContacts ) Remove accountContacts.
removeBankAccount ( BankAccount $bankAccounts ) Remove bankAccounts.
removeCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) Remove categories.
removeChild ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $child ) Remove children.
removeEmail ( Email $emails ) Remove emails.
removeFax ( Fax $faxes ) Remove faxes.
removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) Remove media.
removeNote ( Note $notes ) Remove notes.
removePhone ( Phone $phones ) Remove phones.
removeTag ( Tag $tags ) Remove tags.
removeUrl ( Url $urls ) Remove urls.
setChanged ( DateTime $changed )
setChanger ( mixed $changer )
setCorporation ( string $corporation ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set corporation.
setCreated ( DateTime $created )
setCreator ( mixed $creator )
setDepth ( integer $depth ) : Account Set depth.
setExternalId ( string $externalId ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set externalId.
setLft ( integer $lft ) : Account Set lft.
setLogo ( Media $logo ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set logo.
setMainContact ( Contact $mainContact )
setMainEmail ( string $mainEmail ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set mainEmail.
setMainFax ( string $mainFax ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set mainFax.
setMainPhone ( string $mainPhone ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set mainPhone.
setMainUrl ( string $mainUrl ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set mainUrl.
setName ( string $name ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set name.
setNumber ( string $number ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set number.
setParent ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $parent = null ) : Account Set parent.
setPlaceOfJurisdiction ( string $placeOfJurisdiction ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set placeOfJurisdiction.
setRegisterNumber ( string $registerNumber ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set registerNumber.
setRgt ( integer $rgt ) : Account Set rgt.
setUid ( string $uid ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Set uid.

메소드 상세

addAccountAddress() 공개 메소드

Add accountAddresses.
public addAccountAddress ( AccountAddress $accountAddresses ) : Account
$accountAddresses AccountAddress
리턴 Account

addAccountContact() 공개 메소드

Add accountContacts.
public addAccountContact ( AccountContact $accountContacts ) : Account
$accountContacts AccountContact
리턴 Account

addBankAccount() 공개 메소드

Add bankAccounts.
public addBankAccount ( BankAccount $bankAccounts ) : Account
$bankAccounts BankAccount
리턴 Account

addCategory() 공개 메소드

Add categories.
public addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) : Account
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface
리턴 Account

addChild() 공개 메소드

Add children.
public addChild ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $child ) : Account
$child Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 Account

addEmail() 공개 메소드

Add emails.
public addEmail ( Email $emails ) : Account
$emails Email
리턴 Account

addFax() 공개 메소드

Add faxes.
public addFax ( Fax $faxes ) : Account
$faxes Fax
리턴 Account

addMedia() 공개 메소드

Add media.
public addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : Account
$media Sulu\Bundle\MediaBundle\Entity\MediaInterface
리턴 Account

addNote() 공개 메소드

Add notes.
public addNote ( Note $notes ) : Account
$notes Note
리턴 Account

addPhone() 공개 메소드

Add phones.
public addPhone ( Phone $phones ) : Account
$phones Phone
리턴 Account

addTag() 공개 메소드

Add tags.
public addTag ( Tag $tags ) : Account
$tags Sulu\Bundle\TagBundle\Entity\Tag
리턴 Account

addUrl() 공개 메소드

Add urls.
public addUrl ( Url $urls ) : Account
$urls Url
리턴 Account

getAccountAddresses() 공개 메소드

Get accountAddresses.
public getAccountAddresses ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getAccountContacts() 공개 메소드

Get accountContacts.
public getAccountContacts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getBankAccounts() 공개 메소드

Get bankAccounts.
public getBankAccounts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getCategories() 공개 메소드

Get categories.
public getCategories ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getChanged() 공개 메소드

public getChanged ( ) : DateTime
리턴 DateTime

getChanger() 공개 메소드

public getChanger ( ) : mixed
리턴 mixed

getChildren() 공개 메소드

Get children.
public getChildren ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getContacts() 공개 메소드

Get contacts.
public getContacts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getCorporation() 공개 메소드

Get corporation.
public getCorporation ( ) : string
리턴 string

getCreated() 공개 메소드

public getCreated ( ) : DateTime
리턴 DateTime

getCreator() 공개 메소드

public getCreator ( ) : mixed
리턴 mixed

getDepth() 공개 메소드

Get depth.
public getDepth ( ) : integer
리턴 integer

getEmails() 공개 메소드

Get emails.
public getEmails ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getExternalId() 공개 메소드

Get externalId.
public getExternalId ( ) : string
리턴 string

getFaxes() 공개 메소드

Get faxes.
public getFaxes ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getLft() 공개 메소드

Get lft.
public getLft ( ) : integer
리턴 integer

getMainAddress() 공개 메소드

Returns the main address.
public getMainAddress ( ) : mixed
리턴 mixed

getMainContact() 공개 메소드

public getMainContact ( ) : Contact
리턴 Contact

getMainEmail() 공개 메소드

Get mainEmail.
public getMainEmail ( ) : string
리턴 string

getMainFax() 공개 메소드

Get mainFax.
public getMainFax ( ) : string
리턴 string

getMainPhone() 공개 메소드

Get mainPhone.
public getMainPhone ( ) : string
리턴 string

getMainUrl() 공개 메소드

Get mainUrl.
public getMainUrl ( ) : string
리턴 string

getMedias() 공개 메소드

Get medias.
public getMedias ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getName() 공개 메소드

Get name.
public getName ( ) : string
리턴 string

getNotes() 공개 메소드

Get notes.
public getNotes ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getNumber() 공개 메소드

Get number.
public getNumber ( ) : string
리턴 string

getParent() 공개 메소드

Get parent.
public getParent ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

getPhones() 공개 메소드

Get phones.
public getPhones ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getPlaceOfJurisdiction() 공개 메소드

Get placeOfJurisdiction.
public getPlaceOfJurisdiction ( ) : string
리턴 string

getRegisterNumber() 공개 메소드

Get registerNumber.
public getRegisterNumber ( ) : string
리턴 string

getRgt() 공개 메소드

Get rgt.
public getRgt ( ) : integer
리턴 integer

getTags() 공개 메소드

Get tags.
public getTags ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getUid() 공개 메소드

Get uid.
public getUid ( ) : string
리턴 string

getUrls() 공개 메소드

Get urls.
public getUrls ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

removeAccountAddress() 공개 메소드

Remove accountAddresses.
public removeAccountAddress ( AccountAddress $accountAddresses )
$accountAddresses AccountAddress

removeAccountContact() 공개 메소드

Remove accountContacts.
public removeAccountContact ( AccountContact $accountContacts )
$accountContacts AccountContact

removeBankAccount() 공개 메소드

Remove bankAccounts.
public removeBankAccount ( BankAccount $bankAccounts )
$bankAccounts BankAccount

removeCategory() 공개 메소드

Remove categories.
public removeCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category )
$category Sulu\Bundle\CategoryBundle\Entity\CategoryInterface

removeChild() 공개 메소드

Remove children.
public removeChild ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $child )
$child Sulu\Bundle\ContactBundle\Entity\AccountInterface

removeEmail() 공개 메소드

Remove emails.
public removeEmail ( Email $emails )
$emails Email

removeFax() 공개 메소드

Remove faxes.
public removeFax ( Fax $faxes )
$faxes Fax

removeMedia() 공개 메소드

Remove media.
public removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media )
$media Sulu\Bundle\MediaBundle\Entity\MediaInterface

removeNote() 공개 메소드

Remove notes.
public removeNote ( Note $notes )
$notes Note

removePhone() 공개 메소드

Remove phones.
public removePhone ( Phone $phones )
$phones Phone

removeTag() 공개 메소드

Remove tags.
public removeTag ( Tag $tags )
$tags Sulu\Bundle\TagBundle\Entity\Tag

removeUrl() 공개 메소드

Remove urls.
public removeUrl ( Url $urls )
$urls Url

setChanged() 공개 메소드

public setChanged ( DateTime $changed )
$changed DateTime

setChanger() 공개 메소드

public setChanger ( mixed $changer )
$changer mixed

setCorporation() 공개 메소드

Set corporation.
public setCorporation ( string $corporation ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$corporation string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setCreated() 공개 메소드

public setCreated ( DateTime $created )
$created DateTime

setCreator() 공개 메소드

public setCreator ( mixed $creator )
$creator mixed

setDepth() 공개 메소드

Set depth.
public setDepth ( integer $depth ) : Account
$depth integer
리턴 Account

setExternalId() 공개 메소드

Set externalId.
public setExternalId ( string $externalId ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$externalId string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setLft() 공개 메소드

Set lft.
public setLft ( integer $lft ) : Account
$lft integer
리턴 Account

setMainContact() 공개 메소드

public setMainContact ( Contact $mainContact )
$mainContact Contact

setMainEmail() 공개 메소드

Set mainEmail.
public setMainEmail ( string $mainEmail ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$mainEmail string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setMainFax() 공개 메소드

Set mainFax.
public setMainFax ( string $mainFax ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$mainFax string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setMainPhone() 공개 메소드

Set mainPhone.
public setMainPhone ( string $mainPhone ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$mainPhone string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setMainUrl() 공개 메소드

Set mainUrl.
public setMainUrl ( string $mainUrl ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$mainUrl string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setName() 공개 메소드

Set name.
public setName ( string $name ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$name string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setNumber() 공개 메소드

Set number.
public setNumber ( string $number ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$number string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setParent() 공개 메소드

Set parent.
public setParent ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $parent = null ) : Account
$parent Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 Account

setPlaceOfJurisdiction() 공개 메소드

Set placeOfJurisdiction.
public setPlaceOfJurisdiction ( string $placeOfJurisdiction ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$placeOfJurisdiction string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setRegisterNumber() 공개 메소드

Set registerNumber.
public setRegisterNumber ( string $registerNumber ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$registerNumber string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

setRgt() 공개 메소드

Set rgt.
public setRgt ( integer $rgt ) : Account
$rgt integer
리턴 Account

setUid() 공개 메소드

Set uid.
public setUid ( string $uid ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
$uid string
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface