|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJdbcSession
com.softwarereality.forum.jdbc.JdbcForumSession
THIS FILE IS CODE GENERATED. JdbcForumSession.java
Forum,
LazyForumBean,
ForumSession,
JdbcForumHome,
ForumValidator,
Serialized Form| Field Summary | |
protected ForumHome |
forumHome
|
| Constructor Summary | |
JdbcForumSession()
Construct an unqualified qualified JdbcForumSession. |
|
| Method Summary | |
int |
countByQuery(java.lang.Object query)
Count the Beans using a Object. |
java.util.Iterator |
findByAll()
Find All the beans. |
Forum |
findByPrimaryKey(java.lang.Object forumID)
Find the Forum By PrimaryKey( 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 ForumHome |
getForumHome()
Get the ForumHome from the ForumContext. |
void |
load(Forum forum)
Reload the bean, and any dependent beans from the store. |
void |
remove(Forum forum)
Remove the bean, and any dependent beans from the store. |
void |
save(Forum forum)
Create or Save the bean, and any dependent beans to the store. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ForumHome forumHome
| Constructor Detail |
public JdbcForumSession()
| Method Detail |
protected ForumHome getForumHome()
public java.util.Iterator findByAll()
throws FinderException,
ValidationException
ForumSession
findByAll in interface ForumSessionFinderException
ValidationExceptioncom.softwarereality.forum.ForumSessionfindByAll( java.lang.Object )
public Forum findByPrimaryKey(java.lang.Object forumID)
throws FinderException,
ValidationException
ForumSession
findByPrimaryKey in interface ForumSessionFinderException
ValidationException)
public java.util.Iterator findByQuery(java.lang.Object query)
throws FinderException,
ValidationException
ForumSession
findByQuery in interface ForumSessionquery - A Query Object
FinderException
ValidationExceptionForumSession.findByQuery( java.lang.Object )
public java.util.Iterator findByQuery(java.lang.Object query,
int maxRows)
throws FinderException,
ValidationException
ForumSession
findByQuery in interface ForumSessionquery - A Query StringmaxRows - The maximum number of rows to return.
FinderException
ValidationExceptionForumSession.findByQuery( java.lang.Object , int )
public int countByQuery(java.lang.Object query)
throws FinderException,
ValidationException
ForumSession
countByQuery in interface ForumSessionquery - A Query Objectm ususally sSQL
FinderException
ValidationExceptionForumSession.countByQuery( java.lang.Object )
public void load(Forum forum)
throws LoadException,
ValidationException
ForumSession
load in interface ForumSessionLoadException
ValidationExceptionForumSession.load( com.softwarereality.forum.Forum )
public void save(Forum forum)
throws CreateException,
StoreException,
RemoveException,
ValidationException
ForumSession
save in interface ForumSessionCreateException
StoreException
RemoveException
ValidationExceptionForumSession.save( com.softwarereality.forum.Forum )
public void remove(Forum forum)
throws RemoveException,
StoreException,
ValidationException
ForumSession
remove in interface ForumSessionRemoveException
StoreException
ValidationExceptionForumSession.remove( com.softwarereality.forum.Forum )
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||