com.softwarereality.forum
Interface LatestMessageForumSession

All Known Implementing Classes:
JdbcLatestMessageForumSession

public interface LatestMessageForumSession

THIS FILE IS CODE GENERATED. LatestMessageForumSession.java

See Also:
LatestMessageForum, LatestMessageForumHome, LatestMessageForumValidator

Method Summary
 int countByQuery(java.lang.Object query)
          Count the Beans using a Object.
 java.util.Iterator findByAll()
          Find All the 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 Object.
 java.util.Iterator findByQuery(java.lang.Object query, int maxRows)
          Find the Beans using a String, with a max row count.
 

Method Detail

findByAll

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

Returns:
Iterator The Beans that were found.
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 Object.

Parameters:
query - A Query Object
Returns:
Iterator The Beans that were 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,
                                      int maxRows)
                               throws FinderException,
                                      ValidationException
Find the Beans using a String, with a max row count.

Parameters:
query - A Query String
maxRows - The maximum number of rows to return.
Returns:
Iterator The Beans that were found.
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 Object.

Parameters:
query - A Query Objectm ususally sSQL
Throws:
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.