com.softwarereality.forum.lazy
Class LazyForumBean

java.lang.Object
  extended byAbstractBean
      extended bycom.softwarereality.forum.ForumBean
          extended bycom.softwarereality.forum.lazy.LazyForumBean
All Implemented Interfaces:
java.lang.Cloneable, Forum

public class LazyForumBean
extends ForumBean

THIS FILE IS CODE GENERATED. LazyForumBean.java

See Also:
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

_removedMessages

protected java.util.Vector _removedMessages
Constructor Detail

LazyForumBean

public LazyForumBean()
Method Detail

getMessages

public java.util.Iterator getMessages()
                               throws ValidationException
Description copied from interface: Forum
Get the Set of Messages dependent on this table.

Specified by:
getMessages in interface Forum
Overrides:
getMessages in class ForumBean
Throws:
ValidationException
See Also:
Forum.getMessages()

addMessage

public void addMessage(Message message)
                throws ValidationException
Description copied from interface: Forum
Add the Message dependent on this table.

Specified by:
addMessage in interface Forum
Overrides:
addMessage in class ForumBean
Throws:
ValidationException
See Also:
Forum.addMessage( com.softwarereality.forum.Message )

removeMessage

public void removeMessage(Message message)
                   throws ValidationException
Description copied from interface: Forum
Remove the Message dependent on this table.

Specified by:
removeMessage in interface Forum
Overrides:
removeMessage in class ForumBean
Throws:
ValidationException
See Also:
Forum.removeMessage( com.softwarereality.forum.Message )

removeMessages

public void removeMessages()
                    throws ValidationException
Description copied from interface: Forum
Remove all the Messages

Specified by:
removeMessages in interface Forum
Overrides:
removeMessages in class ForumBean
Throws:
ValidationException
See Also:
Forum.removeMessages()

listRelations

public boolean listRelations(java.util.List list,
                             int type)
                      throws ValidationException
List the related beans.

Overrides:
listRelations in class ForumBean
Throws:
ValidationException

postCommit

public void postCommit()
Clear the beans from their _removed lists, if they have been saved


clone

public java.lang.Object clone()
Clone the LazyForumBean.

Specified by:
clone in interface Forum
Overrides:
clone in class ForumBean