org.kuali.ole.service
Interface OverlayHelperService
- All Known Implementing Classes:
- OverlayHelperServiceImpl
public interface OverlayHelperService
Created by IntelliJ IDEA.
User: premkb
Date: 12/2/12
Time: 8:54 PM
To change this template use File | Settings | File Templates.
updateInstanceToDocstore
String updateInstanceToDocstore(String instanceUUID,
InstanceCollection oldInstanceCollection,
InstanceCollection newInstanceCollection)
throws Exception
- Throws:
Exception
getUUID
String getUUID(Response response,
String docType)
throws Exception
- Throws:
Exception
updateBibliographicRecordExcludingGPF
BibliographicRecord updateBibliographicRecordExcludingGPF(BibliographicRecord oldBibliographicRecord,
BibliographicRecord newBibliographicRecord,
List<String> gpfFieldList,
List<OverlayOption> overlayOptionList)
throws Exception
- Throws:
Exception
updateBibliographicRecordIncludingGPF
BibliographicRecord updateBibliographicRecordIncludingGPF(BibliographicRecord oldBibliographicRecord,
BibliographicRecord newBibliographicRecord,
List<String> gpfFieldList,
List<OverlayOption> overlayOptionList)
throws Exception
- Throws:
Exception
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.