Project

General

Profile

« Previous | Next » 

Revision 23a5eb46

Added by Katja Luther about 4 years ago

ref #8890: add constructor for bulkeditor input with class and uuid

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
107 107
		return editorInput;
108 108
	}
109 109

  
110
	public static AbstractBulkEditorInput NewInstance(Class clazz, UUID uuid) {
111

  
112
        BulkEditorInputType inputType = BulkEditorInputType.getByType(clazz);
113

  
114
        AbstractBulkEditorInput editorInput = NewInstance(inputType);
115

  
116
        editorInput.setEntityUuid(uuid);
117

  
118
        return editorInput;
119
    }
120

  
110 121
    public abstract String getName();
111 122

  
112 123
    public String getEditorName(){

Also available in: Unified diff