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/SourceSection.java
87 87
		getEntity().removeSource(element);
88 88
	}
89 89

  
90
    /**
91
     * {@inheritDoc}
92
     */
93
    @Override
94
    public IdentifiableSource addExisting() {
95
        // TODO Auto-generated method stub
96
        return null;
97
    }
98

  
99
    /**
100
     * {@inheritDoc}
101
     */
102
    @Override
103
    public boolean allowAddExisting() {
104
        // TODO Auto-generated method stub
105
        return false;
106
    }
107

  
90 108
}

Also available in: Unified diff