Revision c2109b54
Added by Katja Luther over 8 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java | ||
---|---|---|
1113 | 1113 |
public <S extends DescriptionBase> Pager<FindByIdentifierDTO<S>> findByIdentifier(Class<S> clazz, String identifier, DefinedTerm identifierType, MatchMode matchmode, boolean includeEntity, Integer pageSize, Integer pageNumber, List<String> propertyPaths){ |
1114 | 1114 |
return defaultService.findByIdentifier(clazz, identifier, identifierType, matchmode, includeEntity, pageSize, pageNumber, propertyPaths); |
1115 | 1115 |
} |
1116 |
|
|
1117 |
@Override |
|
1118 |
public UUID deleteDescription(DescriptionBase description) { |
|
1119 |
return defaultService.deleteDescription(description); |
|
1120 |
} |
|
1116 | 1121 |
} |
Also available in: Unified diff