com.arsdigita.search.filters
Class PartyFilterSpecification

java.lang.Object
  extended bycom.arsdigita.search.FilterSpecification
      extended bycom.arsdigita.search.filters.PartyFilterSpecification

public class PartyFilterSpecification
extends FilterSpecification

A filter spec for supplying two dates (start & end) for filtering on the item's launch date.


Field Summary
static String PARTIES
           
static String SEARCH_TERM
           
 
Constructor Summary
PartyFilterSpecification(PartyCollection parties, FilterType filterType)
          Creates a new filter restricting results to have a launch date within a given range, inclusive.
 
Method Summary
 PartyCollection getParties()
          Start of the date range for filtering
 
Methods inherited from class com.arsdigita.search.FilterSpecification
equals, get, getType, hashCode, set
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_TERM

public static final String SEARCH_TERM
See Also:
Constant Field Values

PARTIES

public static final String PARTIES
See Also:
Constant Field Values
Constructor Detail

PartyFilterSpecification

public PartyFilterSpecification(PartyCollection parties,
                                FilterType filterType)
Creates a new filter restricting results to have a launch date within a given range, inclusive.

Method Detail

getParties

public PartyCollection getParties()
Start of the date range for filtering

Returns:
the start date


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC