Project

General

Profile

« Previous | Next » 

Revision 0844524a

Added by Andreas Kohlbecker about 6 years ago

switching vom id based to uuid based ui navigation and entity references

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/event/TaxonNameEditorAction.java
9 9
package eu.etaxonomy.cdm.vaadin.event;
10 10

  
11 11
import java.util.Stack;
12
import java.util.UUID;
12 13

  
13 14
import com.vaadin.ui.Component;
14 15

  
......
41 42
     * @param source
42 43
     * @param sourceView
43 44
     */
44
    public TaxonNameEditorAction(EditorActionType action, Integer entityId, Component source, AbstractView sourceView) {
45
        super(action, entityId, source, sourceView);
45
    public TaxonNameEditorAction(EditorActionType action, UUID entityUuid, Component source, AbstractView sourceView) {
46
        super(action, entityUuid, source, sourceView);
46 47
    }
47 48

  
48 49
    /**
......
52 53
     * @param sourceView
53 54
     * @param context
54 55
     */
55
    public TaxonNameEditorAction(EditorActionType action, Integer entityId, Component source, AbstractView sourceView,
56
    public TaxonNameEditorAction(EditorActionType action, UUID entityUuid, Component source, AbstractView sourceView,
56 57
            Stack<EditorActionContext> context) {
57
        super(action, entityId, source, sourceView, context);
58
        super(action, entityUuid, source, sourceView, context);
58 59
    }
59 60

  
60 61

  

Also available in: Unified diff