Project

General

Profile

« Previous | Next » 

Revision f5b66699

Added by Patrick Plitzner over 7 years ago

ref #6333 Add generic support for entity collection sections to allow
adding existing entities

  • this is done by two abstract methods allowAddExisting() and addExisting()

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/supplemental/MarkerSection.java
64 64
        return entity.getMarkers();
65 65
    }
66 66

  
67
    /**
68
     * {@inheritDoc}
69
     */
70
    @Override
71
    public Marker addExisting() {
72
        // TODO Auto-generated method stub
73
        return null;
74
    }
75

  
76
    /**
77
     * {@inheritDoc}
78
     */
79
    @Override
80
    public boolean allowAddExisting() {
81
        // TODO Auto-generated method stub
82
        return false;
83
    }
84

  
67 85
}

Also available in: Unified diff