|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.constants.classifier.mapping.AbstractMappingClassifier<I,O>
public abstract class AbstractMappingClassifier<I,O>
The Class AbstractMappingClassifier.
Constructor Summary | |
---|---|
AbstractMappingClassifier()
|
Method Summary | |
---|---|
protected java.util.Map<java.lang.Class<? extends URIMap>,java.lang.String> |
buildMap()
Builds the map. |
O |
classify(I item)
|
protected abstract O |
doClassify(I item,
java.util.Map<java.lang.Class<? extends URIMap>,java.lang.String> mappngs)
Do classify. |
protected java.lang.RuntimeException |
getException(java.lang.Object item)
Gets the exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMappingClassifier()
Method Detail |
---|
public O classify(I item)
classify
in interface org.springframework.batch.classify.Classifier<I,O>
protected java.lang.RuntimeException getException(java.lang.Object item)
item
- the item
protected abstract O doClassify(I item, java.util.Map<java.lang.Class<? extends URIMap>,java.lang.String> mappngs)
item
- the itemmappngs
- the mappngs
protected java.util.Map<java.lang.Class<? extends URIMap>,java.lang.String> buildMap()
|
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |