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