org.lexevs.dao.database.access.codednodeset
Interface CodedNodeSetDao

All Superinterfaces:
LexGridSchemaVersionAwareDao
All Known Implementing Classes:
SIMCodedNodeSetDao

public interface CodedNodeSetDao
extends LexGridSchemaVersionAwareDao

The Interface CodedNodeSetDao.

Author:
Kevin Peterson

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.lexevs.dao.database.access.LexGridSchemaVersionAwareDao
LexGridSchemaVersionAwareDao.IndividualDaoCallback<T>
 
Method Summary
 Entity buildCodedEntry(java.lang.String codingSchemeName, java.lang.String version, java.lang.String code, java.lang.String namespace, LocalNameList restrictToProperties, PropertyDao.PropertyType[] restrictToPropertyTypes)
          Builds the coded entry.
 CodingScheme getCodingScheme(java.lang.String codingSchemeName, java.lang.String version)
          Gets the coding scheme.
 java.lang.String getCodingSchemeCopyright(java.lang.String codingSchemeName, java.lang.String version)
          Gets the coding scheme copyright.
 
Methods inherited from interface org.lexevs.dao.database.access.LexGridSchemaVersionAwareDao
executeInTransaction, supportsLgSchemaVersion
 

Method Detail

buildCodedEntry

Entity buildCodedEntry(java.lang.String codingSchemeName,
                       java.lang.String version,
                       java.lang.String code,
                       java.lang.String namespace,
                       LocalNameList restrictToProperties,
                       PropertyDao.PropertyType[] restrictToPropertyTypes)
Builds the coded entry.

Parameters:
codingSchemeName - the coding scheme name
version - the version
code - the code
namespace - the namespace
restrictToProperties - the restrict to properties
restrictToPropertyTypes - the restrict to property types
Returns:
the entity

getCodingSchemeCopyright

java.lang.String getCodingSchemeCopyright(java.lang.String codingSchemeName,
                                          java.lang.String version)
Gets the coding scheme copyright.

Parameters:
codingSchemeName - the coding scheme name
version - the version
Returns:
the coding scheme copyright

getCodingScheme

CodingScheme getCodingScheme(java.lang.String codingSchemeName,
                             java.lang.String version)
Gets the coding scheme.

Parameters:
codingSchemeName - the coding scheme name
version - the version
Returns:
the coding scheme

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.