Project

General

Profile

« Previous | Next » 

Revision 75338ad3

Added by Andreas Kohlbecker almost 6 years ago

ref #7648 common base class AbstractHibernateTaxonGraphProcessor to deduplicate TaxonGraph methods

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/taxonGraph/ITaxonGraphDao.java
21 21
 */
22 22
public interface ITaxonGraphDao {
23 23

  
24

  
25
    /**
26
     * ONLY for tests!!!
27
     * @param uuid
28
     */
29
    @Deprecated
30
    void setSecReferenceUUID(UUID uuid);
31

  
32 24
    List<TaxonGraphEdgeDTO> edges(UUID fromtaxonUuid, UUID toTaxonUuid, boolean includeUnpublished) throws TaxonGraphException;
33 25

  
34 26
    List<TaxonGraphEdgeDTO> edges(TaxonName fromName, TaxonName toName, boolean includeUnpublished) throws TaxonGraphException;
35 27

  
36

  
37 28
}

Also available in: Unified diff