Interface CustomerCountryReaderInterface
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
Interfaces |
findById(\IdType $countryId) : \CustomerCountry
| throws |
if $p_countryId is not a valid ID if country not found |
|---|
\IdType
\CustomerCountry
findByName( $countryName) : \CustomerCountry|null