|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
THIS FILE IS CODE GENERATED. ForumSession.java
Forum,
ForumHome,
ForumValidator| 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. |
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. |
| 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 Forum findByPrimaryKey(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 java.util.Iterator findByQuery(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 java.util.Iterator findByQuery(java.lang.Object query,
int maxRows)
throws FinderException,
ValidationException
query - A Query 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 Objectm ususally sSQL
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(Forum forum)
throws LoadException,
ValidationException
LoadException - If there was a problem loading any of the beans.
ValidationException - If there was a problem validating any of the beans.
public void save(Forum forum)
throws CreateException,
StoreException,
RemoveException,
ValidationException
CreateException - If there was a problem creating any of the beans.
StoreException - If there was a problem storing any of the beans.
ValidationException - If there was a problem validating any of the beans.
RemoveException
public void remove(Forum forum)
throws RemoveException,
StoreException,
ValidationException
RemoveException - If there was a problem removing any of the beans.
ValidationException - If there was a problem validating any of the beans.
StoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||