|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.CodingSchemeIdAwareProcessor
org.lexgrid.loader.processor.AbstractSupportedAttributeRegisteringProcessor<I,ParentIdHolder<Property>>
org.lexgrid.loader.processor.EntityPropertyProcessor<I>
public class EntityPropertyProcessor<I>
The Class EntityPropertyProcessor.
Constructor Summary | |
---|---|
EntityPropertyProcessor()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
ParentIdHolder<Property> |
doProcess(I item)
Do process. |
EntityKeyResolver |
getEntityKeyResolver()
|
PropertyResolver<I> |
getPropertyResolver()
Gets the property resolver. |
protected void |
registerSupportedAttributes(SupportedAttributeTemplate supportedAttributeTemplate,
ParentIdHolder<Property> item)
Register supported attributes. |
void |
setEntityKeyResolver(EntityKeyResolver entityKeyResolver)
|
void |
setPropertyResolver(PropertyResolver<I> propertyResolver)
Sets the property resolver. |
Methods inherited from class org.lexgrid.loader.processor.AbstractSupportedAttributeRegisteringProcessor |
---|
getSupportedAttributeTemplate, isRegisterSupportedAttributes, process, setRegisterSupportedAttributes, setSupportedAttributeTemplate |
Methods inherited from class org.lexgrid.loader.processor.CodingSchemeIdAwareProcessor |
---|
getCodingSchemeIdSetter, setCodingSchemeIdSetter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityPropertyProcessor()
Method Detail |
---|
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public ParentIdHolder<Property> doProcess(I item) throws java.lang.Exception
AbstractSupportedAttributeRegisteringProcessor
doProcess
in class AbstractSupportedAttributeRegisteringProcessor<I,ParentIdHolder<Property>>
item
- the item
java.lang.Exception
- the exceptionprotected void registerSupportedAttributes(SupportedAttributeTemplate supportedAttributeTemplate, ParentIdHolder<Property> item)
AbstractSupportedAttributeRegisteringProcessor
registerSupportedAttributes
in class AbstractSupportedAttributeRegisteringProcessor<I,ParentIdHolder<Property>>
supportedAttributeTemplate
- the sitem
- the itempublic PropertyResolver<I> getPropertyResolver()
public void setPropertyResolver(PropertyResolver<I> propertyResolver)
propertyResolver
- the new property resolverpublic EntityKeyResolver getEntityKeyResolver()
public void setEntityKeyResolver(EntityKeyResolver entityKeyResolver)
|
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 |