org.chorem.vradi.ui.email.widgets
Class AttachmentSessionFileHandler

java.lang.Object
  extended by org.chorem.vradi.ui.widgets.MultipleSelectionHandler<File,B,H>
      extended by org.chorem.vradi.ui.widgets.MultipleSelectionFileHandler<Session,EmailHandler>
          extended by org.chorem.vradi.ui.email.widgets.AttachmentSessionFileHandler

public class AttachmentSessionFileHandler
extends MultipleSelectionFileHandler<Session,EmailHandler>

Author:
sletellier

Field Summary
 
Fields inherited from class org.chorem.vradi.ui.widgets.MultipleSelectionHandler
addedDatas, handlerClass, ui
 
Constructor Summary
AttachmentSessionFileHandler(MultipleSelectionPane ui)
           
 
Method Summary
 File addFiles(MultipleSelectionPane ui, Session bean)
           
 File downloadFile(String selected, String wikittyId)
           
 Set<String> getFiles()
           
 List<String> removeFiles(Session bean, List<String> selectedInList)
           
protected  void updateSession()
           
 
Methods inherited from class org.chorem.vradi.ui.widgets.MultipleSelectionFileHandler
add, fileNotFound, init, openSelected, remove
 
Methods inherited from class org.chorem.vradi.ui.widgets.MultipleSelectionHandler
addToList, fillList, getAddedData, getAddedDatas, getBean, getHandler, getList, getListModel, getSelectedInList, removeFromList, removeFromList, setBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentSessionFileHandler

public AttachmentSessionFileHandler(MultipleSelectionPane ui)
Method Detail

downloadFile

public File downloadFile(String selected,
                         String wikittyId)
                  throws VradiException
Specified by:
downloadFile in class MultipleSelectionFileHandler<Session,EmailHandler>
Throws:
VradiException

removeFiles

public List<String> removeFiles(Session bean,
                                List<String> selectedInList)
Specified by:
removeFiles in class MultipleSelectionFileHandler<Session,EmailHandler>

getFiles

public Set<String> getFiles()
Specified by:
getFiles in class MultipleSelectionFileHandler<Session,EmailHandler>

addFiles

public File addFiles(MultipleSelectionPane ui,
                     Session bean)
Specified by:
addFiles in class MultipleSelectionFileHandler<Session,EmailHandler>

updateSession

protected void updateSession()


Copyright © 2009-2011 CodeLutin. All Rights Reserved.