org.kuali.kpme.tklm.time.scheduler
Class TimeBlockSerializerService
java.lang.Object
   org.kuali.kpme.tklm.time.scheduler.TimeBlockSerializerService
org.kuali.kpme.tklm.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-2014 The Kuali Foundation. All Rights Reserved.