Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractCustomerFactory

Interfaces

  • AddressBlockInterface
  • AddressBookServiceInterface
  • AddressClassInterface
  • CountryServiceInterface
  • CustomerAccountInputValidatorInterface
  • CustomerAddressDeleterInterface
  • CustomerAddressInputValidatorInterface
  • CustomerAddressInterface
  • CustomerAddressReaderInterface
  • CustomerAddressRepositoryInterface
  • CustomerAddressWriterInterface
  • CustomerB2BStatusInterface
  • CustomerCallNumberInterface
  • CustomerCityInterface
  • CustomerCompanyInterface
  • CustomerCountryInterface
  • CustomerCountryIso2Interface
  • CustomerCountryIso3Interface
  • CustomerCountryNameInterface
  • CustomerCountryReaderInterface
  • CustomerCountryRepositoryInterface
  • CustomerCountryZoneInterface
  • CustomerCountryZoneIsoCodeInterface
  • CustomerCountryZoneNameInterface
  • CustomerCountryZoneReaderInterface
  • CustomerCountryZoneRepositoryInterface
  • CustomerDeleterInterface
  • CustomerEmailInterface
  • CustomerFirstnameInterface
  • CustomerGenderInterface
  • CustomerInputValidatorInterface
  • CustomerInputValidatorSettingsInterface
  • CustomerInterface
  • CustomerLastnameInterface
  • CustomerNumberInterface
  • CustomerPasswordInterface
  • CustomerPostcodeInterface
  • CustomerReaderInterface
  • CustomerReadServiceInterface
  • CustomerRegistrationInputValidatorServiceInterface
  • CustomerRepositoryInterface
  • CustomerServiceInterface
  • CustomerServiceSettingsInterface
  • CustomerStreetInterface
  • CustomerSuburbInterface
  • CustomerVatNumberInterface
  • CustomerWriterInterface
  • CustomerWriteServiceInterface
  • VatNumberValidatorInterface

Interface CustomerAddressRepositoryInterface

Interface CustomerAddressRepositoryInterface

Direct known implementers

CustomerAddressRepository

Package: Customer\Interfaces
Category: System
Located at CoreServices/Address/Interfaces/CustomerAddressRepositoryInterface.inc.php

Methods summary

public
# deleteCustomerAddressesByCustomer( CustomerInterface $customer )

Method to delete all customers addresses with a given customer

Method to delete all customers addresses with a given customer

Parameters

$customer
public array
# getCustomerAddresses( CustomerInterface $customer )

Method to get all customers addresses

Method to get all customers addresses

Parameters

$customer

Returns

array
of CustomerAddress objects
public CustomerAddressInterface
# store( CustomerAddressInterface $address )

Method to store the customer address

Method to store the customer address

Parameters

$address

Returns

CustomerAddressInterface
public
# deleteCustomerAddress( CustomerAddressInterface $address )

Method to delete a customer address

Method to delete a customer address

Parameters

$address
public CustomerAddress
# getById( IdType $addressBookId )

Method to get a customer address with a given ID

Method to get a customer address with a given ID

Parameters

$addressBookId

Returns

CustomerAddress
public CustomerAddress|null
# findById( IdType $addressBookId )

Method to find a customer address with a given ID it it exists else it will return null

Method to find a customer address with a given ID it it exists else it will return null

Parameters

$addressBookId

Returns

CustomerAddress|null
API documentation generated by ApiGen