Project

General

Profile

« Previous | Next » 

Revision 9f495932

Added by Andreas Müller almost 8 years ago

#5909 fix failing test

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IIdentifiableEntityService.java
99 99

  
100 100
    /**
101 101
     * Return a list of all uuids mapped to titleCache in the convenient <code>UuidAndTitleCache</code> object.
102
     * Retrieving this list is considered to be significantly faster than initializing the fully fledged buiseness
102
     * @see #getUuidAndTitleCache(Integer, String)
103
     */
104
    public List<UuidAndTitleCache<T>> getUuidAndTitleCache();
105

  
106
    /**
107
     * Return a list of all uuids mapped to titleCache in the convenient <code>UuidAndTitleCache</code> object.
108
     * Retrieving this list is considered to be significantly faster than initializing the fully fledged business
103 109
     * objects. To be used in cases where you want to present large amount of data and provide details after
104 110
     * a selection has been made.
105 111
     *

Also available in: Unified diff