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/name/TypeDesignationSection.java
125 125
	public TaxonBase getTaxonBase() {
126 126
		return taxonBase;
127 127
	}
128

  
129
    /**
130
     * {@inheritDoc}
131
     */
132
    @Override
133
    public TypeDesignationBase addExisting() {
134
        return null;
135
    }
136

  
137
    /**
138
     * {@inheritDoc}
139
     */
140
    @Override
141
    public boolean allowAddExisting() {
142
        return false;
143
    }
128 144
}

Also available in: Unified diff