Project

General

Profile

« Previous | Next » 

Revision 9f53671d

Added by Cherian Mathew about 9 years ago

EditConceptRelationshipComposite : updated composite for new and edit functionality
IdAndUuid -> IdAndUuidName : new identity object with name
NewTaxonBaseComposite, StatusComposite, NewTaxonBasePresenter, IConceptRelationshipComponentListener, INewTaxonBaseComponentListener : changed IdUuid to IdUuidName
ConceptRelationshipPresenter, ConceptRelationshipPresenterTest(.xml) : added update and delete methods for relationships
CdmQueryFactory : updated relationship query to include classification

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/IConceptRelationshipComponentListener.java
24 24
     * @param taxonUuid
25 25
     * @throws JSONException
26 26
     */
27
    public void updateConceptRelationship(UUID taxonUuid) throws JSONException;
27
    public void refreshRelationshipView(UUID taxonUuid) throws JSONException;
28 28

  
29 29
}

Also available in: Unified diff