org.kuali.ole.ingest
Class OlePatronRecordHandler

java.lang.Object
  extended by org.kuali.ole.ingest.OlePatronRecordHandler

public class OlePatronRecordHandler
extends Object

OlePatronRecordHandler builds the Patron based on fileContent and also convert the List of olePatron into Patron xml


Constructor Summary
OlePatronRecordHandler()
           
 
Method Summary
 OlePatronGroup buildPatronFromFileContent(String fileContent)
          This method returns Patron.
 String toXML(List<OlePatron> olePatrons)
          This method returns Patron xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronRecordHandler

public OlePatronRecordHandler()
Method Detail

buildPatronFromFileContent

public OlePatronGroup buildPatronFromFileContent(String fileContent)
                                          throws URISyntaxException,
                                                 IOException
This method returns Patron. This method build the Patron based on fileContent.

Parameters:
fileContent -
Returns:
OlePatronGroup
Throws:
URISyntaxException
IOException

toXML

public String toXML(List<OlePatron> olePatrons)
This method returns Patron xml. This method convert the List of olePatron into Patron xml.

Parameters:
olePatrons -
Returns:
stringBuffer


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