public class DocumentSelectionTree extends Object
| Constructor and Description |
|---|
DocumentSelectionTree() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> |
add(Collection<String> uuidList,
String docType) |
org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> |
add(Collection<String> uuidList,
String docType,
boolean excludeEHoldings) |
org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> |
addForTransfer(List<String> uuidList,
String docType) |
org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> |
addHoldingsTree(List<HoldingsTree> holdingsTrees,
String docType)
This method adds the holdings trees to the root node in left pane tree.
|
List<org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String>> |
buildNodeList(List<BibTree> bibTreeList) |
List<org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String>> |
buildNodeListForTransfer(List<BibTree> bibTreeList) |
DocstoreClientLocator |
getDocstoreClientLocator() |
protected void |
initTree() |
void |
remove() |
public DocumentSelectionTree()
public DocstoreClientLocator getDocstoreClientLocator()
protected void initTree()
public org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> add(Collection<String> uuidList, String docType) throws org.apache.solr.client.solrj.SolrServerException
org.apache.solr.client.solrj.SolrServerExceptionpublic org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> addHoldingsTree(List<HoldingsTree> holdingsTrees, String docType) throws org.apache.solr.client.solrj.SolrServerException
holdingsTrees - docType - org.apache.solr.client.solrj.SolrServerExceptionpublic org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> add(Collection<String> uuidList, String docType, boolean excludeEHoldings) throws org.apache.solr.client.solrj.SolrServerException
org.apache.solr.client.solrj.SolrServerExceptionpublic void remove()
public List<org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String>> buildNodeList(List<BibTree> bibTreeList)
bibTreeList - public org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String> addForTransfer(List<String> uuidList, String docType)
public List<org.kuali.rice.core.api.util.tree.Node<DocumentTreeNode,String>> buildNodeListForTransfer(List<BibTree> bibTreeList)
bibTreeList - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.