Project

General

Profile

« Previous | Next » 

Revision da219650

Added by Andreas Kohlbecker over 3 years ago

ref #9290 comment on typdesignation citation problem

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetEditorPresenter.java
36 36
import eu.etaxonomy.cdm.model.name.Registration;
37 37
import eu.etaxonomy.cdm.model.name.SpecimenTypeDesignation;
38 38
import eu.etaxonomy.cdm.model.occurrence.Collection;
39
import eu.etaxonomy.cdm.model.occurrence.FieldUnit;
39 40
import eu.etaxonomy.cdm.model.permission.CRUD;
40 41
import eu.etaxonomy.cdm.model.reference.Reference;
41 42
import eu.etaxonomy.cdm.model.term.TermType;
......
120 121
     * loading the Registration specified by the <code>RegistrationAndWorkingsetId.registrationId</code> and in
121 122
     * a second step to find the workingset by the <code>registrationAndWorkingsetId.workingsetId</code>.
122 123
     * <p>
123
     * The <code>identifier</code> must be of the type {@link TypeDesignationWorkingsetEditorIdSet} whereas the field <code>egistrationId</code>
124
     * must be present, the field <code>workingsetId</code>,  however can be null. I this case a new workingset with a new {@link FieldUnit} as
124
     * The <code>identifier</code> must be of the type {@link TypeDesignationWorkingsetEditorIdSet} whereas the
125
     * field <code>registrationId</code> must be present.
126
     * The field <code>workingsetId</code> however can be null.
127
     * I this case a new workingset with a new {@link FieldUnit} as
125 128
     * base entity is being created.
126 129
     *
127 130
     * @param identifier a {@link TypeDesignationWorkingsetEditorIdSet}

Also available in: Unified diff