org.kuali.hr.time.scheduler
Class TimeBlockSerializerService
java.lang.Object
org.kuali.hr.time.scheduler.TimeBlockSerializerService
public class TimeBlockSerializerService
- extends Object
A temporary Service class to serialize the Object into XML file
Method Summary |
void |
serializeToCSV()
|
void |
serializeToXML()
This method will read all the timeBlock objects from DB and will
serialize it to ObjData.xml file in user home folder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeBlockSerializerService
public TimeBlockSerializerService()
serializeToXML
public void serializeToXML()
throws FileNotFoundException
- This method will read all the timeBlock objects from DB and will
serialize it to ObjData.xml file in user home folder
- Throws:
FileNotFoundException
serializeToCSV
public void serializeToCSV()
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.