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-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/common/IIdentifiableDao.java
91 91
	 *
92 92
	 * @return a list of <code>UuidAndTitleCache</code> instances
93 93
	 */
94
	public List<UuidAndTitleCache<T>> getUuidAndTitleCache();
94
	public List<UuidAndTitleCache<T>> getUuidAndTitleCache(Integer limit, String pattern);
95
	/**
96
     * Return a list of all uuids mapped to titleCache in the convenient <code>UuidAndTitleCache</code> object.
97
     * Retrieving this list is considered to be significantly faster than initializing the fully fledged buiseness
98
     * objects. To be used in cases where you want to present large amount of data and provide details after
99
     * a selection has been made.
100
     *
101
     * @return a list of <code>UuidAndTitleCache</code> instances
102
     */
103
    public List<UuidAndTitleCache<T>> getUuidAndTitleCache();
95 104

  
96 105
	 /**
97 106
	 * Return a List of objects matching the given query string, optionally filtered by class, optionally with a particular MatchMode

Also available in: Unified diff