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/IAgentService.java
114 114
     *
115 115
     * @return a list of <code>UuidAndTitleCache</code> instances
116 116
     */
117
    public List<UuidAndTitleCache<AgentBase>> getUuidAndAbbrevTitleCache();
117
    public List<UuidAndTitleCache<AgentBase>> getUuidAndAbbrevTitleCache(Integer limit, String pattern, Class clazz);
118 118

  
119 119
    /**
120 120
     * @param teamUuid

Also available in: Unified diff