org.kuali.ole
Class OleHoldingsRecordHandler

java.lang.Object
  extended by org.kuali.ole.OleHoldingsRecordHandler

public class OleHoldingsRecordHandler
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 4/10/12 Time: 9:24 PM To change this template use File | Settings | File Templates.


Field Summary
static String CALL_NUMBER_TYPE
           
 
Constructor Summary
OleHoldingsRecordHandler()
           
 
Method Summary
 String generateXML(List<ProfileAttribute> profileAttributes)
           
 DataField getDataFieldForTag(BibliographicRecord bibliographicRecord, String tag)
           
 OleHoldings getOleHoldings(BibliographicRecord bibliographicRecord, List<ProfileAttribute> profileAttributes)
           
 OleHoldings getOleHoldings(List<ProfileAttribute> profileAttributes)
           
 String toXML(OleHoldings oleHolding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALL_NUMBER_TYPE

public static final String CALL_NUMBER_TYPE
See Also:
Constant Field Values
Constructor Detail

OleHoldingsRecordHandler

public OleHoldingsRecordHandler()
Method Detail

generateXML

public String generateXML(List<ProfileAttribute> profileAttributes)

getOleHoldings

public OleHoldings getOleHoldings(List<ProfileAttribute> profileAttributes)

getOleHoldings

public OleHoldings getOleHoldings(BibliographicRecord bibliographicRecord,
                                  List<ProfileAttribute> profileAttributes)

getDataFieldForTag

public DataField getDataFieldForTag(BibliographicRecord bibliographicRecord,
                                    String tag)

toXML

public String toXML(OleHoldings oleHolding)


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