|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.access.AbstractBaseDao
org.lexevs.dao.database.ibatis.AbstractIbatisDao
org.lexevs.dao.database.ibatis.property.IbatisPropertyDao
public class IbatisPropertyDao
The Class IbatisPropertyDao.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.lexevs.dao.database.access.property.PropertyDao |
---|
PropertyDao.PropertyType |
Nested classes/interfaces inherited from interface org.lexevs.dao.database.access.LexGridSchemaVersionAwareDao |
---|
LexGridSchemaVersionAwareDao.IndividualDaoCallback<T> |
Field Summary | |
---|---|
static java.lang.String |
DELETE_ALL_CODINGSCHEME_PROPERTIES_OF_CODINGSCHEME_SQL
|
static java.lang.String |
DELETE_ALL_ENTITY_PROPERTIES_OF_CODINGSCHEME_SQL
The DELET e_ al l_ entit y_ propertie s_ o f_ codingschem e_ sql. |
static java.lang.String |
DELETE_ALL_PROPERTIES_OF_PARENT_SQL
|
static java.lang.String |
DELETE_ALL_RELATION_PROPERTIES_OF_CODINGSCHEME_SQL
|
static java.lang.String |
DELETE_PROPERTY_BY_UID_SQL
|
static java.lang.String |
DELETE_PROPERTY_MULTIATTRIB_BY_PROPERTY_ID_SQL
|
static java.lang.String |
GET_ALL_HISTORY_PROPERTY_UIDS_OF_PARENT_SQL
|
static java.lang.String |
GET_ALL_PROPERTIES_OF_PARENT_SQL
The GE t_ al l_ propertie s_ o f_ paren t_ sql. |
static java.lang.String |
GET_PROPERTIES_OF_PARENT_UIDS_SQL
|
static java.lang.String |
GET_PROPERTY_ATTRIBUTES_BY_UID_SQL
|
static java.lang.String |
GET_PROPERTY_ID_SQL
The GE t_ propert y_ i d_ sql. |
static java.lang.String |
GET_PROPERTY_MULTIATTRIB_BY_PROPERTY_ID_SQL
|
static java.lang.String |
GET_PROPERTY_UID_BY_ID_AND_NAME
|
static java.lang.String |
INSERT_PROPERTY_MULTIATTRIB_SQL
|
static java.lang.String |
INSERT_PROPERTY_QUALIFIER_SQL
The INSER t_ propert y_ qualifie r_ sql. |
static java.lang.String |
INSERT_PROPERTY_SOURCE_SQL
The INSER t_ propert y_ sourc e_ sql. |
static java.lang.String |
INSERT_PROPERTY_SQL
The INSER t_ propert y_ sql. |
static java.lang.String |
INSERT_PROPERTY_USAGECONTEXT_SQL
The INSER t_ propert y_ usagecontex t_ sql. |
static java.lang.String |
INSERT_PROPERTYLINK_SQL
The INSER t_ propertylin k_ sql. |
static java.lang.String |
PROPERTY_NAMESPACE
|
static java.lang.String |
UPDATE_PROPERTY_BY_UID_SQL
|
static java.lang.String |
UPDATE_PROPERTY_VERSIONABLE_ATTRIB_BY_UID_SQL
|
Fields inherited from class org.lexevs.dao.database.ibatis.AbstractIbatisDao |
---|
VERSIONS_NAMESPACE, VSENTRYSTATE_NAMESPACE |
Constructor Summary | |
---|---|
IbatisPropertyDao()
|
Method Summary | ||
---|---|---|
protected InsertOrUpdatePropertyBean |
buildInsertPropertyBean(java.lang.String prefix,
java.lang.String parentUId,
java.lang.String propertyUId,
java.lang.String entryStateUId,
PropertyDao.PropertyType referenceType,
Property property)
Builds the insert property bean. |
|
protected InsertPropertyMultiAttribBean |
buildInsertPropertyQualifierBean(java.lang.String prefix,
java.lang.String propertyId,
java.lang.String qualifierId,
java.lang.String entryStateId,
PropertyQualifier propertyQualifier)
Builds the insert property qualifier bean. |
|
protected InsertPropertyMultiAttribBean |
buildInsertPropertySourceBean(java.lang.String prefix,
java.lang.String propertyId,
java.lang.String sourceId,
java.lang.String entryStateId,
Source source)
Builds the insert property source bean. |
|
protected InsertPropertyMultiAttribBean |
buildInsertPropertyUsageContextBean(java.lang.String prefix,
java.lang.String propertyId,
java.lang.String qualifierId,
java.lang.String entryStateId,
java.lang.String usageContext)
Builds the insert property usage context bean. |
|
void |
deleteAllCodingSchemePropertiesOfCodingScheme(java.lang.String codingSchemeUId)
Delete all coding scheme properties of coding scheme. |
|
void |
deleteAllEntityPropertiesOfCodingScheme(java.lang.String codingSchemeUId)
Delete all entity properties of coding scheme. |
|
void |
deleteAllPropertiesOfParent(java.lang.String codingSchemeUId,
java.lang.String parentUId,
PropertyDao.PropertyType parentType)
Delete all entity properties of coding scheme. |
|
void |
deleteAllRelationPropertiesOfCodingScheme(java.lang.String codingSchemeUId)
Delete all relation properties of coding scheme. |
|
protected
|
doGetPropertyMultiAttrib(java.lang.String prefix,
java.lang.String propertyId,
java.lang.Class<T> multiAttrib)
|
|
java.util.List<LexGridSchemaVersion> |
doGetSupportedLgSchemaVersions()
Do get supported lg schema versions. |
|
protected java.lang.String |
doInsertHistoryProperty(java.lang.String codingSchemeUId,
java.lang.String propertyUId,
Property property,
Inserter inserter)
|
|
void |
doInsertPropertyLink(java.lang.String prefix,
java.lang.String entityUId,
java.lang.String propertyLinkUId,
java.lang.String link,
java.lang.String sourcePropertyUId,
java.lang.String targetPropertyUId,
Inserter inserter)
Do insert property link. |
|
protected void |
doInsertPropertyQualifier(java.lang.String prefix,
java.lang.String propertyUId,
java.lang.String propertyQualifierUId,
java.lang.String entryStateUId,
PropertyQualifier propertyQualifier,
Inserter inserter)
Insert property qualifier. |
|
protected void |
doInsertPropertySource(java.lang.String prefix,
java.lang.String propertyUId,
java.lang.String propertySourceUId,
java.lang.String entryStateUId,
Source source,
Inserter inserter)
Insert property source. |
|
protected void |
doInsertPropertyUsageContext(java.lang.String prefix,
java.lang.String propertyUId,
java.lang.String propertyUsageContextUId,
java.lang.String entryStateUId,
java.lang.String usageContext,
Inserter inserter)
Insert property usage context. |
|
boolean |
entryStateExists(java.lang.String codingSchemeUId,
java.lang.String entryStateUId)
Method finds if the given entryState already exists. |
|
java.util.List<java.lang.String> |
getAllHistoryPropertyUidsOfParentByRevisionId(java.lang.String codingSchemeUid,
java.lang.String parentId,
java.lang.String revisionId)
|
|
java.util.List<Property> |
getAllPropertiesOfParent(java.lang.String codingSchemeId,
java.lang.String parentId,
PropertyDao.PropertyType type)
Gets the all properties of parent. |
|
java.lang.String |
getEntryStateUId(java.lang.String codingSchemeUId,
java.lang.String propertyUId)
|
|
Property |
getHistoryPropertyByRevisionId(java.lang.String codingSchemeUid,
java.lang.String propertyUid,
java.lang.String revisionId)
|
|
IbatisVersionsDao |
getIbatisVersionsDao()
Gets the ibatis versions dao. |
|
java.lang.String |
getLatestRevision(java.lang.String csUId,
java.lang.String propertyUId)
|
|
java.util.List<Property> |
getPropertiesOfParents(java.lang.String codingSchemeId,
java.util.List<java.lang.String> parentUids)
|
|
java.util.List<Property> |
getPropertiesOfParents(java.lang.String codingSchemeId,
java.util.List<java.lang.String> propertyNames,
java.util.List<java.lang.String> propertyTypes,
java.util.List<java.lang.String> parentUids)
|
|
Property |
getPropertyByUId(java.lang.String vsPropertyUId)
|
|
Property |
getPropertyByUid(java.lang.String codingSchemeId,
java.lang.String propertyUid)
|
|
org.springframework.batch.classify.Classifier<PropertyDao.PropertyType,java.lang.String> |
getPropertyTypeClassifier()
Gets the property type classifier. |
|
protected java.lang.String |
getPropertyTypeString(Property property)
|
|
java.lang.String |
getPropertyUIdByPropertyIdAndName(java.lang.String codingSchemeUId,
java.lang.String referenceUId,
java.lang.String propertyId,
java.lang.String propertyName)
|
|
protected java.lang.String |
getPropertyUIdFromParentUIdAndPropId(java.lang.String codingSchemeId,
java.lang.String parentId,
java.lang.String propId)
Gets the property id from parent id and prop id. |
|
void |
insertBatchProperties(java.lang.String codingSchemeId,
PropertyDao.PropertyType type,
java.util.List<PropertyBatchInsertItem> batch)
Insert batch properties. |
|
void |
insertBatchProperties(java.lang.String codingSchemeId,
PropertyDao.PropertyType type,
java.util.List<PropertyBatchInsertItem> batch,
BatchInserter inserter)
Insert batch properties. |
|
java.lang.String |
insertHistoryProperty(java.lang.String codingSchemeUId,
java.lang.String propertyUId,
Property property)
insert property data into history. |
|
java.lang.String |
insertProperty(java.lang.String codingSchemeUId,
java.lang.String parentUId,
PropertyDao.PropertyType type,
Property property)
Insert property. |
|
java.lang.String |
insertProperty(java.lang.String codingSchemeUId,
java.lang.String referenceUId,
java.lang.String propertyUId,
PropertyDao.PropertyType referenceType,
Property property,
Inserter inserter)
Insert property. |
|
void |
insertPropertyLink(java.lang.String codingSchemeUId,
java.lang.String parentUId,
PropertyLink propertyLink)
Insert property link. |
|
void |
insertPropertyQualifier(java.lang.String codingSchemeId,
java.lang.String propertyId,
PropertyQualifier propertyQualifier)
Insert property qualifier. |
|
void |
insertPropertySource(java.lang.String codingSchemeId,
java.lang.String propertyId,
Source source)
Insert property source. |
|
void |
insertPropertyUsageContext(java.lang.String codingSchemeId,
java.lang.String propertyId,
java.lang.String usageContext)
Insert property usage context. |
|
void |
removePropertyByUId(java.lang.String codingSchemeUId,
java.lang.String propertyUId)
|
|
void |
setIbatisVersionsDao(IbatisVersionsDao ibatisVersionsDao)
Sets the ibatis versions dao. |
|
void |
setPropertyTypeClassifier(org.springframework.batch.classify.Classifier<PropertyDao.PropertyType,java.lang.String> propertyTypeClassifier)
Sets the property type classifier. |
|
java.lang.String |
updateProperty(java.lang.String codingSchemeUId,
java.lang.String parentUId,
java.lang.String propertyUId,
PropertyDao.PropertyType type,
Property property)
Update property. |
|
java.lang.String |
updatePropertyVersionableAttrib(java.lang.String codingSchemeUId,
java.lang.String propertyUId,
Property property)
|
Methods inherited from class org.lexevs.dao.database.ibatis.AbstractIbatisDao |
---|
afterPropertiesSet, executeInTransaction, getBatchTemplateInserter, getNonBatchTemplateInserter, getSqlMapClientTemplate, setNonBatchTemplateInserter, setSqlMapClientTemplate, vsEntryStateExists |
Methods inherited from class org.lexevs.dao.database.access.AbstractBaseDao |
---|
createRandomIdentifier, createUniqueId, getPrefixResolver, getPrimaryKeyIncrementer, setPrefixResolver, setPrimaryKeyIncrementer, supportsLgSchemaVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.lexevs.dao.database.access.LexGridSchemaVersionAwareDao |
---|
executeInTransaction, supportsLgSchemaVersion |
Field Detail |
---|
public static java.lang.String PROPERTY_NAMESPACE
public static java.lang.String INSERT_PROPERTY_SQL
public static java.lang.String DELETE_ALL_CODINGSCHEME_PROPERTIES_OF_CODINGSCHEME_SQL
public static java.lang.String DELETE_ALL_ENTITY_PROPERTIES_OF_CODINGSCHEME_SQL
public static java.lang.String DELETE_ALL_RELATION_PROPERTIES_OF_CODINGSCHEME_SQL
public static java.lang.String DELETE_ALL_PROPERTIES_OF_PARENT_SQL
public static java.lang.String INSERT_PROPERTY_QUALIFIER_SQL
public static java.lang.String INSERT_PROPERTY_SOURCE_SQL
public static java.lang.String INSERT_PROPERTY_USAGECONTEXT_SQL
public static java.lang.String INSERT_PROPERTY_MULTIATTRIB_SQL
public static java.lang.String INSERT_PROPERTYLINK_SQL
public static java.lang.String GET_ALL_PROPERTIES_OF_PARENT_SQL
public static java.lang.String GET_PROPERTIES_OF_PARENT_UIDS_SQL
public static java.lang.String GET_ALL_HISTORY_PROPERTY_UIDS_OF_PARENT_SQL
public static java.lang.String GET_PROPERTY_ID_SQL
public static java.lang.String GET_PROPERTY_ATTRIBUTES_BY_UID_SQL
public static java.lang.String GET_PROPERTY_MULTIATTRIB_BY_PROPERTY_ID_SQL
public static java.lang.String DELETE_PROPERTY_MULTIATTRIB_BY_PROPERTY_ID_SQL
public static java.lang.String UPDATE_PROPERTY_BY_UID_SQL
public static java.lang.String UPDATE_PROPERTY_VERSIONABLE_ATTRIB_BY_UID_SQL
public static java.lang.String DELETE_PROPERTY_BY_UID_SQL
public static java.lang.String GET_PROPERTY_UID_BY_ID_AND_NAME
Constructor Detail |
---|
public IbatisPropertyDao()
Method Detail |
---|
public java.lang.String getEntryStateUId(java.lang.String codingSchemeUId, java.lang.String propertyUId)
getEntryStateUId
in interface PropertyDao
public void insertBatchProperties(java.lang.String codingSchemeId, PropertyDao.PropertyType type, java.util.List<PropertyBatchInsertItem> batch)
PropertyDao
insertBatchProperties
in interface PropertyDao
codingSchemeId
- the coding scheme idtype
- the typebatch
- the batchpublic void insertBatchProperties(java.lang.String codingSchemeId, PropertyDao.PropertyType type, java.util.List<PropertyBatchInsertItem> batch, BatchInserter inserter)
codingSchemeId
- the coding scheme idtype
- the typebatch
- the batchinserter
- the inserterpublic java.lang.String insertProperty(java.lang.String codingSchemeUId, java.lang.String parentUId, PropertyDao.PropertyType type, Property property)
PropertyDao
insertProperty
in interface PropertyDao
codingSchemeUId
- the coding scheme idparentUId
- the parent idtype
- the typeproperty
- the property
public java.lang.String insertHistoryProperty(java.lang.String codingSchemeUId, java.lang.String propertyUId, Property property)
PropertyDao
insertHistoryProperty
in interface PropertyDao
public java.util.List<Property> getPropertiesOfParents(java.lang.String codingSchemeId, java.util.List<java.lang.String> propertyNames, java.util.List<java.lang.String> propertyTypes, java.util.List<java.lang.String> parentUids)
getPropertiesOfParents
in interface PropertyDao
public Property getPropertyByUid(java.lang.String codingSchemeId, java.lang.String propertyUid)
getPropertyByUid
in interface PropertyDao
public java.util.List<Property> getPropertiesOfParents(java.lang.String codingSchemeId, java.util.List<java.lang.String> parentUids)
getPropertiesOfParents
in interface PropertyDao
public java.util.List<Property> getAllPropertiesOfParent(java.lang.String codingSchemeId, java.lang.String parentId, PropertyDao.PropertyType type)
PropertyDao
getAllPropertiesOfParent
in interface PropertyDao
codingSchemeId
- the coding scheme idparentId
- the parent idtype
- the type
public java.util.List<java.lang.String> getAllHistoryPropertyUidsOfParentByRevisionId(java.lang.String codingSchemeUid, java.lang.String parentId, java.lang.String revisionId)
getAllHistoryPropertyUidsOfParentByRevisionId
in interface PropertyDao
public Property getHistoryPropertyByRevisionId(java.lang.String codingSchemeUid, java.lang.String propertyUid, java.lang.String revisionId)
getHistoryPropertyByRevisionId
in interface PropertyDao
protected <T> java.util.List<T> doGetPropertyMultiAttrib(java.lang.String prefix, java.lang.String propertyId, java.lang.Class<T> multiAttrib)
protected java.lang.String getPropertyTypeString(Property property)
public java.lang.String insertProperty(java.lang.String codingSchemeUId, java.lang.String referenceUId, java.lang.String propertyUId, PropertyDao.PropertyType referenceType, Property property, Inserter inserter)
codingSchemeId
- the coding scheme idreferenceUId
- the entity code idreferenceType
- the typeproperty
- the propertyinserter
- the inserter
protected java.lang.String doInsertHistoryProperty(java.lang.String codingSchemeUId, java.lang.String propertyUId, Property property, Inserter inserter)
public java.lang.String updateProperty(java.lang.String codingSchemeUId, java.lang.String parentUId, java.lang.String propertyUId, PropertyDao.PropertyType type, Property property)
PropertyDao
updateProperty
in interface PropertyDao
codingSchemeUId
- the coding scheme idparentUId
- the parent idpropertyUId
- the property idtype
- the typeproperty
- the propertypublic java.lang.String updatePropertyVersionableAttrib(java.lang.String codingSchemeUId, java.lang.String propertyUId, Property property)
updatePropertyVersionableAttrib
in interface PropertyDao
public void insertPropertyQualifier(java.lang.String codingSchemeId, java.lang.String propertyId, PropertyQualifier propertyQualifier)
PropertyDao
insertPropertyQualifier
in interface PropertyDao
codingSchemeId
- the coding scheme idpropertyId
- the property idpropertyQualifier
- the qualifierprotected void doInsertPropertyQualifier(java.lang.String prefix, java.lang.String propertyUId, java.lang.String propertyQualifierUId, java.lang.String entryStateUId, PropertyQualifier propertyQualifier, Inserter inserter)
codingSchemeId
- the coding scheme idpropertyUId
- the property idpropertyQualifier
- the property qualifierinserter
- the inserterpublic void insertPropertySource(java.lang.String codingSchemeId, java.lang.String propertyId, Source source)
PropertyDao
insertPropertySource
in interface PropertyDao
codingSchemeId
- the coding scheme idpropertyId
- the property idsource
- the sourceprotected void doInsertPropertySource(java.lang.String prefix, java.lang.String propertyUId, java.lang.String propertySourceUId, java.lang.String entryStateUId, Source source, Inserter inserter)
codingSchemeId
- the coding scheme idpropertyUId
- the property idsource
- the sourceinserter
- the inserterprotected void doInsertPropertyUsageContext(java.lang.String prefix, java.lang.String propertyUId, java.lang.String propertyUsageContextUId, java.lang.String entryStateUId, java.lang.String usageContext, Inserter inserter)
codingSchemeId
- the coding scheme idpropertyUId
- the property idusageContext
- the usage contextinserter
- the inserterpublic void insertPropertyUsageContext(java.lang.String codingSchemeId, java.lang.String propertyId, java.lang.String usageContext)
PropertyDao
insertPropertyUsageContext
in interface PropertyDao
codingSchemeId
- the coding scheme idpropertyId
- the property idusageContext
- the usage contextpublic void doInsertPropertyLink(java.lang.String prefix, java.lang.String entityUId, java.lang.String propertyLinkUId, java.lang.String link, java.lang.String sourcePropertyUId, java.lang.String targetPropertyUId, Inserter inserter)
prefix
- the prefixentityUId
- the entity idpropertyLinkUId
- the property link idlink
- the linksourcePropertyUId
- the source property idtargetPropertyUId
- the target property idinserter
- the inserterpublic void insertPropertyLink(java.lang.String codingSchemeUId, java.lang.String parentUId, PropertyLink propertyLink)
PropertyDao
insertPropertyLink
in interface PropertyDao
codingSchemeUId
- the coding scheme idpropertyLink
- the property linkpublic void deleteAllCodingSchemePropertiesOfCodingScheme(java.lang.String codingSchemeUId)
PropertyDao
deleteAllCodingSchemePropertiesOfCodingScheme
in interface PropertyDao
codingSchemeUId
- the coding scheme id.public void deleteAllEntityPropertiesOfCodingScheme(java.lang.String codingSchemeUId)
PropertyDao
deleteAllEntityPropertiesOfCodingScheme
in interface PropertyDao
codingSchemeUId
- the coding scheme idpublic void deleteAllRelationPropertiesOfCodingScheme(java.lang.String codingSchemeUId)
PropertyDao
deleteAllRelationPropertiesOfCodingScheme
in interface PropertyDao
codingSchemeUId
- the coding scheme idpublic void deleteAllPropertiesOfParent(java.lang.String codingSchemeUId, java.lang.String parentUId, PropertyDao.PropertyType parentType)
PropertyDao
deleteAllPropertiesOfParent
in interface PropertyDao
codingSchemeUId
- the coding scheme uid.parentUId
- the parent uid.parentType
- the parent typeprotected java.lang.String getPropertyUIdFromParentUIdAndPropId(java.lang.String codingSchemeId, java.lang.String parentId, java.lang.String propId)
codingSchemeId
- the coding scheme idparentId
- the parent idpropId
- the prop id
protected InsertOrUpdatePropertyBean buildInsertPropertyBean(java.lang.String prefix, java.lang.String parentUId, java.lang.String propertyUId, java.lang.String entryStateUId, PropertyDao.PropertyType referenceType, Property property)
prefix
- the prefixparentUId
- the reference unique id.propertyUId
- the property identryStateUId
- the entry state idreferenceType
- the typeproperty
- the property
protected InsertPropertyMultiAttribBean buildInsertPropertyQualifierBean(java.lang.String prefix, java.lang.String propertyId, java.lang.String qualifierId, java.lang.String entryStateId, PropertyQualifier propertyQualifier)
prefix
- the prefixpropertyId
- the property idqualifierId
- the qualifier idpropertyQualifier
- the property qualifier
protected InsertPropertyMultiAttribBean buildInsertPropertyUsageContextBean(java.lang.String prefix, java.lang.String propertyId, java.lang.String qualifierId, java.lang.String entryStateId, java.lang.String usageContext)
prefix
- the prefixpropertyId
- the property idqualifierId
- the qualifier idusageContext
- the usage context
protected InsertPropertyMultiAttribBean buildInsertPropertySourceBean(java.lang.String prefix, java.lang.String propertyId, java.lang.String sourceId, java.lang.String entryStateId, Source source)
prefix
- the prefixpropertyId
- the property idsourceId
- the source idsource
- the source
public java.util.List<LexGridSchemaVersion> doGetSupportedLgSchemaVersions()
AbstractBaseDao
doGetSupportedLgSchemaVersions
in class AbstractBaseDao
public void setPropertyTypeClassifier(org.springframework.batch.classify.Classifier<PropertyDao.PropertyType,java.lang.String> propertyTypeClassifier)
propertyTypeClassifier
- the property type classifierpublic org.springframework.batch.classify.Classifier<PropertyDao.PropertyType,java.lang.String> getPropertyTypeClassifier()
public java.lang.String getPropertyUIdByPropertyIdAndName(java.lang.String codingSchemeUId, java.lang.String referenceUId, java.lang.String propertyId, java.lang.String propertyName)
getPropertyUIdByPropertyIdAndName
in interface PropertyDao
public void removePropertyByUId(java.lang.String codingSchemeUId, java.lang.String propertyUId)
removePropertyByUId
in interface PropertyDao
public java.lang.String getLatestRevision(java.lang.String csUId, java.lang.String propertyUId)
getLatestRevision
in interface PropertyDao
public IbatisVersionsDao getIbatisVersionsDao()
public void setIbatisVersionsDao(IbatisVersionsDao ibatisVersionsDao)
ibatisVersionsDao
- the new ibatis versions daopublic Property getPropertyByUId(java.lang.String vsPropertyUId)
public boolean entryStateExists(java.lang.String codingSchemeUId, java.lang.String entryStateUId)
AbstractIbatisDao
entryStateExists
in interface PropertyDao
entryStateExists
in class AbstractIbatisDao
|
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 |