Project

General

Profile

« Previous | Next » 

Revision 29aeffbe

Added by Cherian Mathew almost 9 years ago

EditConceptRelationshipComposite : show notification only when creating concept relationship
NewTaxonBaseComposite : added second sec. combobox for the case of creating synonyms
INewTaxonBaseComponentListener, NewTaxonBasePresenter : creating separate containers for acc. taxon and synonym references
NewTaxonBasePresenter, NewTaxonBasePresenterTest : updated new synonym method to include acc. taxon sec in input
StatusComposite : added move / change actions to context menu

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/INewTaxonBaseComponentListener.java
22 22
public interface INewTaxonBaseComponentListener {
23 23

  
24 24

  
25
    public CdmSQLContainer getSecRefContainer();
26 25

  
27 26

  
28 27
    /**
......
36 35

  
37 36
    /**
38 37
     * @param scientificName
39
     * @param secRefItemId
38
     * @param synSecRefItemId
39
     * @param accTaxonSecRefItemId
40 40
     * @param accTaxonUuid
41 41
     * @return
42 42
     */
43
    public IdUuidName newSynonym(String scientificName, Object secRefItemId, UUID accTaxonUuid);
43
    public IdUuidName newSynonym(String scientificName, Object synSecRefItemId, Object accTaxonSecRefItemId, UUID accTaxonUuid);
44 44

  
45 45

  
46 46
    /**
......
57 57
    public Object getClassificationRefId(UUID classificationUuid);
58 58

  
59 59

  
60
    /**
61
     * @return
62
     */
63
    public CdmSQLContainer getAccTaxonSecRefContainer();
64

  
65

  
66
    /**
67
     * @return
68
     */
69
    public CdmSQLContainer getSynSecRefContainer();
70

  
71

  
72

  
73

  
74

  
60 75

  
61 76

  
62 77

  

Also available in: Unified diff