com.softwarereality.forum
Interface LatestMessageForumHome

All Known Implementing Classes:
JdbcLatestMessageForumHome

public interface LatestMessageForumHome

THIS FILE IS CODE GENERATED. LatestMessageForumHome.java

See Also:
LatestMessageForum, LatestMessageForumSession, LatestMessageForumValidator

Method Summary
 int countByQuery(java.lang.Object query)
          Count the Beans using a String.
 java.util.Iterator findByAll()
          Find All the 'available' beans.
 LatestMessageForum findByForum(java.lang.Object forumID)
          Find the LatestMessageForum By Forum( java.lang.Object )
 java.util.Iterator findByQuery(java.lang.Object query)
          Find the Beans using a String.
 java.util.Iterator findByQuery(java.lang.Object query, int maxRows)
          Find the Beans using a Query Object, with a maximum return row count.
 

Method Detail

findByAll

public java.util.Iterator findByAll()
                             throws FinderException,
                                    ValidationException
Find All the 'available' beans.

Returns:
Iterator
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByForum

public LatestMessageForum findByForum(java.lang.Object forumID)
                               throws FinderException,
                                      ValidationException
Find the LatestMessageForum By Forum( java.lang.Object )

Returns:
LatestMessageForum The Bean/s that was found.
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByQuery

public java.util.Iterator findByQuery(java.lang.Object query)
                               throws FinderException,
                                      ValidationException
Find the Beans using a String.

Parameters:
query - A Query Object.toString(), usually an SQL query.
Returns:
Iterator
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

findByQuery

public java.util.Iterator findByQuery(java.lang.Object query,
                                      int maxRows)
                               throws FinderException,
                                      ValidationException
Find the Beans using a Query Object, with a maximum return row count.

Parameters:
query - A Query Object, usually an SQL String
maxRows - The maximum number of rows to return.
Returns:
Iterator
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.

countByQuery

public int countByQuery(java.lang.Object query)
                 throws FinderException,
                        ValidationException
Count the Beans using a String.

Parameters:
query - A Query Object
Returns:
int the number of matching beans
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.