public class TransferUtil extends Object
Constructor and Description |
---|
TransferUtil() |
Modifier and Type | Method and Description |
---|---|
String |
checkItemExistsInOleForBibs(List<String> bibIds) |
String |
checkItemExistsInOleForHoldings(List<String> holdingsIds) |
boolean |
checkItemIsBoundWith(List<String> holdingsIds) |
void |
copyToTree(BoundwithForm transferForm,
List<String> bibIdentifierListForTree,
String treeId) |
void |
deleteVerify(BoundwithForm transferForm,
List<String> ids) |
String |
getDeleteResponseFromDocStore(String operation,
String uuid,
BoundwithForm transferForm)
Deprecated.
|
DocstoreClientLocator |
getDocstoreClientLocator() |
static TransferUtil |
getInstance() |
void |
transferInstances(List<String> selectedSourceInstances,
String selectedDestBib) |
void |
transferItems(List<String> selectedSourceItems,
String selectedDestInstance) |
public TransferUtil()
public static TransferUtil getInstance()
public DocstoreClientLocator getDocstoreClientLocator()
public void deleteVerify(BoundwithForm transferForm, List<String> ids) throws Exception
Exception
public void transferInstances(List<String> selectedSourceInstances, String selectedDestBib)
public void transferItems(List<String> selectedSourceItems, String selectedDestInstance)
public void copyToTree(BoundwithForm transferForm, List<String> bibIdentifierListForTree, String treeId)
@Deprecated public String getDeleteResponseFromDocStore(String operation, String uuid, BoundwithForm transferForm) throws IOException
IOException
public String checkItemExistsInOleForBibs(List<String> bibIds) throws Exception
Exception
public String checkItemExistsInOleForHoldings(List<String> holdingsIds) throws Exception
Exception
public boolean checkItemIsBoundWith(List<String> holdingsIds) throws Exception
Exception
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.