Project

General

Profile

« Previous | Next » 

Revision f5b66699

Added by Patrick Plitzner about 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/occurrence/derivedUnit/PreservedSpecimenCurrentDeterminationDetailSection.java
131 131
		return "Create new current determination event";
132 132
	}
133 133

  
134
    /**
135
     * {@inheritDoc}
136
     */
137
    @Override
138
    public DeterminationEvent addExisting() {
139
        return null;
140
    }
141

  
142
    /**
143
     * {@inheritDoc}
144
     */
145
    @Override
146
    public boolean allowAddExisting() {
147
        return false;
148
    }
149

  
134 150
}

Also available in: Unified diff