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/key/TaxonomicScopeSection.java
111 111
		return "Add a taxon to the scope of this key";
112 112
	}
113 113

  
114
    /**
115
     * {@inheritDoc}
116
     */
117
    @Override
118
    public Taxon addExisting() {
119
        // TODO Auto-generated method stub
120
        return null;
121
    }
122

  
123
    /**
124
     * {@inheritDoc}
125
     */
126
    @Override
127
    public boolean allowAddExisting() {
128
        // TODO Auto-generated method stub
129
        return false;
130
    }
131

  
114 132
}

Also available in: Unified diff