Interface CustomerCountryRepositoryInterface
category |
System |
---|---|
package |
Customer |
subpackage |
Interfaces |
findById(\IdType $countryId) : \CustomerCountry|null
findByIso2(\CustomerCountryIso2Interface $countryIso2) : \CustomerCountry|null
findByName(\CustomerCountryNameInterface $countryName) : \CustomerCountry
getById(\IdType $countryId) : \CustomerCountryInterface
getByIso2(\CustomerCountryIso2Interface $countryIso2) : \CustomerCountry
Throws |
|
---|
\CustomerCountryIso2Interface
\CustomerCountry
getByName(\CustomerCountryNameInterface $countryName) : \CustomerCountry
Throws |
|
---|
\CustomerCountryNameInterface
\CustomerCountry