Class CountryServiceImpl
java.lang.Object
org.kuali.rice.location.impl.country.CountryServiceImpl
- All Implemented Interfaces:
CountryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCountries(QueryByCriteria queryByCriteria) getCountry(String code) getCountryByAlternateCode(String alternateCode) voidsetDataObjectService(DataObjectService dataObjectService) voidsetParameterService(ParameterService parameterService)
-
Constructor Details
-
CountryServiceImpl
public CountryServiceImpl()
-
-
Method Details
-
getCountry
- Specified by:
getCountryin interfaceCountryService
-
getCountryByAlternateCode
- Specified by:
getCountryByAlternateCodein interfaceCountryService
-
findAllCountriesNotRestricted
- Specified by:
findAllCountriesNotRestrictedin interfaceCountryService
-
findAllCountries
- Specified by:
findAllCountriesin interfaceCountryService
-
getDefaultCountry
- Specified by:
getDefaultCountryin interfaceCountryService
-
findCountries
public CountryQueryResults findCountries(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException - Specified by:
findCountriesin interfaceCountryService- Throws:
RiceIllegalArgumentException
-
getParameterService
-
setParameterService
-
getDataObjectService
-
setDataObjectService
-