Uses of Class
org.kuali.rice.location.api.state.State

Packages that use State
org.kuali.rice.location.api.state Copyright 2005-2012 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.impl.state   
 

Uses of State in org.kuali.rice.location.api.state
 

Methods in org.kuali.rice.location.api.state that return State
 State State.Builder.build()
           
 State StateService.getState(String countryCode, String code)
          Gets a State from a postal country code and postal state code.
 

Methods in org.kuali.rice.location.api.state that return types with arguments of type State
 List<State> StateService.findAllStatesInCountry(String countryCode)
          Finds all the States for postal country code.
 List<State> StateService.findAllStatesInCountryByAltCode(String alternateCode)
          Finds all the States for alternate postal country code.
 

Uses of State in org.kuali.rice.location.impl.state
 

Methods in org.kuali.rice.location.impl.state that return State
 State StateServiceImpl.getState(String countryCode, String code)
           
 

Methods in org.kuali.rice.location.impl.state that return types with arguments of type State
 List<State> StateServiceImpl.findAllStatesInCountry(String countryCode)
           
 List<State> StateServiceImpl.findAllStatesInCountryByAltCode(String alternateCode)
           
 



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