org.lexgrid.loader.hardcodedvalues
Class AbstractIntrospectiveHardcodedValues

java.lang.Object
  extended by org.lexgrid.loader.dao.SupportedAttributeSupport
      extended by org.lexgrid.loader.hardcodedvalues.AbstractIntrospectiveHardcodedValues
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
MetaHardcodedValuesTasklet, UmlsIntrospectiveHardcodedValues

public abstract class AbstractIntrospectiveHardcodedValues
extends SupportedAttributeSupport
implements org.springframework.batch.core.step.tasklet.Tasklet, org.springframework.beans.factory.InitializingBean

The Class AbstractIntrospectiveHardcodedValues.

Author:
Kevin Peterson

Constructor Summary
AbstractIntrospectiveHardcodedValues()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.lexgrid.loader.dao.SupportedAttributeSupport
getSupportedAttributeTemplate, setSupportedAttributeTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIntrospectiveHardcodedValues

public AbstractIntrospectiveHardcodedValues()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

execute

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
Specified by:
execute in interface org.springframework.batch.core.step.tasklet.Tasklet
Throws:
java.lang.Exception

loadObjects

public abstract void loadObjects()
Load objects.


getCodingSchemeIdSetter

public CodingSchemeIdSetter getCodingSchemeIdSetter()

setCodingSchemeIdSetter

public void setCodingSchemeIdSetter(CodingSchemeIdSetter codingSchemeIdSetter)

setDatabaseServiceManager

public void setDatabaseServiceManager(DatabaseServiceManager databaseServiceManager)

getDatabaseServiceManager

public DatabaseServiceManager getDatabaseServiceManager()

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.