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/ExtensionSection.java
70 70
		getEntity().removeExtension(element);
71 71
	}
72 72

  
73
    /**
74
     * {@inheritDoc}
75
     */
76
    @Override
77
    public Extension addExisting() {
78
        // TODO Auto-generated method stub
79
        return null;
80
    }
81

  
82
    /**
83
     * {@inheritDoc}
84
     */
85
    @Override
86
    public boolean allowAddExisting() {
87
        // TODO Auto-generated method stub
88
        return false;
89
    }
90

  
73 91
}

Also available in: Unified diff