Project

General

Profile

« Previous | Next » 

Revision 47211cfe

Added by Katja Luther over 2 years ago

ref #9843: adapt other uses of SortableTaxonNodeQueryResult- continue

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/SortableTaxonNodeQueryResult.java
54 54
        this(taxonNodeUuid, taxonNodeId, taxonTitleCache, null, nameRank, parentNodeUuid);
55 55
    }
56 56

  
57

  
57 58
    public SortableTaxonNodeQueryResult(UUID taxonNodeUuid, Integer taxonNodeId, String taxonTitleCache,
58 59
            Rank nameRank) {
59 60
        this(taxonNodeUuid, taxonNodeId, taxonTitleCache, null, nameRank, null);
......
61 62
    public SortableTaxonNodeQueryResult(UUID taxonNodeUuid, Integer taxonNodeId, String taxonTitleCache, UUID parentNodeUuid) {
62 63
        this(taxonNodeUuid, taxonNodeId, taxonTitleCache, null, parentNodeUuid);
63 64
    }
65
    public SortableTaxonNodeQueryResult(UUID taxonNodeUuid, Integer taxonNodeId, String taxonTitleCache) {
66
        this(taxonNodeUuid, taxonNodeId, taxonTitleCache, null, null);
67
    }
64 68

  
65 69
    public UUID getTaxonNodeUuid() {
66 70
        return taxonNodeUuid;

Also available in: Unified diff