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
Exceptionpublic 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
IOExceptionpublic String checkItemExistsInOleForBibs(List<String> bibIds) throws Exception
Exceptionpublic String checkItemExistsInOleForHoldings(List<String> holdingsIds) throws Exception
Exceptionpublic boolean checkItemIsBoundWith(List<String> holdingsIds) throws Exception
ExceptionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.