com.softwarereality.forum.jdbc
Class JdbcLatestMessageForumSession

java.lang.Object
  extended byJdbcSession
      extended bycom.softwarereality.forum.jdbc.JdbcLatestMessageForumSession
All Implemented Interfaces:
LatestMessageForumSession

public class JdbcLatestMessageForumSession
extends JdbcSession
implements LatestMessageForumSession

THIS FILE IS CODE GENERATED. JdbcLatestMessageForumSession.java

See Also:
LatestMessageForum, LazyLatestMessageForumBean, LatestMessageForumSession, JdbcLatestMessageForumHome, LatestMessageForumValidator, Serialized Form

Field Summary
protected  LatestMessageForumHome latestMessageForumHome
           
 
Constructor Summary
JdbcLatestMessageForumSession()
          Construct an unqualified qualified JdbcLatestMessageForumSession.
 
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.
protected  LatestMessageForumHome getLatestMessageForumHome()
          Get the LatestMessageForumHome from the ForumContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latestMessageForumHome

protected LatestMessageForumHome latestMessageForumHome
Constructor Detail

JdbcLatestMessageForumSession

public JdbcLatestMessageForumSession()
Construct an unqualified qualified JdbcLatestMessageForumSession.

Method Detail

getLatestMessageForumHome

protected LatestMessageForumHome getLatestMessageForumHome()
Get the LatestMessageForumHome from the ForumContext.


findByAll

public java.util.Iterator findByAll()
                             throws FinderException,
                                    ValidationException
Description copied from interface: LatestMessageForumSession
Find All the beans.

Specified by:
findByAll in interface LatestMessageForumSession
Returns:
Iterator The Beans that were found.
Throws:
FinderException
ValidationException
See Also:
com.softwarereality.forum.LatestMessageForumSessionfindByAll( java.lang.Object )

findByForum

public LatestMessageForum findByForum(java.lang.Object forumID)
                               throws FinderException,
                                      ValidationException
Description copied from interface: LatestMessageForumSession
Find the LatestMessageForum By Forum( java.lang.Object )

Specified by:
findByForum in interface LatestMessageForumSession
Returns:
LatestMessageForum The Bean/s that was found.
Throws:
FinderException
ValidationException
See Also:
)

findByQuery

public java.util.Iterator findByQuery(java.lang.Object query)
                               throws FinderException,
                                      ValidationException
Description copied from interface: LatestMessageForumSession
Find the Beans using a Object.

Specified by:
findByQuery in interface LatestMessageForumSession
Parameters:
query - A Query Object
Returns:
Iterator The Beans that were found.
Throws:
FinderException
ValidationException
See Also:
LatestMessageForumSession.findByQuery( java.lang.Object )

findByQuery

public java.util.Iterator findByQuery(java.lang.Object query,
                                      int maxRows)
                               throws FinderException,
                                      ValidationException
Description copied from interface: LatestMessageForumSession
Find the Beans using a String, with a max row count.

Specified by:
findByQuery in interface LatestMessageForumSession
Parameters:
query - A Query String
maxRows - The maximum number of rows to return.
Returns:
Iterator The Beans that were found.
Throws:
FinderException
ValidationException
See Also:
LatestMessageForumSession.findByQuery( java.lang.Object , int )

countByQuery

public int countByQuery(java.lang.Object query)
                 throws FinderException,
                        ValidationException
Description copied from interface: LatestMessageForumSession
Count the Beans using a Object.

Specified by:
countByQuery in interface LatestMessageForumSession
Parameters:
query - A Query Objectm ususally sSQL
Throws:
FinderException
ValidationException
See Also:
LatestMessageForumSession.countByQuery( java.lang.Object )