Class CustomerCountryRepository
This class provides basic methods for finding customer country data
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Country |
| implements |
CustomerCountryRepositoryInterface |
__construct(\CustomerCountryReader $customerCountryReader)
findById(\IdType $countryId) : \CustomerCountry|null
findByName(\CustomerCountryNameInterface $countryName) : \CustomerCountryInterface
getById(\IdType $countryId) : \CustomerCountry
getByName(\CustomerCountryNameInterface $countryName) : \CustomerCountry
| throws |
If the country could not be found. |
|---|
\CustomerCountryNameInterface
\CustomerCountry
customerCountryReader : \CustomerCountryReaderInterface