Project

General

Profile

« Previous | Next » 

Revision 41513bae

Added by Cherian Mathew almost 11 years ago

declared savesEntity method to return a flag indicating whether the creator class also saves the entity

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/IEntityCreator.java
49 49
	 * @return a {@link java.util.Map} object.
50 50
	 */
51 51
	Map<Object, String> getKeyLabelPairs();
52
	
53
	/**
54
	 * Return a flag indicating whether this creator also saves the entities
55
	 *
56
	 * @return true or false
57
	 */
58
	boolean savesEntity();
59
	
60

  
52 61
}

Also available in: Unified diff