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/CollectionServiceImpl.java
39 39

  
40 40
	@Override
41 41
	@Transactional(readOnly = false)
42
    public void updateCaches(Class<? extends Collection> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<Collection> cacheStrategy, IProgressMonitor monitor) {
42
    public UpdateResult updateCaches(Class<? extends Collection> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<Collection> cacheStrategy, IProgressMonitor monitor) {
43 43
		if (clazz == null){
44 44
			clazz = Collection.class;
45 45
		}
46
		super.updateCachesImpl(clazz, stepSize, cacheStrategy, monitor);
46
		return super.updateCachesImpl(clazz, stepSize, cacheStrategy, monitor);
47 47
	}
48 48

  
49 49

  

Also available in: Unified diff