Project

General

Profile

« Previous | Next » 

Revision d98c0473

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/registration/IRegistrationWorkingSetService.java
27 27
/**
28 28
 * @author a.kohlbecker
29 29
 * @since May 4, 2017
30
 *
31 30
 */
32 31
public interface IRegistrationWorkingSetService {
33 32

  
......
74 73
            String taxonNameFilterPattern, String referenceFilterPattern, Collection<UUID> typeDesignationStatusUuids, Integer pageSize,
75 74
            Integer pageIndex, List<OrderHint> orderHints);
76 75

  
77
    /**
78
     * @param submitterUuid
79
     * @param includedStatus
80
     * @param taxonNameFilterPattern
81
     * @param matchMode
82
     * @param pageSize
83
     * @param pageIndex
84
     * @param orderHints
85
     * @param propertyPaths
86
     * @return
87
     */
88 76
    public Pager<RegistrationDTO> findInTaxonGraph(UUID submitterUuid, Collection<RegistrationStatus> includedStatus,
89 77
            String taxonNameFilterPattern, MatchMode matchMode, Integer pageSize, Integer pageIndex,
90 78
            List<OrderHint> orderHints);
91 79

  
92 80
    public Pager<RegistrationDTO> pageWorkingSetsByNameUUID(Collection<UUID> taxonNameUuids, Integer pageIndex, Integer pageSize, List<OrderHint> orderHints) throws RegistrationValidationException, PermissionDeniedException;
93

  
94

  
95

  
96 81
}

Also available in: Unified diff