org.kuali.rice.location.impl.service
Class LocationRemoteModuleService
java.lang.Object
   org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
       org.kuali.rice.location.impl.service.LocationRemoteModuleService
org.kuali.rice.location.impl.service.LocationRemoteModuleService
- All Implemented Interfaces: 
- ModuleService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
- public class LocationRemoteModuleService 
- extends RemoteModuleServiceBase
 
 
 
 
 
 
| Methods inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase | 
| afterPropertiesSet, createNewObjectFromExternalizableClass, getBaseInquiryUrl, getBaseLookupUrl, getBusinessObjectRelationship, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsListForLookup, getExternalizableDataObjectInquiryUrl, getExternalizableDataObjectLookupUrl, getInquiryUrl, getKualiConfigurationService, getKualiModuleService, getLookupService, getModuleConfiguration, getRiceBaseLookupUrl, getUrlParameters, goToCentralRiceForInquiry, isLocked, isNonBlankValueForKey, isResponsibleFor, isResponsibleForJob, listAlternatePrimaryKeyFieldNames, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiConfigurationService, setKualiModuleService, setModuleConfiguration | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LocationRemoteModuleService
public LocationRemoteModuleService()
getExternalizableBusinessObject
public <T extends ExternalizableBusinessObject> T getExternalizableBusinessObject(Class<T> businessObjectClass,
                                                                                  Map<String,Object> fieldValues)
- Description copied from interface: ModuleService
- This method gets the externalizable business object, given its type and a map of primary keys and values
 
- 
- Returns:
 
getExternalizableBusinessObjectsList
public <T extends ExternalizableBusinessObject> List<T> getExternalizableBusinessObjectsList(Class<T> businessObjectClass,
                                                                                             Map<String,Object> fieldValues)
- Description copied from interface: ModuleService
- This method gets the list of externalizable business objects, given its type and a map of primary keys and
 values.
 
- 
- Returns:
 
isExternalizable
public boolean isExternalizable(Class boClass)
- Description copied from interface: ModuleService
- This method determines whether or not a bo class is externalizable.
 
- 
- Specified by:
- isExternalizablein interface- ModuleService
- Overrides:
- isExternalizablein class- RemoteModuleServiceBase
 
- 
- Returns:
- See Also:
- ModuleService.isExternalizable(java.lang.Class)
 
isExternalizableBusinessObjectLookupable
public boolean isExternalizableBusinessObjectLookupable(Class boClass)
- 
- Returns:
 
isExternalizableBusinessObjectInquirable
public boolean isExternalizableBusinessObjectInquirable(Class boClass)
- 
- Returns:
 
listPrimaryKeyFieldNames
public List<String> listPrimaryKeyFieldNames(Class boClass)
- Description copied from interface: ModuleService
- This method returns the list of primary keys for the EBO.
 
- 
- Specified by:
- listPrimaryKeyFieldNamesin interface- ModuleService
- Overrides:
- listPrimaryKeyFieldNamesin class- RemoteModuleServiceBase
 
- 
- Returns:
 
queryForEbos
public <T extends ExternalizableBusinessObject> List<T> queryForEbos(Class<T> businessObjectClass,
                                                                     QueryByCriteria query)
- 
 
getCampusService
protected CampusService getCampusService()
- 
 
getStateService
protected StateService getStateService()
- 
 
getCountryService
protected CountryService getCountryService()
- 
 
getCountyService
protected CountyService getCountyService()
- 
 
getPostalCodeService
protected PostalCodeService getPostalCodeService()
- 
 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.