Project

General

Profile

« Previous | Next » 

Revision c51ef083

Added by Katja Luther almost 8 years ago

add limit and pattern to the uuid and titlecache methods

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/AgentServiceImpl.java
245 245
     * @see eu.etaxonomy.cdm.api.service.IAgentService#getUuidAndAbbrevTitleCache()
246 246
     */
247 247
    @Override
248
    public List<UuidAndTitleCache<AgentBase>> getUuidAndAbbrevTitleCache() {
249
        return dao.getUuidAndAbbrevTitleCache(null, null);
248
    public List<UuidAndTitleCache<AgentBase>> getUuidAndAbbrevTitleCache(Integer limit, String pattern, Class clazz) {
249
        return dao.getUuidAndAbbrevTitleCache(null, null, clazz);
250 250
    }
251 251

  
252 252
}

Also available in: Unified diff