Project

General

Profile

« Previous | Next » 

Revision 112ab4f7

Added by Katja Luther about 5 years ago

ref #8096: move cache updater and service methods return updateResult

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/PolytomousKeyServiceImpl.java
56 56
	}
57 57

  
58 58
	@Override
59
	public void updateCaches(Class<? extends PolytomousKey> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<PolytomousKey> cacheStrategy, IProgressMonitor monitor) {
59
	public UpdateResult updateCaches(Class<? extends PolytomousKey> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<PolytomousKey> cacheStrategy, IProgressMonitor monitor) {
60 60
		if (clazz == null){
61 61
			clazz = PolytomousKey.class;
62 62
		}
63
		super.updateCachesImpl(clazz, stepSize, cacheStrategy, monitor);
63
		return super.updateCachesImpl(clazz, stepSize, cacheStrategy, monitor);
64 64
	}
65 65

  
66 66
	@Override

Also available in: Unified diff