Uses of Class
org.kuali.rice.location.api.country.Country

Packages that use Country
org.kuali.rice.location.api.country Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.location.framework.country   
org.kuali.rice.location.impl.country   
 

Uses of Country in org.kuali.rice.location.api.country
 

Methods in org.kuali.rice.location.api.country that return Country
 Country Country.Builder.build()
           
 Country CountryService.getCountry(String code)
          Lookup a country object based on the given country code.
 Country CountryService.getCountryByAlternateCode(String alternateCode)
          Get a country object based on an alternate country code
 Country CountryService.getDefaultCountry()
          Returns the system default country.
 

Methods in org.kuali.rice.location.api.country that return types with arguments of type Country
 List<Country> CountryService.findAllCountries()
          Returns all Countries
 List<Country> CountryService.findAllCountriesNotRestricted()
          Returns all Countries that are not restricted.
 List<Country> CountryQueryResults.getResults()
           
 

Uses of Country in org.kuali.rice.location.framework.country
 

Methods in org.kuali.rice.location.framework.country that return Country
protected  Country AbstractCountryValuesFinderBase.getDefaultCountry()
          Returns the default country to use for this values finder.
 

Methods in org.kuali.rice.location.framework.country that return types with arguments of type Country
protected  List<Country> CountryValuesFinder.retrieveCountriesForValuesFinder()
          Returns all countries, regardless of active status or restricted status
protected  List<Country> CountryNotRestrictedValuesFinder.retrieveCountriesForValuesFinder()
          Returns all non-restricted countries, regardless of active status
protected abstract  List<Country> AbstractCountryValuesFinderBase.retrieveCountriesForValuesFinder()
          Returns a list of countries that will be added to the result of AbstractCountryValuesFinderBase.getKeyValues().
 

Uses of Country in org.kuali.rice.location.impl.country
 

Methods in org.kuali.rice.location.impl.country that return Country
 Country CountryServiceImpl.getCountry(String code)
           
 Country CountryServiceImpl.getCountryByAlternateCode(String alternateCode)
           
 Country CountryServiceImpl.getDefaultCountry()
           
 

Methods in org.kuali.rice.location.impl.country that return types with arguments of type Country
 List<Country> CountryServiceImpl.findAllCountries()
           
 List<Country> CountryServiceImpl.findAllCountriesNotRestricted()
           
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.