Project

General

Profile

« Previous | Next » 

Revision 6dc51956

Added by Ben Clark over 15 years ago

Committing large number of changes relating to versioning implementation (#108), plus lsid resolution services

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/AnnotatableServiceBase.java
10 10
import eu.etaxonomy.cdm.model.common.MarkerType;
11 11
import eu.etaxonomy.cdm.persistence.dao.common.IAnnotatableDao;
12 12

  
13
public abstract class AnnotatableServiceBase<T extends AnnotatableEntity,DAO extends IAnnotatableDao<T>> extends ServiceBase<T, DAO>
13
public abstract class AnnotatableServiceBase<T extends AnnotatableEntity,DAO extends IAnnotatableDao<T>> extends VersionableServiceBase<T, DAO>
14 14
		implements IAnnotatableService<T> {
15 15
	
16 16
	public Pager<Annotation> getAnnotations(T annotatedObj, MarkerType status, Integer pageSize, Integer pageNumber) {

Also available in: Unified diff