public class LocationRemoteModuleService extends RemoteModuleServiceBase
RemoteModuleServiceBase.BaseLookupUrlsHolderapplicationContext, kualiConfigurationService, kualiModuleService, legacyDataAdapter, LOG, lookupService, moduleConfiguration| Constructor and Description | 
|---|
| LocationRemoteModuleService() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CampusService | getCampusService() | 
| protected CountryService | getCountryService() | 
| protected CountyService | getCountyService() | 
| <T extends ExternalizableBusinessObject>  | getExternalizableBusinessObject(Class<T> businessObjectClass,
                                                              Map<String,Object> fieldValues)This method gets the externalizable business object, given its type and a map of primary keys and values | 
| <T extends ExternalizableBusinessObject>  | getExternalizableBusinessObjectsList(Class<T> businessObjectClass,
                                                                        Map<String,Object> fieldValues)This method gets the list of externalizable business objects, given its type and a map of primary keys and
 values. | 
| protected PostalCodeService | getPostalCodeService() | 
| protected StateService | getStateService() | 
| boolean | isExternalizable(Class boClass)This method determines whether or not a bo class is externalizable. | 
| boolean | isExternalizableBusinessObjectInquirable(Class boClass) | 
| boolean | isExternalizableBusinessObjectLookupable(Class boClass) | 
| List<String> | listPrimaryKeyFieldNames(Class boClass)This method returns the list of primary keys for the EBO. | 
| <T extends ExternalizableBusinessObject>  | queryForEbos(Class<T> businessObjectClass,
                        QueryByCriteria query) | 
afterPropertiesSet, createNewObjectFromExternalizableClass, getBaseInquiryUrl, getBaseLookupUrl, getBusinessObjectRelationship, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsListForLookup, getExternalizableDataObjectInquiryUrl, getExternalizableDataObjectLookupUrl, getInquiryUrl, getKualiConfigurationService, getKualiModuleService, getLegacyDataAdapter, getLookupService, getModuleConfiguration, getRiceBaseLookupUrl, getUrlParameters, goToCentralRiceForInquiry, isLocked, isNonBlankValueForKey, isResponsibleFor, listAlternatePrimaryKeyFieldNames, packagePrefixesMatchesDataObject, persistenceProvidersMatchDataObject, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiConfigurationService, setKualiModuleService, setModuleConfiguration, toStringpublic LocationRemoteModuleService()
public <T extends ExternalizableBusinessObject> T getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
ModuleServicepublic <T extends ExternalizableBusinessObject> List<T> getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
ModuleServicepublic boolean isExternalizable(Class boClass)
ModuleServiceisExternalizable in interface ModuleServiceisExternalizable in class RemoteModuleServiceBaseModuleService.isExternalizable(java.lang.Class)public boolean isExternalizableBusinessObjectLookupable(Class boClass)
public boolean isExternalizableBusinessObjectInquirable(Class boClass)
public List<String> listPrimaryKeyFieldNames(Class boClass)
ModuleServicelistPrimaryKeyFieldNames in interface ModuleServicelistPrimaryKeyFieldNames in class RemoteModuleServiceBasepublic <T extends ExternalizableBusinessObject> List<T> queryForEbos(Class<T> businessObjectClass, QueryByCriteria query)
protected CampusService getCampusService()
protected StateService getStateService()
protected CountryService getCountryService()
protected CountyService getCountyService()
protected PostalCodeService getPostalCodeService()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.