Project

General

Profile

« Previous | Next » 

Revision 7dce04a4

Added by Katja Luther over 7 years ago

fix #5692: adapt delete algorithm to annotatedLineEditor mechanisms

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/IEntityPersistenceService.java
10 10

  
11 11
package eu.etaxonomy.taxeditor.annotatedlineeditor;
12 12

  
13
import eu.etaxonomy.cdm.api.service.config.DeleteConfiguratorBase;
13 14
import eu.etaxonomy.cdm.api.service.exception.ReferencedObjectUndeletableException;
14 15

  
15 16

  
......
57 58
	 * @return a boolean.
58 59
	 * @throws ReferencedObjectUndeletableException
59 60
	 */
60
	boolean delete(T entity) throws ReferencedObjectUndeletableException;
61
	boolean delete(T entity, DeleteConfiguratorBase config) throws ReferencedObjectUndeletableException;
61 62
}

Also available in: Unified diff