Project

General

Profile

« Previous | Next » 

Revision d42f5dbb

Added by Andreas Müller over 2 years ago

cleanup

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/AbstractIdentifiableListController.java
98 98

  
99 99
    /**
100 100
     * List IdentifiableEntity objects by identifiers
101
     *
102
     * @param type
103
     * @param identifierType
104
     * @param identifier
105
     * @param pageIndex
106
     * @param pageSize
107
     * @param matchMode
108
     * @param request
109
     * @param response
110
     * @param includeEntity
111
     * @return
112
     * @throws IOException
113 101
     */
114 102
    @RequestMapping(method = RequestMethod.GET, value={"findByIdentifier"})
115 103
    public  Pager<IdentifiedEntityDTO<T>> doFindByIdentifier(

Also available in: Unified diff