|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.logging.LoggingBean
org.lexgrid.loader.dao.template.AbstractSupportedAttributeTemplate
public abstract class AbstractSupportedAttributeTemplate
The Class AbstractSupportedAttributeTemplate.
Constructor Summary | |
---|---|
AbstractSupportedAttributeTemplate()
|
Method Summary | |
---|---|
void |
addSupportedAssociation(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported association. |
void |
addSupportedAssociationQualifier(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported association qualifier. |
void |
addSupportedCodingScheme(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content,
boolean isImported)
Adds the supported coding scheme. |
void |
addSupportedContainerName(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported container name. |
void |
addSupportedContext(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported context. |
void |
addSupportedDataType(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported data type. |
void |
addSupportedDegreeOfFidelity(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported degree of fidelity. |
void |
addSupportedEntityType(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported entity type. |
void |
addSupportedHierarchy(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.util.List<java.lang.String> associationNames,
boolean isForwardNavigable,
java.lang.String rootCode)
Adds the supported hierarchy. |
void |
addSupportedLanguage(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported language. |
void |
addSupportedNamespace(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content,
java.lang.String equivalentCodingScheme)
Adds the supported namespace. |
void |
addSupportedProperty(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported property. |
void |
addSupportedPropertyQualifier(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported property qualifier. |
void |
addSupportedPropertyType(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported property type. |
void |
addSupportedRepresentationalForm(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported representational form. |
void |
addSupportedSortOrder(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported sort order. |
void |
addSupportedSource(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content,
java.lang.String assemblyRule)
Adds the supported source. |
void |
addSupportedSourceRole(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported source role. |
void |
addSupportedStatus(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
java.lang.String localId,
java.lang.String uri,
java.lang.String content)
Adds the supported status. |
int |
getIdValueMaxSize()
|
protected abstract void |
insert(java.lang.String codingSchemeName,
java.lang.String codingSchemeVersion,
URIMap attrib)
Insert. |
void |
setIdValueMaxSize(int idValueMaxSize)
|
Methods inherited from class org.lexgrid.loader.logging.LoggingBean |
---|
getLogger, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSupportedAttributeTemplate()
Method Detail |
---|
public void addSupportedAssociation(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedAssociation
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedAssociationQualifier(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedAssociationQualifier
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedCodingScheme(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content, boolean isImported)
SupportedAttributeTemplate
addSupportedCodingScheme
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentisImported
- the is importedpublic void addSupportedContainerName(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedContainerName
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedContext(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedContext
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedDataType(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedDataType
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedDegreeOfFidelity(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedDegreeOfFidelity
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedEntityType(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedEntityType
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedHierarchy(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.util.List<java.lang.String> associationNames, boolean isForwardNavigable, java.lang.String rootCode)
SupportedAttributeTemplate
addSupportedHierarchy
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uriassociationNames
- the association namesisForwardNavigable
- the is forward navigablerootCode
- the root codepublic void addSupportedLanguage(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedLanguage
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedNamespace(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content, java.lang.String equivalentCodingScheme)
SupportedAttributeTemplate
addSupportedNamespace
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentequivalentCodingScheme
- the equivalent coding schemepublic void addSupportedProperty(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedProperty
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedPropertyQualifier(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedPropertyQualifier
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedPropertyType(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedPropertyType
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedRepresentationalForm(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedRepresentationalForm
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedSortOrder(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedSortOrder
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedSource(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content, java.lang.String assemblyRule)
SupportedAttributeTemplate
addSupportedSource
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentassemblyRule
- the assembly rulepublic void addSupportedSourceRole(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedSourceRole
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentpublic void addSupportedStatus(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, java.lang.String localId, java.lang.String uri, java.lang.String content)
SupportedAttributeTemplate
addSupportedStatus
in interface SupportedAttributeTemplate
codingSchemeName
- the coding scheme namelocalId
- the local iduri
- the uricontent
- the contentprotected abstract void insert(java.lang.String codingSchemeName, java.lang.String codingSchemeVersion, URIMap attrib)
attrib
- the attribpublic int getIdValueMaxSize()
public void setIdValueMaxSize(int idValueMaxSize)
|
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 |