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/key/ScopeRestrictionSection.java
56 56
		return "Add a scope restriction";
57 57
	}
58 58

  
59

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

  
69

  
70
    /**
71
     * {@inheritDoc}
72
     */
73
    @Override
74
    public boolean allowAddExisting() {
75
        // TODO Auto-generated method stub
76
        return false;
77
    }
78

  
59 79
}

Also available in: Unified diff