| java.lang.Object biz.hammurapi.web.analysis.AnalysisTermSource
Constructor Summary | |
public | AnalysisTermSource(int glossaryId, SQLProcessor processor, IdentityManager identityManager, boolean createTerms, boolean readOnlyView, Set idSet) | public | AnalysisTermSource(int glossaryId, SQLProcessor processor, IdentityManager identityManager, boolean createTerms, boolean readOnlyView) |
AnalysisTermSource | public AnalysisTermSource(int glossaryId, SQLProcessor processor, IdentityManager identityManager, boolean createTerms, boolean readOnlyView, Set idSet)(Code) | | |
AnalysisTermSource | public AnalysisTermSource(int glossaryId, SQLProcessor processor, IdentityManager identityManager, boolean createTerms, boolean readOnlyView)(Code) | | |
addTerms | public void addTerms(Collection terms)(Code) | | Adds collection of terms to term cache.
Parameters: terms - |
getGroupedRootTerms | public Map getGroupedRootTerms()(Code) | | Root terms grouped by namespaces and then by category and then by first letter |
loadTerms | public void loadTerms()(Code) | | Pre-loads root terms from the database for given glossary
|
|
|