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/supplemental/identifier/IdentifierSection.java
45 45
		getEntity().removeIdentifier(element);
46 46
	}
47 47

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

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

  
48 66
}

Also available in: Unified diff