Project

General

Profile

« Previous | Next » 

Revision a0f770fe

Added by Andreas Müller over 1 year ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/e4/TaxonEditorInputE4.java
126 126
        }
127 127
        init(taxonNode);
128 128
        setInitiallySelectedTaxonBase(getTaxon());
129

  
130 129
    }
131 130

  
132 131
    private void initForTaxonBase(UUID taxonBaseUuid) {
......
171 170
        }
172 171
    }
173 172

  
174

  
175 173
    private void initForParentTaxonNode(UUID parentNodeUuid){
176 174
    	this.getCdmEntitySession().bind();
177 175
        TaxonName name = PreferencesUtil.getPreferredNomenclaturalCode().getNewTaxonNameInstance(null);
......
258 256

  
259 257
    public static TaxonEditorInputE4 NewInstance(UUID taxonNodeUuid) {
260 258
        return new TaxonEditorInputE4(taxonNodeUuid, CdmType.TAXON_NODE);
261

  
262 259
    }
263 260

  
264 261
    public static TaxonEditorInputE4 NewInstanceFromTaxonBase(UUID taxonBaseUuid){

Also available in: Unified diff