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