org.kuali.ole.service.impl
Class OleDeliveryDocstoreServiceImpl

java.lang.Object
  extended by org.kuali.ole.service.impl.OleDeliveryDocstoreServiceImpl
All Implemented Interfaces:
OleDeliveryDocstoreService

public class OleDeliveryDocstoreServiceImpl
extends Object
implements OleDeliveryDocstoreService

Created with IntelliJ IDEA. User: ? Date: 10/5/12 Time: 10:56 AM To change this template use File | Settings | File Templates.


Constructor Summary
OleDeliveryDocstoreServiceImpl()
           
 
Method Summary
 String getLocation(LocationLevel oleLocationLevel)
           
 List<OleItemSearch> getOleItemSearchList(Map<String,String> searchCriteria)
           
 boolean itemValidations(String itemUid)
          Validation for item barcode , status, shelving location and item type presences in item level record.
 String persistNewToDocstoreForIngest(BibliographicRecord bibliographicRecord, Item item, OleHoldings oleHoldings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OleDeliveryDocstoreServiceImpl

public OleDeliveryDocstoreServiceImpl()
Method Detail

getOleItemSearchList

public List<OleItemSearch> getOleItemSearchList(Map<String,String> searchCriteria)
Specified by:
getOleItemSearchList in interface OleDeliveryDocstoreService

persistNewToDocstoreForIngest

public String persistNewToDocstoreForIngest(BibliographicRecord bibliographicRecord,
                                            Item item,
                                            OleHoldings oleHoldings)
Specified by:
persistNewToDocstoreForIngest in interface OleDeliveryDocstoreService

itemValidations

public boolean itemValidations(String itemUid)
Validation for item barcode , status, shelving location and item type presences in item level record.

Specified by:
itemValidations in interface OleDeliveryDocstoreService
Parameters:
itemUid -
Returns:

getLocation

public String getLocation(LocationLevel oleLocationLevel)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.