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/vocabulary/StateVocabularyCollectionSection.java
85 85
        return "Add a state vocabulary";
86 86
    }
87 87

  
88
    /**
89
     * {@inheritDoc}
90
     */
91
    @Override
92
    public TermVocabulary<State> addExisting() {
93
        // TODO Auto-generated method stub
94
        return null;
95
    }
96

  
97
    /**
98
     * {@inheritDoc}
99
     */
100
    @Override
101
    public boolean allowAddExisting() {
102
        // TODO Auto-generated method stub
103
        return false;
104
    }
105

  
88 106

  
89 107
}

Also available in: Unified diff