com.ingenta.clownbike
Class FAQItemizedFinder

java.lang.Object
  extended bycom.ingenta.clownbike.FAQItemizedFinder

public final class FAQItemizedFinder
extends java.lang.Object


Constructor Summary
FAQItemizedFinder(java.util.List ids)
           
 
Method Summary
 FAQ findAfter(DatabaseTransaction transaction, FAQ item)
           
 java.util.List findAll(DatabaseTransaction transaction)
           
 FAQ findBefore(DatabaseTransaction transaction, FAQ item)
           
 FAQ findById(DatabaseTransaction transaction, java.lang.Integer id)
           
static java.lang.String getIdsKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FAQItemizedFinder

public FAQItemizedFinder(java.util.List ids)
Method Detail

findById

public FAQ findById(DatabaseTransaction transaction,
                    java.lang.Integer id)
             throws DatabaseException
Throws:
DatabaseException

findBefore

public FAQ findBefore(DatabaseTransaction transaction,
                      FAQ item)
               throws DatabaseException
Throws:
DatabaseException

findAfter

public FAQ findAfter(DatabaseTransaction transaction,
                     FAQ item)
              throws DatabaseException
Throws:
DatabaseException

findAll

public java.util.List findAll(DatabaseTransaction transaction)
                       throws DatabaseException
Throws:
DatabaseException

getIdsKey

public static java.lang.String getIdsKey()