|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractBean
com.softwarereality.forum.ForumBean
com.softwarereality.forum.lazy.LazyForumBean
THIS FILE IS CODE GENERATED. LazyForumBean.java
Forum,
ForumBean,
Serialized Form| Field Summary | |
protected java.util.Vector |
_removedMessages
|
| Fields inherited from class com.softwarereality.forum.ForumBean |
createDateTime, forumDescription, forumID, forumName, forumSection, latestMessageForum, messages, url, validator |
| Constructor Summary | |
LazyForumBean()
|
|
| Method Summary | |
void |
addMessage(Message message)
Add the Message dependent on this table. |
java.lang.Object |
clone()
Clone the LazyForumBean. |
java.util.Iterator |
getMessages()
Get the Set of Messages dependent on this table. |
boolean |
listRelations(java.util.List list,
int type)
List the related beans. |
void |
postCommit()
Clear the beans from their _removed lists, if they have been saved |
void |
removeMessage(Message message)
Remove the Message dependent on this table. |
void |
removeMessages()
Remove all the Messages |
| Methods inherited from class com.softwarereality.forum.ForumBean |
_postCommit, detach, getCreateDateTime, getForumDescription, getForumID, getForumName, getForumSection, getForumValidator, getInterface, getLatestMessageForum, getPrimaryKey, getUrl, setCreateDateTime, setForumDescription, setForumID, setForumName, setForumSection, setLatestMessageForum, setMessages, setUrl, toPrimaryName, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Vector _removedMessages
| Constructor Detail |
public LazyForumBean()
| Method Detail |
public java.util.Iterator getMessages()
throws ValidationException
Forum
getMessages in interface ForumgetMessages in class ForumBeanValidationExceptionForum.getMessages()
public void addMessage(Message message)
throws ValidationException
Forum
addMessage in interface ForumaddMessage in class ForumBeanValidationExceptionForum.addMessage( com.softwarereality.forum.Message )
public void removeMessage(Message message)
throws ValidationException
Forum
removeMessage in interface ForumremoveMessage in class ForumBeanValidationExceptionForum.removeMessage( com.softwarereality.forum.Message )
public void removeMessages()
throws ValidationException
Forum
removeMessages in interface ForumremoveMessages in class ForumBeanValidationExceptionForum.removeMessages()
public boolean listRelations(java.util.List list,
int type)
throws ValidationException
listRelations in class ForumBeanValidationExceptionpublic void postCommit()
public java.lang.Object clone()
clone in interface Forumclone in class ForumBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||