Project

General

Profile

« Previous | Next » 

Revision c7dae22d

Added by Katja Luther almost 8 years ago

improve delete configurator for taxa and synonyms

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/config/SynonymDeletionConfigurator.java
1 1
// $Id$
2 2
/**
3 3
* Copyright (C) 2009 EDIT
4
* European Distributed Institute of Taxonomy 
4
* European Distributed Institute of Taxonomy
5 5
* http://www.e-taxonomy.eu
6
* 
6
*
7 7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8 8
* See LICENSE.TXT at the top of this package for the full license terms.
9 9
*/
10 10
package eu.etaxonomy.cdm.api.service.config;
11

  
12
import eu.etaxonomy.cdm.api.service.ITaxonService;
13

  
11 14
/**
12 15
 * This class is used to configure synonym deletion.
13
 * 
14
 * @see  ITaxonService#deleteSynonym(eu.etaxonomy.cdm.model.taxon.Synonym) 
15
 * 
16
 *
17
 * @see  ITaxonService#deleteSynonym(eu.etaxonomy.cdm.model.taxon.Synonym)
18
 *
16 19
 * @author k.luther
17 20
 * @date 09.11.2011
18 21
 *
......
27 30
	public void setNewHomotypicGroupIfNeeded(boolean newHomotypicGroupIfNeeded) {
28 31
		this.newHomotypicGroupIfNeeded = newHomotypicGroupIfNeeded;
29 32
	}
30
	
31
	
33

  
34

  
35

  
36

  
32 37
}

Also available in: Unified diff