com.ingenta.clownbike
Class EventItemizedFinder
java.lang.Object
com.ingenta.clownbike.EventItemizedFinder
- public final class EventItemizedFinder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventItemizedFinder
public EventItemizedFinder(java.util.List ids)
findById
public Event findById(DatabaseTransaction transaction,
java.lang.Integer id)
throws DatabaseException
- Throws:
DatabaseException
findBefore
public Event findBefore(DatabaseTransaction transaction,
Event item)
throws DatabaseException
- Throws:
DatabaseException
findAfter
public Event findAfter(DatabaseTransaction transaction,
Event item)
throws DatabaseException
- Throws:
DatabaseException
findAll
public java.util.List findAll(DatabaseTransaction transaction)
throws DatabaseException
- Throws:
DatabaseException
getIdsKey
public static java.lang.String getIdsKey()