com.jurismarches.vradi.ui.thesaurus
Class ThesaurusDataProvider

java.lang.Object
  extended by com.jurismarches.vradi.ui.tree.VradiDataProvider
      extended by com.jurismarches.vradi.ui.thesaurus.ThesaurusDataProvider
All Implemented Interfaces:
jaxx.runtime.swing.nav.NavDataProvider

public class ThesaurusDataProvider
extends VradiDataProvider

Author:
sletellier

Field Summary
protected  Map<Thesaurus,Integer> cachedMap
           
protected  QueryParameters queryParameters
           
 
Fields inherited from class com.jurismarches.vradi.ui.tree.VradiDataProvider
dataService, proxy
 
Constructor Summary
ThesaurusDataProvider()
           
ThesaurusDataProvider(QueryParameters queryParameters)
           
 
Method Summary
 String getCartographyToolTip(Thesaurus thesaurus)
           
protected  Map<Thesaurus,Integer> getChildrenCartography(String thesaurusId)
           
 Collection<Thesaurus> getChildrenThesaurus(String thesaurusId)
           
 Integer getNbFormsForThesaurus(Thesaurus thesaurus)
           
 boolean isCartography()
           
 boolean isEnabled()
           
 
Methods inherited from class com.jurismarches.vradi.ui.tree.VradiDataProvider
getVradiDataService, getWikittyProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryParameters

protected QueryParameters queryParameters

cachedMap

protected Map<Thesaurus,Integer> cachedMap
Constructor Detail

ThesaurusDataProvider

public ThesaurusDataProvider()

ThesaurusDataProvider

public ThesaurusDataProvider(QueryParameters queryParameters)
Method Detail

isCartography

public boolean isCartography()

getNbFormsForThesaurus

public Integer getNbFormsForThesaurus(Thesaurus thesaurus)

getChildrenThesaurus

public Collection<Thesaurus> getChildrenThesaurus(String thesaurusId)

getChildrenCartography

protected Map<Thesaurus,Integer> getChildrenCartography(String thesaurusId)

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface jaxx.runtime.swing.nav.NavDataProvider
Overrides:
isEnabled in class VradiDataProvider

getCartographyToolTip

public String getCartographyToolTip(Thesaurus thesaurus)


Copyright © 2009-2010 JurisMarches. All Rights Reserved.