org.kuali.hr.time.scheduler
Class TimeBlockSerializerService

java.lang.Object
  extended by org.kuali.hr.time.scheduler.TimeBlockSerializerService

public class TimeBlockSerializerService
extends Object

A temporary Service class to serialize the Object into XML file


Constructor Summary
TimeBlockSerializerService()
           
 
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
 

Constructor Detail

TimeBlockSerializerService

public TimeBlockSerializerService()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.