org.ferris.journal.gui.controller
Class SearchController

java.lang.Object
  extended by org.ferris.journal.gui.controller.SearchController

public class SearchController
extends Object


Constructor Summary
SearchController(Model model)
           
 
Method Summary
 void close()
           
 void edit(JournalEntry entry)
           
 void exit()
           
 void export(File selectedFile, List<JournalEntry> entries)
           
 void search(String keyword, long[] journalIds, Calendar minInclusive, Calendar maxInclusive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchController

public SearchController(Model model)
Method Detail

exit

public void exit()

close

public void close()

edit

public void edit(JournalEntry entry)

search

public void search(String keyword,
                   long[] journalIds,
                   Calendar minInclusive,
                   Calendar maxInclusive)

export

public void export(File selectedFile,
                   List<JournalEntry> entries)


Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.