public class KewRemoteModuleService extends RemoteModuleServiceBase
RemoteModuleServiceBase.BaseLookupUrlsHolder
Modifier and Type | Field and Description |
---|---|
protected DocumentTypeService |
docTypeService |
applicationContext, kualiConfigurationService, kualiModuleService, LOG, lookupService, moduleConfiguration
Constructor and Description |
---|
KewRemoteModuleService() |
Modifier and Type | Method and Description |
---|---|
protected DocumentTypeService |
getDocumentTypeService() |
<T extends ExternalizableBusinessObject> |
getExternalizableBusinessObject(Class<T> businessObjectClass,
Map<String,Object> fieldValues)
This overridden method calls the DocumentTypeService instead of the underlying
KNS service.
|
<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.
|
boolean |
isExternalizable(Class boClazz)
This method determines whether or not a bo class is externalizable.
|
boolean |
isExternalizableBusinessObjectInquirable(Class boClass) |
boolean |
isExternalizableBusinessObjectLookupable(Class boClass) |
List<List<String>> |
listAlternatePrimaryKeyFieldNames(Class businessObjectInterfaceClass)
We want to be able to use name as an alternate key
|
List<String> |
listPrimaryKeyFieldNames(Class boClass)
This method returns the list of primary keys for the EBO.
|
afterPropertiesSet, createNewObjectFromExternalizableClass, getBaseInquiryUrl, getBaseLookupUrl, getBusinessObjectRelationship, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsListForLookup, getExternalizableDataObjectInquiryUrl, getExternalizableDataObjectLookupUrl, getInquiryUrl, getKualiConfigurationService, getKualiModuleService, getLookupService, getModuleConfiguration, getRiceBaseLookupUrl, getUrlParameters, goToCentralRiceForInquiry, isLocked, isNonBlankValueForKey, isResponsibleFor, isResponsibleForJob, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiConfigurationService, setKualiModuleService, setModuleConfiguration
protected DocumentTypeService docTypeService
public KewRemoteModuleService()
public <T extends ExternalizableBusinessObject> T getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
public <T extends ExternalizableBusinessObject> List<T> getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
ModuleService
public boolean isExternalizableBusinessObjectLookupable(Class boClass)
public boolean isExternalizableBusinessObjectInquirable(Class boClass)
public boolean isExternalizable(Class boClazz)
ModuleService
isExternalizable
in interface ModuleService
isExternalizable
in class RemoteModuleServiceBase
ModuleService.isExternalizable(java.lang.Class)
public List<String> listPrimaryKeyFieldNames(Class boClass)
ModuleService
listPrimaryKeyFieldNames
in interface ModuleService
listPrimaryKeyFieldNames
in class RemoteModuleServiceBase
public List<List<String>> listAlternatePrimaryKeyFieldNames(Class businessObjectInterfaceClass)
listAlternatePrimaryKeyFieldNames
in interface ModuleService
listAlternatePrimaryKeyFieldNames
in class RemoteModuleServiceBase
ModuleService.listAlternatePrimaryKeyFieldNames(java.lang.Class)
protected DocumentTypeService getDocumentTypeService()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.