public class

KnowledgebasePersistenceServiceImpl

extends QueryableImpl
implements KnowledgebasePersistenceService
java.lang.Object
   ↳ org.mbari.sql.QueryableImpl
     ↳ vars.knowledgebase.KnowledgebasePersistenceServiceImpl

Class Overview

Created by IntelliJ IDEA. User: brian Date: Sep 29, 2009 Time: 12:58:56 PM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Fields
From class org.mbari.sql.QueryableImpl
Public Constructors
KnowledgebasePersistenceServiceImpl()
Constructs ...
Public Methods
boolean doesConceptNameExist(String conceptname)
void updateConceptNameUsedByLinkTemplates(Concept concept)
Updates all Observations, Associations, and LinkTemplates in the database so that any that use a non-primary name for the given concept are changed so that they use the primary name.
[Expand]
Inherited Methods
From class org.mbari.sql.QueryableImpl
From class java.lang.Object
From interface org.mbari.sql.IQueryable
From interface vars.knowledgebase.KnowledgebasePersistenceService

Public Constructors

public KnowledgebasePersistenceServiceImpl ()

Constructs ...

Public Methods

public boolean doesConceptNameExist (String conceptname)

public void updateConceptNameUsedByLinkTemplates (Concept concept)

Updates all Observations, Associations, and LinkTemplates in the database so that any that use a non-primary name for the given concept are changed so that they use the primary name.