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