Project

General

Profile

« Previous | Next » 

Revision 1b426e5c

Added by Katja Luther almost 8 years ago

minor

View differences:

cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/geo/IEditGeoService.java
23 23

  
24 24
import org.springframework.transaction.annotation.Transactional;
25 25

  
26
import eu.etaxonomy.cdm.api.service.dto.CondensedDistribution;
26 27
import eu.etaxonomy.cdm.api.service.dto.DistributionInfoDTO;
27 28
import eu.etaxonomy.cdm.api.utility.DescriptionUtility;
28 29
import eu.etaxonomy.cdm.api.utility.DistributionOrder;
......
204 205
            List<Language> languages, List<String> propertyPaths, CondensedDistributionRecipe recipe,
205 206
            DistributionOrder distributionOrder);
206 207

  
208
    /**
209
    *
210
    * @param distributions
211
    * @param statusOrderPreference see {@link DescriptionUtility#filterDistributions(Collection, boolean, boolean, Set)}
212
    * @param hideMarkedAreas
213
    * @param fallbackAreaMarkerType
214
    * @param recipe
215
    * @param languages
216
    * @return
217
    */
218

  
219
    public CondensedDistribution getCondensedDistribution(Set<Distribution> distributions,
220
            boolean statusOrderPreference,
221
            Set<MarkerType> hideMarkedAreas,
222
            MarkerType fallbackAreaMarkerType,
223
            CondensedDistributionRecipe recipe,
224
            List<Language> langs);
225

  
207 226
}

Also available in: Unified diff