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/IdentifiableServiceBase.java
137 137

  
138 138
	@Transactional(readOnly = true)
139 139
	@Override
140
	public List<UuidAndTitleCache<T>> getUuidAndTitleCache() {
141
		return dao.getUuidAndTitleCache();
140
	public List<UuidAndTitleCache<T>> getUuidAndTitleCache(Integer limit, String pattern) {
141
		return dao.getUuidAndTitleCache(limit, pattern);
142 142
	}
143 143

  
144 144
	@Transactional(readOnly = true)

Also available in: Unified diff