org.ferris.journal.gui.model
Class JournalList

java.lang.Object
  extended by org.ferris.journal.gui.model.JournalList

public class JournalList
extends Object


Constructor Summary
JournalList()
           
 
Method Summary
 List<Journal> active()
           
 void add(Journal journal)
           
 void add(List<Journal> journals)
           
 List<Journal> all()
           
 void remove(Journal journal)
           
 void update(Journal journal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalList

public JournalList()
Method Detail

all

public List<Journal> all()

active

public List<Journal> active()

add

public void add(List<Journal> journals)

add

public void add(Journal journal)

remove

public void remove(Journal journal)

update

public void update(Journal journal)


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