PHP Interface WellCommerce\Bundle\ClientBundle\Entity\ClientInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\EntityInterface, extends Serializable, extends Symfony\Component\Security\Core\User\UserInterface, extends Symfony\Component\Security\Core\User\EquatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface, extends WellCommerce\Bundle\ClientBundle\Entity\ClientGroupAwareInterface, extends WellCommerce\Bundle\ShopBundle\Entity\ShopAwareInterface
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
getOrders ( ) : Doctrine\Common\Collections\Collection
getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
getWishlist ( ) : Doctrine\Common\Collections\Collection
setBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $billingAddress )
setClientDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface $clientDetails )
setContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $contactDetails )
setShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $shippingAddress )

Method Details

getBillingAddress() public method

public getBillingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

getClientDetails() public method

public getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

getContactDetails() public method

public getContactDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

getOrders() public method

public getOrders ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getShippingAddress() public method

public getShippingAddress ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface

getWishlist() public method

public getWishlist ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

setBillingAddress() public method

public setBillingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface $billingAddress )
$billingAddress WellCommerce\Bundle\ClientBundle\Entity\ClientBillingAddressInterface

setClientDetails() public method

public setClientDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface $clientDetails )
$clientDetails WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

setContactDetails() public method

public setContactDetails ( WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface $contactDetails )
$contactDetails WellCommerce\Bundle\ClientBundle\Entity\ClientContactDetailsInterface

setShippingAddress() public method

public setShippingAddress ( WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface $shippingAddress )
$shippingAddress WellCommerce\Bundle\ClientBundle\Entity\ClientShippingAddressInterface