|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJdbcSession
com.softwarereality.forum.jdbc.JdbcMessageSession
THIS FILE IS CODE GENERATED. JdbcMessageSession.java
Message,
LazyMessageBean,
MessageSession,
JdbcMessageHome,
MessageValidator,
Serialized Form| Field Summary | |
protected MessageHome |
messageHome
|
| Constructor Summary | |
JdbcMessageSession()
Construct an unqualified qualified JdbcMessageSession. |
|
| Method Summary | |
int |
countByQuery(java.lang.Object query)
Count the Beans using a Object. |
java.util.Iterator |
findByAll()
Find All the beans. |
java.util.Iterator |
findByForum(java.lang.Object forumID)
Find the Message By Forum( java.lang.Object ) |
Message |
findByPrimaryKey(java.lang.Object msgID)
Find the Message 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 MessageHome |
getMessageHome()
Get the MessageHome from the ForumContext. |
void |
load(Message message)
Reload the bean, and any dependent beans from the store. |
void |
remove(Message message)
Remove the bean, and any dependent beans from the store. |
void |
save(Message message)
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 MessageHome messageHome
| Constructor Detail |
public JdbcMessageSession()
| Method Detail |
protected MessageHome getMessageHome()
public java.util.Iterator findByAll()
throws FinderException,
ValidationException
MessageSession
findByAll in interface MessageSessionFinderException
ValidationExceptioncom.softwarereality.forum.MessageSessionfindByAll( java.lang.Object )
public java.util.Iterator findByForum(java.lang.Object forumID)
throws FinderException,
ValidationException
MessageSession
findByForum in interface MessageSessionFinderException
ValidationException)
public Message findByPrimaryKey(java.lang.Object msgID)
throws FinderException,
ValidationException
MessageSession
findByPrimaryKey in interface MessageSessionFinderException
ValidationException)
public java.util.Iterator findByQuery(java.lang.Object query)
throws FinderException,
ValidationException
MessageSession
findByQuery in interface MessageSessionquery - A Query Object
FinderException
ValidationExceptionMessageSession.findByQuery( java.lang.Object )
public java.util.Iterator findByQuery(java.lang.Object query,
int maxRows)
throws FinderException,
ValidationException
MessageSession
findByQuery in interface MessageSessionquery - A Query StringmaxRows - The maximum number of rows to return.
FinderException
ValidationExceptionMessageSession.findByQuery( java.lang.Object , int )
public int countByQuery(java.lang.Object query)
throws FinderException,
ValidationException
MessageSession
countByQuery in interface MessageSessionquery - A Query Objectm ususally sSQL
FinderException
ValidationExceptionMessageSession.countByQuery( java.lang.Object )
public void load(Message message)
throws LoadException,
ValidationException
MessageSession
load in interface MessageSessionLoadException
ValidationExceptionMessageSession.load( com.softwarereality.forum.Message )
public void save(Message message)
throws CreateException,
StoreException,
RemoveException,
ValidationException
MessageSession
save in interface MessageSessionCreateException
StoreException
RemoveException
ValidationExceptionMessageSession.save( com.softwarereality.forum.Message )
public void remove(Message message)
throws RemoveException,
StoreException,
ValidationException
MessageSession
remove in interface MessageSessionRemoveException
StoreException
ValidationExceptionMessageSession.remove( com.softwarereality.forum.Message )
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||