org.kuali.rice.shareddata.api.services
Class SharedDataApiServiceLocator

java.lang.Object
  extended by org.kuali.rice.shareddata.api.services.SharedDataApiServiceLocator

public class SharedDataApiServiceLocator
extends Object


Field Summary
static String CAMPUS_SERVICE
           
static String COUNTRY_SERVICE
           
static String COUNTY_SERVICE
           
static String POSTAL_CODE_SERVICE
           
static String STATE_SERVICE
           
 
Constructor Summary
SharedDataApiServiceLocator()
           
 
Method Summary
static CampusService getCampusService()
           
static CountryService getCountryService()
           
static CountyService getCountyService()
           
static PostalCodeService getPostalCodeService()
           
(package private) static
<T> T
getService(String serviceName)
           
static StateService 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
See Also:
Constant Field Values

CAMPUS_SERVICE

public static final String CAMPUS_SERVICE
See Also:
Constant Field Values

STATE_SERVICE

public static final String STATE_SERVICE
See Also:
Constant Field Values

COUNTY_SERVICE

public static final String COUNTY_SERVICE
See Also:
Constant Field Values

POSTAL_CODE_SERVICE

public static final String POSTAL_CODE_SERVICE
See Also:
Constant Field Values
Constructor Detail

SharedDataApiServiceLocator

public SharedDataApiServiceLocator()
Method Detail

getService

static <T> T getService(String serviceName)

getCountryService

public static CountryService getCountryService()

getCampusService

public static CampusService getCampusService()

getStateService

public static StateService getStateService()

getCountyService

public static CountyService getCountyService()

getPostalCodeService

public static PostalCodeService getPostalCodeService()


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