org.kuali.rice.shareddata.impl.country
Class CountryServiceImpl

java.lang.Object
  extended by 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


Constructor Summary
CountryServiceImpl()
           
 
Method Summary
 List<org.kuali.rice.shareddata.api.country.Country> findAllCountries()
           
 List<org.kuali.rice.shareddata.api.country.Country> findAllCountriesNotRestricted()
           
 org.kuali.rice.shareddata.api.country.Country getCountry(String code)
           
 org.kuali.rice.shareddata.api.country.Country getCountryByAlternateCode(String alternateCode)
           
 void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
          Sets the businessObjectServiceMockFor attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountryServiceImpl

public CountryServiceImpl()
Method Detail

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.