@Deprecated public class GraphLexEvsTreeDao extends java.lang.Object implements LexEvsTreeDao
LexEvsTreeDao.Direction
Constructor and Description |
---|
GraphLexEvsTreeDao()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LexEvsTreeNode> |
getChildren(java.lang.String codingScheme,
CodingSchemeVersionOrTag versionOrTag,
java.lang.String code,
java.lang.String namespace,
LexEvsTreeDao.Direction direction,
java.util.List<java.lang.String> associationNames,
int start,
int limit)
Deprecated.
Gets the children.
|
java.util.List<LexEvsTreeNode> |
getChildren(java.lang.String codingScheme,
CodingSchemeVersionOrTag versionOrTag,
java.lang.String code,
java.lang.String namespace,
LexEvsTreeDao.Direction direction,
java.util.List<java.lang.String> associationNames,
java.util.List<java.lang.String> knownCodes,
int start,
int limit)
Deprecated.
Gets the children.
|
int |
getChildrenCount(java.lang.String codingScheme,
CodingSchemeVersionOrTag versionOrTag,
java.lang.String code,
java.lang.String namespace,
LexEvsTreeDao.Direction direction,
java.util.List<java.lang.String> associationNames)
Deprecated.
Gets the children count.
|
LexEvsTreeNode |
getNode(java.lang.String codingScheme,
CodingSchemeVersionOrTag versionOrTag,
java.lang.String code,
java.lang.String namespace)
Deprecated.
Gets the node.
|
public java.util.List<LexEvsTreeNode> getChildren(java.lang.String codingScheme, CodingSchemeVersionOrTag versionOrTag, java.lang.String code, java.lang.String namespace, LexEvsTreeDao.Direction direction, java.util.List<java.lang.String> associationNames, int start, int limit)
LexEvsTreeDao
getChildren
in interface LexEvsTreeDao
codingScheme
- the coding schemeversionOrTag
- the version or tagcode
- the codenamespace
- the namespacedirection
- the directionassociationNames
- the association namesstart
- the startlimit
- the limit@Transactional public LexEvsTreeNode getNode(java.lang.String codingScheme, CodingSchemeVersionOrTag versionOrTag, java.lang.String code, java.lang.String namespace)
LexEvsTreeDao
getNode
in interface LexEvsTreeDao
codingScheme
- the coding schemeversionOrTag
- the version or tagcode
- the codenamespace
- the namespacepublic int getChildrenCount(java.lang.String codingScheme, CodingSchemeVersionOrTag versionOrTag, java.lang.String code, java.lang.String namespace, LexEvsTreeDao.Direction direction, java.util.List<java.lang.String> associationNames)
LexEvsTreeDao
getChildrenCount
in interface LexEvsTreeDao
codingScheme
- the coding schemeversionOrTag
- the version or tagcode
- the codenamespace
- the namespacedirection
- the directionassociationNames
- the association namespublic java.util.List<LexEvsTreeNode> getChildren(java.lang.String codingScheme, CodingSchemeVersionOrTag versionOrTag, java.lang.String code, java.lang.String namespace, LexEvsTreeDao.Direction direction, java.util.List<java.lang.String> associationNames, java.util.List<java.lang.String> knownCodes, int start, int limit)
LexEvsTreeDao
getChildren
in interface LexEvsTreeDao
codingScheme
- the coding schemeversionOrTag
- the version or tagcode
- the codenamespace
- the namespacedirection
- the directionassociationNames
- the association namesknownCodes
- the known codesstart
- the startlimit
- the limit