|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 static org.apache.log4j.Logger |
LOG
|
Fields inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase |
---|
applicationContext, kualiConfigurationService, kualiModuleService, legacyDataAdapter, lookupService, moduleConfiguration |
Constructor Summary | |
---|---|
ModuleServiceBase()
|
Method Summary | ||
---|---|---|
protected String |
getBaseLookupUrl()
Returns the base URL to use for lookup requests to objects within the module |
|
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
Constructor Detail |
---|
public ModuleServiceBase()
Method Detail |
---|
public <T extends ExternalizableBusinessObject> T getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
ModuleService
getExternalizableBusinessObject
in interface ModuleService
ModuleService.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 ModuleService
ModuleService.getExternalizableBusinessObject(java.lang.Class, java.util.Map)
@Deprecated public String getExternalizableBusinessObjectInquiryUrl(Class inquiryBusinessObjectClass, Map<String,String[]> parameters)
ModuleService
getExternalizableBusinessObjectInquiryUrl
in interface ModuleService
getExternalizableBusinessObjectInquiryUrl
in class RemoteModuleServiceBase
inquiryBusinessObjectClass
- 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 RemoteModuleServiceBase
public boolean isExternalizableBusinessObjectLookupable(Class boClass)
isExternalizableBusinessObjectLookupable
in interface ModuleService
public boolean isExternalizableBusinessObjectInquirable(Class boClass)
isExternalizableBusinessObjectInquirable
in interface ModuleService
@Deprecated public String getExternalizableBusinessObjectLookupUrl(Class inquiryBusinessObjectClass, Map<String,String> parameters)
getExternalizableBusinessObjectLookupUrl
in interface ModuleService
getExternalizableBusinessObjectLookupUrl
in class RemoteModuleServiceBase
ModuleService.getExternalizableBusinessObjectLookupUrl(java.lang.Class,
java.util.Map)
public boolean goToCentralRiceForInquiry()
ModuleService
goToCentralRiceForInquiry
in interface ModuleService
goToCentralRiceForInquiry
in class RemoteModuleServiceBase
protected String getBaseLookupUrl()
getBaseLookupUrl
in class RemoteModuleServiceBase
protected RunMode getRunMode(String module)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |