|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
THIS FILE IS CODE GENERATED. MessageHome.java
Message,
MessageSession,
MessageValidator| Method Summary | |
int |
countByQuery(java.lang.Object query)
Count the Beans using a String. |
Message |
create(Message message)
Create just this Message in the store. |
java.util.Iterator |
findByAll()
Find All the 'available' 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 String. |
java.util.Iterator |
findByQuery(java.lang.Object query,
int maxRows)
Find the Beans using a Query Object, with a maximum return row count. |
void |
load(Message message)
Reload the Message based on it's primaryKey. |
void |
remove(Message msgID)
Remove just this Message in the store. |
void |
store(Message message)
Store just this Message in the store. |
| Method Detail |
public java.util.Iterator findByAll()
throws FinderException,
ValidationException
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public java.util.Iterator findByForum(java.lang.Object forumID)
throws FinderException,
ValidationException
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public Message findByPrimaryKey(java.lang.Object msgID)
throws FinderException,
ValidationException
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public java.util.Iterator findByQuery(java.lang.Object query)
throws FinderException,
ValidationException
query - A Query Object.toString(), usually an SQL query.
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public java.util.Iterator findByQuery(java.lang.Object query,
int maxRows)
throws FinderException,
ValidationException
query - A Query Object, usually an SQL StringmaxRows - The maximum number of rows to return.
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public int countByQuery(java.lang.Object query)
throws FinderException,
ValidationException
query - A Query Object
FinderException - If there was a problem finding any of the beans.
ValidationException - If there was a problem validating any of the beans.
public void load(Message message)
throws LoadException,
ValidationException
LoadException - If there was a problem loading the Bean.
ValidationException - If there was a problem validating the Bean.
public Message create(Message message)
throws CreateException,
ValidationException
CreateException - If there was a problem creating the Bean.
ValidationException - If there was a problem validating the Bean.
public void store(Message message)
throws StoreException,
ValidationException
StoreException - If there was a problem storing the Bean.
ValidationException - If there was a problem validating the Bean.
public void remove(Message msgID)
throws RemoveException,
ValidationException
RemoveException - If there was a problem removing the Bean.
ValidationException - If there was a problem validating the Bean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||