Interface CustomerReaderInterface
Interface CustomerReaderInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at Services/Core/Customer/Interfaces/CustomerReaderInterface.inc.php
Category: System
Located at Services/Core/Customer/Interfaces/CustomerReaderInterface.inc.php
Methods summary
public
findRegistreeByEmail( CustomerEmailInterface $email )
: Customer|null
Finds a registree by email address.
public
findGuestByEmail( CustomerEmailInterface $email )
: Customer|null
Finds a guest by email address.
public
getFilterCustomersCount( array $conditions = [] )
: integer
Filters customer records and returns the total count.