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 AddressBlockInterface

Value Object.

Interface AddressBlockInterface

Stores all customer address data.

Direct known implementers

AddressBlock, CustomerAddressInterface

Indirect known implementers

CustomerAddress

Package: Customer\Interfaces
Category: System
Located at CoreServices/Customer/Interfaces/ValueObjects/AddressBlockInterface.inc.php

Methods summary

public CustomerGenderInterface
# getGender( )

Returns the customer's gender.

Returns the customer's gender.

Returns

CustomerGenderInterface
Customer's gender.
public CustomerFirstnameInterface
# getFirstname( )

Returns the customer's first name.

Returns the customer's first name.

Returns

CustomerFirstnameInterface
Customer's first name.
public CustomerLastnameInterface
# getLastname( )

Returns the customer's last name.

Returns the customer's last name.

Returns

CustomerLastnameInterface
Customer's last name.
public CustomerCompanyInterface
# getCompany( )

Returns the customer's company.

Returns the customer's company.

Returns

CustomerCompanyInterface
Customer's company.
public CustomerB2BStatusInterface
# getB2BStatus( )

Returns the customer's B2B status.

Returns the customer's B2B status.

Returns

CustomerB2BStatusInterface
Customer's B2B status.
public CustomerStreetInterface
# getStreet( )

Returns the customer's street.

Returns the customer's street.

Returns

CustomerStreetInterface
Customer's street.
public CustomerSuburbInterface
# getSuburb( )

Returns the customer's suburb.

Returns the customer's suburb.

Returns

CustomerSuburbInterface
Customer's suburb.
public CustomerPostcodeInterface
# getPostcode( )

Returns the customer's postcode.

Returns the customer's postcode.

Returns

CustomerPostcodeInterface
Customer's postcode.
public CustomerCityInterface
# getCity( )

Returns the customer's city.

Returns the customer's city.

Returns

CustomerCityInterface
Customer's city.
public CustomerCountryInterface
# getCountry( )

Returns the customer's country.

Returns the customer's country.

Returns

CustomerCountryInterface
Customer's country.
public CustomerCountryZoneInterface
# getCountryZone( )

Returns the customer's country zone.

Returns the customer's country zone.

Returns

CustomerCountryZoneInterface
Customer's country zone.
API documentation generated by ApiGen