public class StateServiceImpl extends Object implements StateService
| Constructor and Description |
|---|
StateServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<State> |
findAllStatesInCountry(String countryCode) |
List<State> |
findAllStatesInCountryByAltCode(String alternateCode) |
StateQueryResults |
findStates(QueryByCriteria queryByCriteria) |
CountryService |
getCountryService() |
DataObjectService |
getDataObjectService() |
State |
getState(String countryCode,
String code) |
void |
setCountryService(CountryService countryService) |
void |
setDataObjectService(DataObjectService dataObjectService) |
public StateServiceImpl()
public State getState(String countryCode, String code)
getState in interface StateServicepublic List<State> findAllStatesInCountry(String countryCode)
findAllStatesInCountry in interface StateServicepublic List<State> findAllStatesInCountryByAltCode(String alternateCode)
findAllStatesInCountryByAltCode in interface StateServicepublic StateQueryResults findStates(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException
findStates in interface StateServiceRiceIllegalArgumentExceptionpublic CountryService getCountryService()
public void setCountryService(CountryService countryService)
public DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.