Project

General

Profile

« Previous | Next » 

Revision 183973c8

Added by Andreas Kohlbecker almost 8 years ago

#5852 dao, service and controler for taxonNode sibling retrieval

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/taxon/IClassificationDao.java
65 65

  
66 66
    public abstract Long countChildrenOf(Taxon taxon, Classification classification);
67 67

  
68
    /**
69
     * @param taxon
70
     * @param classification
71
     * @param pageSize
72
     * @param pageIndex
73
     * @param propertyPaths
74
     * @return
75
     */
76
    List<TaxonNode> listSiblingsOf(Taxon taxon, Classification classification, Integer pageSize, Integer pageIndex,
77
            List<String> propertyPaths);
78

  
79
    /**
80
     * @param taxon
81
     * @param classification
82
     * @return
83
     */
84
    Long countSiblingsOf(Taxon taxon, Classification classification);
85

  
68 86

  
69 87
}

Also available in: Unified diff