|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.index.access.IndexDaoManager
public class IndexDaoManager
The Class IndexDaoManager.
Constructor Summary | |
---|---|
IndexDaoManager()
|
Method Summary | ||
---|---|---|
protected
|
doGetDao(java.lang.String codingSchemeUri,
java.lang.String version,
java.util.List<T> daos)
Do get dao. |
|
CommonEntityDao |
getCommonEntityDao(java.util.List<AbsoluteCodingSchemeVersionReference> codingSchemes)
|
|
protected
|
getCorrectDaoForIndexVersion(java.util.List<T> possibleDaos,
LexEvsIndexFormatVersion indexVersion)
Gets the correct dao for index version. |
|
EntityDao |
getEntityDao(java.lang.String codingSchemeUri,
java.lang.String version)
Gets the entity dao. |
|
java.util.List<EntityDao> |
getEntityDaos()
Gets the entity daos. |
|
IndexRegistry |
getIndexRegistry()
|
|
protected LexEvsIndexFormatVersion |
getLexGridSchemaVersion(java.lang.String uri,
java.lang.String version)
Gets the lex grid schema version. |
|
MetaData |
getMetaData()
|
|
MetadataDao |
getMetadataDao()
|
|
java.util.List<MetadataDao> |
getMetadataDaos()
|
|
SystemResourceService |
getSystemResourceService()
Gets the system resource service. |
|
void |
setEntityDaos(java.util.List<EntityDao> entityDaos)
Sets the entity daos. |
|
void |
setIndexRegistry(IndexRegistry indexRegistry)
|
|
void |
setMetaData(MetaData metaData)
|
|
void |
setMetadataDaos(java.util.List<MetadataDao> metadataDaos)
|
|
void |
setSystemResourceService(SystemResourceService systemResourceService)
Sets the system resource service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexDaoManager()
Method Detail |
---|
public EntityDao getEntityDao(java.lang.String codingSchemeUri, java.lang.String version)
codingSchemeUri
- the coding scheme uriversion
- the version
public CommonEntityDao getCommonEntityDao(java.util.List<AbsoluteCodingSchemeVersionReference> codingSchemes)
public MetadataDao getMetadataDao()
protected <T extends LexEvsIndexFormatVersionAwareDao> T doGetDao(java.lang.String codingSchemeUri, java.lang.String version, java.util.List<T> daos)
codingSchemeUri
- the coding scheme uriversion
- the versiondaos
- the daos
protected LexEvsIndexFormatVersion getLexGridSchemaVersion(java.lang.String uri, java.lang.String version)
uri
- the uriversion
- the version
protected <T extends LexEvsIndexFormatVersionAwareDao> T getCorrectDaoForIndexVersion(java.util.List<T> possibleDaos, LexEvsIndexFormatVersion indexVersion)
possibleDaos
- the possible daosindexVersion
- the index version
public void setEntityDaos(java.util.List<EntityDao> entityDaos)
entityDaos
- the new entity daospublic java.util.List<EntityDao> getEntityDaos()
public void setSystemResourceService(SystemResourceService systemResourceService)
systemResourceService
- the new system resource servicepublic SystemResourceService getSystemResourceService()
public void setMetadataDaos(java.util.List<MetadataDao> metadataDaos)
public java.util.List<MetadataDao> getMetadataDaos()
public void setMetaData(MetaData metaData)
public MetaData getMetaData()
public IndexRegistry getIndexRegistry()
public void setIndexRegistry(IndexRegistry indexRegistry)
|
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 |