Issue 11996

Add getHigherRank(Rank) and getHigherRankKey(Rank) to LinneanClassification(Keys) interface

11996
Reporter: mdoering
Assignee: omeyn
Type: Improvement
Summary: Add getHigherRank(Rank) and getHigherRankKey(Rank) to LinneanClassification(Keys) interface
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2012-10-08 17:26:23.931
Updated: 2013-12-06 12:06:42.903
Resolved: 2012-10-09 10:12:42.894
        
Description: By converting LinneanClassification and LinneanClassificationWithKeys from base classes to interfaces we ignored the getters and setters taking a Rank parameter, i.e. getHigherRank(Rank).
Quite a few freemarker templates in the portal rely on that and we should add them back into the interface and use the static utils class to implement them in the various places.]]>