org.marketchangers.prayer
Interface PrayerRequestSearcher

All Known Implementing Classes:
LucenePrayerRequestSearcher

public interface PrayerRequestSearcher

Author:
Matthew Todd

Field Summary
static PrayerRequestSearcher NULL_OBJECT
           
 
Method Summary
 void delete(int docId)
           
 void index(java.util.Collection requests)
           
 void index(PrayerRequest request)
           
 java.util.List search(PrayerRequestQuery query)
          By this point, organizationName has been mapped to a list of users, and the whole list has been filtered to just those the intercessor has permission to view.
 void updateStatus(PrayerRequest reqeust)
           
 

Field Detail

NULL_OBJECT

public static final PrayerRequestSearcher NULL_OBJECT
Method Detail

index

public void index(PrayerRequest request)

index

public void index(java.util.Collection requests)

search

public java.util.List search(PrayerRequestQuery query)
By this point, organizationName has been mapped to a list of users, and the whole list has been filtered to just those the intercessor has permission to view.


updateStatus

public void updateStatus(PrayerRequest reqeust)

delete

public void delete(int docId)
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004 Web Commerce Group, LLC. All Rights Reserved.