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/identifier/DerivedUnitFacadeIdentifierSection.java
48 48
		getEntity().removeIdentifier(element);
49 49
	}
50 50

  
51
    /**
52
     * {@inheritDoc}
53
     */
54
    @Override
55
    public Identifier addExisting() {
56
        // TODO Auto-generated method stub
57
        return null;
58
    }
59

  
60
    /**
61
     * {@inheritDoc}
62
     */
63
    @Override
64
    public boolean allowAddExisting() {
65
        // TODO Auto-generated method stub
66
        return false;
67
    }
68

  
51 69
}

Also available in: Unified diff