|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.location.api.services.LocationApiServiceLocator
public class LocationApiServiceLocator
LocationApiServiceLocator class.
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 |
---|
public static final String COUNTRY_SERVICE
COUNTRY_SERVICE="countryService"
public static final String CAMPUS_SERVICE
CAMPUS_SERVICE="campusService"
public static final String STATE_SERVICE
STATE_SERVICE="stateService"
public static final String COUNTY_SERVICE
COUNTY_SERVICE="countyService"
public static final String POSTAL_CODE_SERVICE
POSTAL_CODE_SERVICE="postalCodeService"
Constructor Detail |
---|
public LocationApiServiceLocator()
Method Detail |
---|
public static CountryService getCountryService()
getCountryService.
public static CampusService getCampusService()
getCampusService.
public static StateService getStateService()
getStateService.
public static CountyService getCountyService()
getCountyService.
public static PostalCodeService getPostalCodeService()
getPostalCodeService.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |