@Service public class MetadataControlServiceImpl extends Object implements MetadataControlService
| Constructor and Description |
|---|
MetadataControlServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
MetadataControlResult |
deleteAu(Long auSeq,
String auKey)
Deletes an Archival Unit and its metadata.
|
MetadataControlResult |
deletePublicationIssn(Long mdItemSeq,
String issn,
String issnType)
Deletes an ISSN linked to a publication.
|
public MetadataControlResult deletePublicationIssn(Long mdItemSeq, String issn, String issnType) throws LockssWebServicesFault
deletePublicationIssn in interface MetadataControlServicemdItemSeq - A Long with the publication metadata identifier.issn - A String with the ISSN.issnType - A String with the ISSN type.LockssWebServicesFault - if there are problems.public MetadataControlResult deleteAu(Long auSeq, String auKey) throws LockssWebServicesFault
deleteAu in interface MetadataControlServiceauSeq - A Long with the Archival Unit database identifier.auKey - A String with the Archival Unit key identifier.LockssWebServicesFault - if there are problems.Copyright © 2000–2023 LOCKSS Program. All rights reserved.