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/RightsSection.java
69 69
		getEntity().removeRights(element);
70 70
	}
71 71

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

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

  
72 90
}

Also available in: Unified diff