Modifier and Type | Method and Description |
---|---|
Item |
ASRHelperServiceImpl.getItem(String itemUUID) |
Item |
ASRHelperServiceImpl.getItemUsingBarcode(String barcode) |
Modifier and Type | Method and Description |
---|---|
List<Item> |
OLEBatchBibImportBo.getItemsToCreate() |
List<Item> |
OLEBatchBibImportBo.getItemsToUpdate() |
Modifier and Type | Method and Description |
---|---|
static List<Item> |
BatchBibImportUtil.getItem(List<HoldingsTree> holdingsTreeList) |
Modifier and Type | Method and Description |
---|---|
static void |
BatchBibImportUtil.buildLocationLevels(Item item) |
Modifier and Type | Method and Description |
---|---|
void |
LoanProcessor.getLocation(Item oleItem,
OleLoanDocument oleLoanDoc,
Item item)
This method returns location details.
|
Modifier and Type | Method and Description |
---|---|
Item |
OleDeliverRequestDocumentHelperServiceImpl.populateInfoFromInstanceItemToDocItem(Item instanceItem,
Item documentItem) |
Item |
OleDeliverRequestDocumentHelperServiceImpl.retrieveItemWithBibAndHoldingData(String itemUUID) |
Modifier and Type | Method and Description |
---|---|
Item |
OleDeliverRequestDocumentHelperServiceImpl.populateInfoFromInstanceItemToDocItem(Item instanceItem,
Item documentItem) |
Modifier and Type | Class and Description |
---|---|
class |
OleWorkItemDocument
Created with IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
Item |
DocumentTreeNode.getItem() |
Modifier and Type | Method and Description |
---|---|
String |
DocumentTreeNode.buildTreeDataForItem(Item item) |
String |
DocumentTreeNode.buildTreeDataForItem(Item item,
Holdings holdings) |
String |
EditorFormDataHandler.getItemLabel(Holdings holdings,
Item item) |
void |
DocumentTreeNode.setItem(Item item) |
void |
DocumentTreeNode.setWorkHoldingsDocument(Item item,
Holdings holdings) |
void |
DocumentTreeNode.setWorkItemDocument(Item item) |
Modifier and Type | Method and Description |
---|---|
protected Item |
AbstractEditor.getItemRecord() |
protected Item |
AbstractEditor.retrieveItem(String itemId) |
Modifier and Type | Method and Description |
---|---|
List<Item> |
GlobalEditForm.getItemList() |
List<Item> |
OLESearchForm.getItemList() |
List<Item> |
CallNumberBrowseForm.getItemList() |
List<Item> |
BoundwithForm.getItemList() |
List<Item> |
WorkbenchForm.getItemList() |
Modifier and Type | Method and Description |
---|---|
void |
OLESearchForm.setItemList(List<Item> itemList) |
void |
CallNumberBrowseForm.setItemList(List<Item> itemList) |
void |
BoundwithForm.setItemList(List<Item> itemList) |
void |
WorkbenchForm.setItemList(List<Item> itemList) |
Modifier and Type | Method and Description |
---|---|
Item |
DocstoreRestClient.findItem(Map<String,String> map) |
Item |
DocstoreClient.findItem(Map<String,String> map) |
Item |
DocstoreRestClient.retrieveItem(String itemId) |
Item |
DocstoreClient.retrieveItem(String itemId) |
Item |
DocstoreRestClient.retrieveItemByBarcode(String barcode) |
Item |
DocstoreClient.retrieveItemByBarcode(String barcode) |
Item |
DocstoreRestClient.updateItem(Item item) |
Item |
DocstoreClient.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Item> |
DocstoreRestClient.retrieveItemMap(List<String> itemIds) |
HashMap<String,Item> |
DocstoreClient.retrieveItemMap(List<String> itemIds) |
List<Item> |
DocstoreRestClient.retrieveItems(List<String> itemIds) |
List<Item> |
DocstoreClient.retrieveItems(List<String> itemIds) |
Modifier and Type | Method and Description |
---|---|
void |
DocstoreRestClient.bulkUpdateItem(Item item,
List<String> itemIds,
String canUpdateStaffOnlyFlag) |
void |
DocstoreClient.bulkUpdateItem(Item item,
List<String> itemIds,
String canUpdateStaffOnlyFlag) |
void |
DocstoreRestClient.createItem(Item item) |
void |
DocstoreClient.createItem(Item item) |
Item |
DocstoreRestClient.updateItem(Item item) |
Item |
DocstoreClient.updateItem(Item item) |
Modifier and Type | Class and Description |
---|---|
class |
ItemOleml
Java class for itemOleml complex type.
|
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,Item> |
ItemMap.itemMap |
protected List<Item> |
Items.items |
protected List<Item> |
HoldingsTree.items |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Item> |
ItemMap.getItemMap()
Gets the value of the items property.
|
List<Item> |
Items.getItems()
Gets the value of the items property.
|
List<Item> |
HoldingsTree.getItems()
Gets the value of the items property.
|
Modifier and Type | Method and Description |
---|---|
int |
Item.compareTo(Item o) |
void |
Item.setItem(Item itemIncoming) |
Modifier and Type | Method and Description |
---|---|
Item |
DocstoreService.findItem(Map<String,String> map) |
Item |
DocstoreService.retrieveItem(String itemId) |
Item |
DocstoreService.retrieveItemByBarcode(String barcode) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Item> |
DocstoreService.retrieveItemMap(List<String> itemIds) |
List<Item> |
DocstoreService.retrieveItems(List<String> itemIds) |
Modifier and Type | Method and Description |
---|---|
void |
DocstoreService.bulkUpdateItem(Item item,
List<String> itemIds,
String canUpdateStaffOnlyFlag) |
void |
DocstoreService.createItem(Item item) |
void |
DocstoreService.setResultFieldsForItem(Item itemDoc,
List<SearchResultField> searchResultFields) |
void |
DocstoreService.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
List<Item> |
BatchBibTreeDBUtil.fetchItemForHoldings(int holdingsId) |
Modifier and Type | Method and Description |
---|---|
Item |
DocstoreLocalClient.findItem(Map<String,String> map) |
Item |
DocstoreLocalClient.retrieveItem(String itemId) |
Item |
DocstoreLocalClient.retrieveItemByBarcode(String barcode) |
Item |
DocstoreLocalClient.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Item> |
DocstoreLocalClient.retrieveItemMap(List<String> itemIds) |
List<Item> |
DocstoreLocalClient.retrieveItems(List<String> itemIds) |
Modifier and Type | Method and Description |
---|---|
void |
DocstoreLocalClient.bulkUpdateItem(Item item,
List<String> itemIds,
String canUpdateStaffOnlyFlag) |
void |
DocstoreLocalClient.createItem(Item item) |
Item |
DocstoreLocalClient.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
Item |
DocstoreServiceImpl.findItem(Map<String,String> map) |
Item |
DocstoreServiceImpl.retrieveItem(String itemId) |
Item |
DocstoreServiceImpl.retrieveItemByBarcode(String barcode) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Item> |
DocstoreServiceImpl.retrieveItemMap(List<String> itemIds) |
List<Item> |
DocstoreServiceImpl.retrieveItems(List<String> itemIds) |
Modifier and Type | Method and Description |
---|---|
void |
DocstoreServiceImpl.bulkUpdateItem(Item item,
List<String> itemIds,
String canUpdateStaffOnlyFlag) |
void |
DocstoreServiceImpl.createItem(Item item) |
void |
DocstoreServiceImpl.setResultFieldsForItem(Item itemDoc,
List<SearchResultField> searchResultFields) |
void |
DocstoreServiceImpl.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
void |
DocstoreIndexServiceImpl.createItem(Item item) |
void |
DocstoreIndexService.createItem(Item item) |
void |
DocstoreIndexServiceImpl.updateItem(Item item) |
void |
DocstoreIndexService.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.solr.common.SolrInputDocument |
ItemOlemlIndexer.getSolrInputFieldsForItem(Item itemDocument) |
Modifier and Type | Method and Description |
---|---|
Item |
DocstoreRDBMSStorageService.retrieveItem(String itemId) |
Item |
DocstoreStorageService.retrieveItem(String itemId) |
Item |
DocstoreRDBMSStorageService.retrieveItemByBarcode(String barcode) |
Item |
DocstoreStorageService.retrieveItemByBarcode(String barcode) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,Item> |
DocstoreRDBMSStorageService.retrieveItemMap(List<String> itemIds) |
HashMap<String,Item> |
DocstoreStorageService.retrieveItemMap(List<String> itemIds) |
List<Item> |
DocstoreRDBMSStorageService.retrieveItems(List<String> itemIds) |
List<Item> |
DocstoreStorageService.retrieveItems(List<String> itemIds) |
Modifier and Type | Method and Description |
---|---|
void |
DocstoreRDBMSStorageService.createItem(Item item) |
void |
DocstoreStorageService.createItem(Item item) |
void |
DocstoreRDBMSStorageService.updateItem(Item item) |
void |
DocstoreStorageService.updateItem(Item item) |
Modifier and Type | Method and Description |
---|---|
protected Item |
RdbmsItemDocumentManager.buildItemContent(ItemRecord itemRecord) |
protected Item |
RdbmsItemDocumentManager.retrieveItem(String id,
Holdings holdings,
ItemRecord itemRecord) |
Item |
RdbmsItemDocumentManager.retrieveItemByBarcode(String barcode) |
Modifier and Type | Method and Description |
---|---|
void |
RdbmsItemDocumentManager.itemBarcodeValidation(Item item) |
void |
RdbmsItemDocumentManager.validateMissingPieces(Item itemDoc) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.