|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.service.impl.ModuleServiceBase
org.kuali.kfs.sys.service.impl.KfsModuleServiceImpl
public class KfsModuleServiceImpl
This class is the KFS implementation of a module service. It also implements the batch related methods
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.service.impl.ModuleServiceBase |
---|
applicationContext, businessObjectDictionaryService, businessObjectService, kualiModuleService, LOG, lookupService, moduleConfiguration |
Constructor Summary | |
---|---|
KfsModuleServiceImpl()
|
Method Summary | |
---|---|
String |
getExternalJobStatus(String jobName)
This method returns the status of the given external job. |
boolean |
isExternalJob(String jobName)
This method returns whether a job is run on an external system. |
Methods inherited from class org.kuali.rice.kns.service.impl.ModuleServiceBase |
---|
afterPropertiesSet, createNewObjectFromExternalizableClass, getBusinessObjectDictionaryService, getBusinessObjectRelationship, getBusinessObjectService, getExternalizableBusinessObject, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsList, getExternalizableBusinessObjectsListForLookup, getInquiryUrl, getKualiModuleService, getLookupService, getModuleConfiguration, getUrlParameters, isExternalizable, isExternalizableBusinessObjectInquirable, isExternalizableBusinessObjectLookupable, isResponsibleFor, isResponsibleForJob, listAlternatePrimaryKeyFieldNames, listPrimaryKeyFieldNames, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiModuleService, setModuleConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KfsModuleServiceImpl()
Method Detail |
---|
public boolean isExternalJob(String jobName)
BatchModuleService
isExternalJob
in interface BatchModuleService
jobName
- a job name, such that calling #isResponsibleForJob(String)
with this job name would return true
org.kuali.kfs.sys.service.BatchModuleService#hasJobStatus(java.lang.String)
public String getExternalJobStatus(String jobName)
BatchModuleService
getExternalJobStatus
in interface BatchModuleService
jobName
- a job name, such that calling #isResponsibleForJob(String)
with this job name would return true
SchedulerService
org.kuali.kfs.sys.service.BatchModuleService#getJobStatus(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |