Interface CustomerCountryRepositoryInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
findById(\IdType $countryId) : \CustomerCountry|null
findByName(\CustomerCountryNameInterface $countryName) : \CustomerCountry
getById(\IdType $countryId) : \CustomerCountryInterface
getByName(\CustomerCountryNameInterface $countryName) : \CustomerCountry
| throws |
If the country could not be found. |
|---|
\CustomerCountryNameInterface
\CustomerCountry