org.kuali.rice.location.api.services
Class LocationApiServiceLocator

java.lang.Object
  extended by org.kuali.rice.location.api.services.LocationApiServiceLocator

public class LocationApiServiceLocator
extends Object

LocationApiServiceLocator class.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String CAMPUS_SERVICE
          Constant CAMPUS_SERVICE="campusService"
static String COUNTRY_SERVICE
          Constant COUNTRY_SERVICE="countryService"
static String COUNTY_SERVICE
          Constant COUNTY_SERVICE="countyService"
static String POSTAL_CODE_SERVICE
          Constant POSTAL_CODE_SERVICE="postalCodeService"
static String STATE_SERVICE
          Constant STATE_SERVICE="stateService"
 
Constructor Summary
LocationApiServiceLocator()
           
 
Method Summary
static CampusService getCampusService()
          getCampusService.
static CountryService getCountryService()
          getCountryService.
static CountyService getCountyService()
          getCountyService.
static PostalCodeService getPostalCodeService()
          getPostalCodeService.
static StateService getStateService()
          getStateService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNTRY_SERVICE

public static final String COUNTRY_SERVICE
Constant COUNTRY_SERVICE="countryService"

See Also:
Constant Field Values

CAMPUS_SERVICE

public static final String CAMPUS_SERVICE
Constant CAMPUS_SERVICE="campusService"

See Also:
Constant Field Values

STATE_SERVICE

public static final String STATE_SERVICE
Constant STATE_SERVICE="stateService"

See Also:
Constant Field Values

COUNTY_SERVICE

public static final String COUNTY_SERVICE
Constant COUNTY_SERVICE="countyService"

See Also:
Constant Field Values

POSTAL_CODE_SERVICE

public static final String POSTAL_CODE_SERVICE
Constant POSTAL_CODE_SERVICE="postalCodeService"

See Also:
Constant Field Values
Constructor Detail

LocationApiServiceLocator

public LocationApiServiceLocator()
Method Detail

getCountryService

public static CountryService getCountryService()

getCountryService.


getCampusService

public static CampusService getCampusService()

getCampusService.


getStateService

public static StateService getStateService()

getStateService.


getCountyService

public static CountyService getCountyService()

getCountyService.


getPostalCodeService

public static PostalCodeService getPostalCodeService()

getPostalCodeService.



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