Project

General

Profile

« Previous | Next » 

Revision bd45d1fc

Added by Patrick Plitzner about 6 years ago

Remove unused occurrence service method

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IOccurrenceService.java
30 30
import eu.etaxonomy.cdm.api.service.search.LuceneParseException;
31 31
import eu.etaxonomy.cdm.api.service.search.SearchResult;
32 32
import eu.etaxonomy.cdm.api.service.util.TaxonRelationshipEdge;
33
import eu.etaxonomy.cdm.model.common.ICdmBase;
34 33
import eu.etaxonomy.cdm.model.common.Language;
35 34
import eu.etaxonomy.cdm.model.description.DescriptionBase;
36 35
import eu.etaxonomy.cdm.model.description.DescriptionElementBase;
......
410 409
     */
411 410
    public PreservedSpecimenDTO assemblePreservedSpecimenDTO(DerivedUnit derivedUnit);
412 411

  
413
    /**
414
     * Returns a collection of {@link ICdmBase}s that are not persisted via cascading when saving the given specimen (mostly DefinedTerms).
415
     * @param specimen the specimen that is checked for non-cascaded elements.
416
     * @return collection of non-cascaded element associated with the specimen
417
     */
418
    public Collection<ICdmBase> getNonCascadedAssociatedElements(SpecimenOrObservationBase<?> specimen);
419

  
420 412
    /**
421 413
     * Deletes the specified specimen according to the setting in the {@link SpecimenDeleteConfigurator}.<br>
422 414
     * @param specimen the specimen which shoul be deleted

Also available in: Unified diff