org.homeunix.thecave.buddi.model.impl
Class FilteredLists.BudgetCategoryListFilteredByParent

java.lang.Object
  extended by org.homeunix.thecave.moss.data.list.FilteredList<T>
      extended by org.homeunix.thecave.buddi.model.impl.FilteredLists.BudgetCategoryListFilteredByParent
All Implemented Interfaces:
java.lang.Iterable<BudgetCategory>, java.util.Collection<BudgetCategory>, java.util.List<BudgetCategory>
Enclosing class:
FilteredLists

public static class FilteredLists.BudgetCategoryListFilteredByParent
extends FilteredList<T>

Returns a list of categories which are children of the given parent.

Author:
wyatt

Field Summary
 
Fields inherited from class org.homeunix.thecave.moss.data.list.FilteredList
filteredListSource
 
Constructor Summary
FilteredLists.BudgetCategoryListFilteredByParent(Document model, java.util.List<BudgetCategory> budgetCategories, BudgetCategory parent)
           
 
Method Summary
 boolean isIncluded(BudgetCategory object)
           
 
Methods inherited from class org.homeunix.thecave.moss.data.list.FilteredList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

FilteredLists.BudgetCategoryListFilteredByParent

public FilteredLists.BudgetCategoryListFilteredByParent(Document model,
                                                        java.util.List<BudgetCategory> budgetCategories,
                                                        BudgetCategory parent)
Method Detail

isIncluded

public boolean isIncluded(BudgetCategory object)
Specified by:
isIncluded in class FilteredList<BudgetCategory>