de.iai.ilcd.webgui.controller.admin
Class ImportHandler

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.admin.ImportHandler
All Implemented Interfaces:
java.io.Serializable

public class ImportHandler
extends java.lang.Object
implements java.io.Serializable

Author:
clemens.duepmeier
See Also:
Serialized Form

Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
ImportHandler()
           
 
Method Summary
 void doImport()
           
 java.util.List<UploadedFileInformation> getUploadedFiles()
           
 void handleFileUpload(org.primefaces.event.FileUploadEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.slf4j.Logger logger
Constructor Detail

ImportHandler

public ImportHandler()
Method Detail

handleFileUpload

public void handleFileUpload(org.primefaces.event.FileUploadEvent event)
                      throws javax.faces.event.AbortProcessingException
Throws:
javax.faces.event.AbortProcessingException

doImport

public void doImport()

getUploadedFiles

public java.util.List<UploadedFileInformation> getUploadedFiles()