Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractCreateAccountProcess
  • CreateAccountProcess
  • CustomerInputToCollectionTransformer

Exceptions

  • InvalidCustomerDataException

Class AbstractCreateAccountProcess

Class AbstractCreateAccountProcess

Direct known subclasses

CreateAccountProcess

Abstract
Package: Extensions\Customers
Category: System
Located at Extensions/Customers/AbstractCreateAccountProcess.inc.php

Methods summary

public
# __construct( CustomerWriteServiceInterface $customerWriteService, CountryServiceInterface $countryService, AbstractCreateAccountProcess::$econda $econda = null )

Parameters

$customerWriteService
$countryService
$econda
public
# proceedRegistree( KeyValueCollection $customerCollection, GMLogoManager $logoManager )

Parameters

$customerCollection
$logoManager

Throws

InvalidCustomerDataException
public
# proceedGuest( KeyValueCollection $customerCollection )

Parameters

$customerCollection

Throws

InvalidCustomerDataException
abstract protected
# _validateRegistree( )

Throws

InvalidCustomerDataException
abstract protected
# _validateGuest( )

Throws

InvalidCustomerDataException
abstract protected
# _saveRegistree( )
abstract protected
# _saveGuest( )
abstract protected
# _login( )
abstract protected
# _proceedVoucher( )
abstract protected
# _proceedTracking( )
abstract protected
# _proceedMail( GMLogoManager $logoManager )

Parameters

$logoManager

Properties summary

protected KeyValueCollection $customerCollection

$customerCollection

$customerCollection

#
protected CustomerService $customerWriteService

$customerWriteService

$customerWriteService

#
protected CountryService $countryService

$countryService

$countryService

#
protected AbstractCreateAccountProcess::$econda $econda

$econda

$econda

Deprecated

econda will be removed in the near future
#
API documentation generated by ApiGen