|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.service.impl.RemoteModuleServiceBase
org.kuali.rice.krad.service.impl.ModuleServiceBase
public class ModuleServiceBase
Base implementation of the module service
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase |
|---|
RemoteModuleServiceBase.BaseLookupUrlsHolder |
| Field Summary | |
|---|---|
protected BusinessObjectService |
businessObjectService
|
protected DataObjectMetaDataService |
dataObjectMetaDataService
|
protected static org.apache.log4j.Logger |
LOG
|
| Fields inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase |
|---|
applicationContext, kualiConfigurationService, kualiModuleService, lookupService, moduleConfiguration |
| Constructor Summary | |
|---|---|
ModuleServiceBase()
|
|
| Method Summary | ||
|---|---|---|
protected String |
getBaseLookupUrl()
Returns the base URL to use for lookup requests to objects within the module |
|
protected BusinessObjectService |
getBusinessObjectService()
|
|
protected DataObjectMetaDataService |
getDataObjectMetaDataService()
|
|
|
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 |
|
String |
getExternalizableBusinessObjectInquiryUrl(Class inquiryBusinessObjectClass,
Map<String,String[]> parameters)
Deprecated. |
|
String |
getExternalizableBusinessObjectLookupUrl(Class inquiryBusinessObjectClass,
Map<String,String> parameters)
Deprecated. |
|
|
getExternalizableBusinessObjectsList(Class<T> externalizableBusinessObjectClass,
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 String |
getInquiryUrl(Class inquiryBusinessObjectClass)
Deprecated. |
|
protected RunMode |
getRunMode(String module)
|
|
boolean |
goToCentralRiceForInquiry()
This method determines whether or not the central rice server should be used for lookups. |
|
boolean |
isExternalizableBusinessObjectInquirable(Class boClass)
|
|
boolean |
isExternalizableBusinessObjectLookupable(Class boClass)
|
|
void |
setBusinessObjectService(BusinessObjectService businessObjectService)
|
|
void |
setDataObjectMetaDataService(DataObjectMetaDataService dataObjectMetaDataService)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.beans.factory.InitializingBean |
|---|
afterPropertiesSet |
| Methods inherited from interface org.springframework.context.ApplicationContextAware |
|---|
setApplicationContext |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger LOG
protected BusinessObjectService businessObjectService
protected DataObjectMetaDataService dataObjectMetaDataService
| Constructor Detail |
|---|
public ModuleServiceBase()
| Method Detail |
|---|
public <T extends ExternalizableBusinessObject> T getExternalizableBusinessObject(Class<T> businessObjectClass,
Map<String,Object> fieldValues)
ModuleService
getExternalizableBusinessObject in interface ModuleServiceModuleService.getExternalizableBusinessObject(java.lang.Class, java.util.Map)
public <T extends ExternalizableBusinessObject> List<T> getExternalizableBusinessObjectsList(Class<T> externalizableBusinessObjectClass,
Map<String,Object> fieldValues)
ModuleService
getExternalizableBusinessObjectsList in interface ModuleServiceModuleService.getExternalizableBusinessObject(java.lang.Class, java.util.Map)
@Deprecated
public String getExternalizableBusinessObjectInquiryUrl(Class inquiryBusinessObjectClass,
Map<String,String[]> parameters)
ModuleService
getExternalizableBusinessObjectInquiryUrl in interface ModuleServicegetExternalizableBusinessObjectInquiryUrl in class RemoteModuleServiceBaseinquiryBusinessObjectClass - a ExternalizableBusinessObject managed by this moduleparameters - any inquiry parameters, and the primary key values of the inquiryBusinessObjectClass would be
in here
@Deprecated protected String getInquiryUrl(Class inquiryBusinessObjectClass)
getInquiryUrl in class RemoteModuleServiceBasepublic boolean isExternalizableBusinessObjectLookupable(Class boClass)
isExternalizableBusinessObjectLookupable in interface ModuleServicepublic boolean isExternalizableBusinessObjectInquirable(Class boClass)
isExternalizableBusinessObjectInquirable in interface ModuleService
@Deprecated
public String getExternalizableBusinessObjectLookupUrl(Class inquiryBusinessObjectClass,
Map<String,String> parameters)
getExternalizableBusinessObjectLookupUrl in interface ModuleServicegetExternalizableBusinessObjectLookupUrl in class RemoteModuleServiceBaseModuleService.getExternalizableBusinessObjectLookupUrl(java.lang.Class,
java.util.Map)public boolean goToCentralRiceForInquiry()
ModuleService
goToCentralRiceForInquiry in interface ModuleServicegoToCentralRiceForInquiry in class RemoteModuleServiceBaseprotected String getBaseLookupUrl()
getBaseLookupUrl in class RemoteModuleServiceBaseprotected RunMode getRunMode(String module)
protected DataObjectMetaDataService getDataObjectMetaDataService()
public void setDataObjectMetaDataService(DataObjectMetaDataService dataObjectMetaDataService)
protected BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(BusinessObjectService businessObjectService)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||