org.kuali.rice.shareddata.impl.country
Class CountryServiceImpl
java.lang.Object
org.kuali.rice.shareddata.impl.country.CountryServiceImpl
- All Implemented Interfaces:
- org.kuali.rice.shareddata.api.country.CountryService
public final class CountryServiceImpl
- extends Object
- implements org.kuali.rice.shareddata.api.country.CountryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountryServiceImpl
public CountryServiceImpl()
getCountry
public org.kuali.rice.shareddata.api.country.Country getCountry(String code)
- Specified by:
getCountry
in interface org.kuali.rice.shareddata.api.country.CountryService
getCountryByAlternateCode
public org.kuali.rice.shareddata.api.country.Country getCountryByAlternateCode(String alternateCode)
- Specified by:
getCountryByAlternateCode
in interface org.kuali.rice.shareddata.api.country.CountryService
findAllCountriesNotRestricted
public List<org.kuali.rice.shareddata.api.country.Country> findAllCountriesNotRestricted()
- Specified by:
findAllCountriesNotRestricted
in interface org.kuali.rice.shareddata.api.country.CountryService
findAllCountries
public List<org.kuali.rice.shareddata.api.country.Country> findAllCountries()
- Specified by:
findAllCountries
in interface org.kuali.rice.shareddata.api.country.CountryService
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
- Sets the businessObjectServiceMockFor attribute value.
- Parameters:
businessObjectService
- The businessObjectServiceMockFor to set.
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.