Project

General

Profile

« Previous | Next » 

Revision 1e201891

Added by Patrick Plitzner almost 8 years ago

Renaming #5458

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/dbstatus/IDistributionTableComponent.java
35 35

  
36 36
		LazyLoadedContainer getTableContainer();
37 37

  
38
		int getSizeOfClassification();
38
		int getSizeOfTaxonNode();
39 39

  
40 40
		List<Distribution> getDistribution(Taxon taxon);
41 41

  
......
54 54
		List<DescriptionElementBase> listDescriptionElementsForTaxon(
55 55
				Taxon taxon, Set<Feature> setFeature);
56 56

  
57
		TaxonNode getChosenClassification();
57
		TaxonNode getChosenTaxonNode();
58 58

  
59 59
		List<TaxonNode> getAllNodes(int start, int end);
60 60

  

Also available in: Unified diff