public abstract class AbstractIntrospectiveHardcodedValues extends SupportedAttributeSupport implements org.springframework.batch.core.step.tasklet.Tasklet, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
AbstractIntrospectiveHardcodedValues() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.springframework.batch.repeat.RepeatStatus |
execute(org.springframework.batch.core.StepContribution arg0,
org.springframework.batch.core.scope.context.ChunkContext arg1) |
CodingSchemeIdSetter |
getCodingSchemeIdSetter() |
DatabaseServiceManager |
getDatabaseServiceManager() |
abstract void |
loadObjects()
Load objects.
|
void |
setCodingSchemeIdSetter(CodingSchemeIdSetter codingSchemeIdSetter) |
void |
setDatabaseServiceManager(DatabaseServiceManager databaseServiceManager) |
getSupportedAttributeTemplate, setSupportedAttributeTemplate
public AbstractIntrospectiveHardcodedValues()
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution arg0, org.springframework.batch.core.scope.context.ChunkContext arg1) throws java.lang.Exception
execute
in interface org.springframework.batch.core.step.tasklet.Tasklet
java.lang.Exception
public abstract void loadObjects()
public CodingSchemeIdSetter getCodingSchemeIdSetter()
public void setCodingSchemeIdSetter(CodingSchemeIdSetter codingSchemeIdSetter)
public void setDatabaseServiceManager(DatabaseServiceManager databaseServiceManager)
public DatabaseServiceManager getDatabaseServiceManager()