public class OleModuleServiceImpl extends org.kuali.rice.krad.service.impl.ModuleServiceBase implements BatchModuleService
Constructor and Description |
---|
OleModuleServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
getBaseLookupUrl, getBusinessObjectService, getDataObjectMetaDataService, getExternalizableBusinessObject, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsList, getInquiryUrl, getRunMode, goToCentralRiceForInquiry, isExternalizableBusinessObjectInquirable, isExternalizableBusinessObjectLookupable, setBusinessObjectService, setDataObjectMetaDataService
afterPropertiesSet, createNewObjectFromExternalizableClass, getBaseInquiryUrl, getBusinessObjectRelationship, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectsListForLookup, getExternalizableDataObjectInquiryUrl, getExternalizableDataObjectLookupUrl, getKualiConfigurationService, getKualiModuleService, getLookupService, getModuleConfiguration, getRiceBaseLookupUrl, getUrlParameters, isExternalizable, isLocked, isNonBlankValueForKey, isResponsibleFor, isResponsibleForJob, listAlternatePrimaryKeyFieldNames, listPrimaryKeyFieldNames, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiConfigurationService, setKualiModuleService, setModuleConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createNewObjectFromExternalizableClass, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectsListForLookup, getExternalizableDataObjectInquiryUrl, getExternalizableDataObjectLookupUrl, getModuleConfiguration, isExternalizable, isLocked, isResponsibleFor, isResponsibleForJob, listAlternatePrimaryKeyFieldNames, listPrimaryKeyFieldNames, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList
public OleModuleServiceImpl()
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 trueorg.kuali.ole.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 trueSchedulerService
org.kuali.ole.sys.service.BatchModuleService#getJobStatus(java.lang.String)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.