Class StateServiceImpl

java.lang.Object
org.kuali.rice.location.impl.state.StateServiceImpl
All Implemented Interfaces:
org.kuali.rice.location.api.state.StateService

public class StateServiceImpl extends Object implements org.kuali.rice.location.api.state.StateService
  • Constructor Details

    • StateServiceImpl

      public StateServiceImpl()
  • Method Details

    • getState

      public org.kuali.rice.location.api.state.State getState(String countryCode, String code)
      Specified by:
      getState in interface org.kuali.rice.location.api.state.StateService
    • findAllStatesInCountry

      public List<org.kuali.rice.location.api.state.State> findAllStatesInCountry(String countryCode)
      Specified by:
      findAllStatesInCountry in interface org.kuali.rice.location.api.state.StateService
    • findAllStatesInCountryByAltCode

      public List<org.kuali.rice.location.api.state.State> findAllStatesInCountryByAltCode(String alternateCode)
      Specified by:
      findAllStatesInCountryByAltCode in interface org.kuali.rice.location.api.state.StateService
    • findStates

      public org.kuali.rice.location.api.state.StateQueryResults findStates(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
      Specified by:
      findStates in interface org.kuali.rice.location.api.state.StateService
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException
    • getCountryService

      public org.kuali.rice.location.api.country.CountryService getCountryService()
    • setCountryService

      public void setCountryService(org.kuali.rice.location.api.country.CountryService countryService)
    • getDataObjectService

      public org.kuali.rice.krad.data.DataObjectService getDataObjectService()
    • setDataObjectService

      public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)