Interface CustomerReaderInterface

Interface CustomerReaderInterface

Direct known implementers

CustomerReader

Methods summary

public findById( IdType $id ) : Customer|null

Finds a customer by the given ID.

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.