com.softwarereality.forum
Class ForumContext

java.lang.Object
  extended byAbstractClassContext
      extended bycom.softwarereality.forum.ForumContext

public class ForumContext
extends AbstractClassContext

THIS FILE IS CODE GENERATED. ForumContext.java

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_SOURCE
           
 
Constructor Summary
protected ForumContext()
           
 
Method Summary
static ForumContext getDefault()
           
 Forum getForumBean()
          Get the ForumBean for the Context.
 ForumHome getForumHome()
          Get the ForumHome for the Context.
 ForumHome getForumHome(java.lang.Object key)
          Get the ForumHome for the Context, with a key.
 ForumSession getForumSession()
          Get the ForumSession for the Context.
 ForumSession getForumSession(java.lang.Object key)
          Get the ForumSession for the Context, with a key.
 ForumValidator getForumValidator()
          Get the ForumValidator for the Context.
 LatestMessageForum getLatestMessageForumBean()
          Get the LatestMessageForumBean for the Context.
 LatestMessageForumHome getLatestMessageForumHome()
          Get the LatestMessageForumHome for the Context.
 LatestMessageForumHome getLatestMessageForumHome(java.lang.Object key)
          Get the LatestMessageForumHome for the Context, with a key.
 LatestMessageForumSession getLatestMessageForumSession()
          Get the LatestMessageForumSession for the Context.
 LatestMessageForumSession getLatestMessageForumSession(java.lang.Object key)
          Get the LatestMessageForumSession for the Context, with a key.
 LatestMessageForumValidator getLatestMessageForumValidator()
          Get the LatestMessageForumValidator for the Context.
 Message getMessageBean()
          Get the MessageBean for the Context.
 MessageHome getMessageHome()
          Get the MessageHome for the Context.
 MessageHome getMessageHome(java.lang.Object key)
          Get the MessageHome for the Context, with a key.
 MessageSession getMessageSession()
          Get the MessageSession for the Context.
 MessageSession getMessageSession(java.lang.Object key)
          Get the MessageSession for the Context, with a key.
 MessageValidator getMessageValidator()
          Get the MessageValidator for the Context.
 Forum newForumBean()
          Create the ForumBean for the Context.
 ForumHome newForumHome()
          Create the ForumHome for the Context.
 ForumSession newForumSession()
          Create the ForumSession for the Context.
 ForumValidator newForumValidator()
          Create the ForumValidator for the Context.
 LatestMessageForum newLatestMessageForumBean()
          Create the LatestMessageForumBean for the Context.
 LatestMessageForumHome newLatestMessageForumHome()
          Create the LatestMessageForumHome for the Context.
 LatestMessageForumSession newLatestMessageForumSession()
          Create the LatestMessageForumSession for the Context.
 LatestMessageForumValidator newLatestMessageForumValidator()
          Create the LatestMessageForumValidator for the Context.
 Message newMessageBean()
          Create the MessageBean for the Context.
 MessageHome newMessageHome()
          Create the MessageHome for the Context.
 MessageSession newMessageSession()
          Create the MessageSession for the Context.
 MessageValidator newMessageValidator()
          Create the MessageValidator for the Context.
protected  UserTransaction newUserTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SOURCE

public static java.lang.String DEFAULT_SOURCE
Constructor Detail

ForumContext

protected ForumContext()
Method Detail

getDefault

public static ForumContext getDefault()

newUserTransaction

protected UserTransaction newUserTransaction()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getForumBean

public Forum getForumBean()
Get the ForumBean for the Context.


getMessageBean

public Message getMessageBean()
Get the MessageBean for the Context.


getLatestMessageForumBean

public LatestMessageForum getLatestMessageForumBean()
Get the LatestMessageForumBean for the Context.


newForumBean

public Forum newForumBean()
Create the ForumBean for the Context.


newMessageBean

public Message newMessageBean()
Create the MessageBean for the Context.


newLatestMessageForumBean

public LatestMessageForum newLatestMessageForumBean()
Create the LatestMessageForumBean for the Context.


getForumValidator

public ForumValidator getForumValidator()
Get the ForumValidator for the Context.


getMessageValidator

public MessageValidator getMessageValidator()
Get the MessageValidator for the Context.


getLatestMessageForumValidator

public LatestMessageForumValidator getLatestMessageForumValidator()
Get the LatestMessageForumValidator for the Context.


newForumValidator

public ForumValidator newForumValidator()
Create the ForumValidator for the Context.


newMessageValidator

public MessageValidator newMessageValidator()
Create the MessageValidator for the Context.


newLatestMessageForumValidator

public LatestMessageForumValidator newLatestMessageForumValidator()
Create the LatestMessageForumValidator for the Context.


getForumHome

public ForumHome getForumHome()
Get the ForumHome for the Context.


getForumHome

public ForumHome getForumHome(java.lang.Object key)
Get the ForumHome for the Context, with a key.


getMessageHome

public MessageHome getMessageHome()
Get the MessageHome for the Context.


getMessageHome

public MessageHome getMessageHome(java.lang.Object key)
Get the MessageHome for the Context, with a key.


getLatestMessageForumHome

public LatestMessageForumHome getLatestMessageForumHome()
Get the LatestMessageForumHome for the Context.


getLatestMessageForumHome

public LatestMessageForumHome getLatestMessageForumHome(java.lang.Object key)
Get the LatestMessageForumHome for the Context, with a key.


newForumHome

public ForumHome newForumHome()
Create the ForumHome for the Context.


newMessageHome

public MessageHome newMessageHome()
Create the MessageHome for the Context.


newLatestMessageForumHome

public LatestMessageForumHome newLatestMessageForumHome()
Create the LatestMessageForumHome for the Context.


getForumSession

public ForumSession getForumSession()
Get the ForumSession for the Context.


getForumSession

public ForumSession getForumSession(java.lang.Object key)
Get the ForumSession for the Context, with a key.


getMessageSession

public MessageSession getMessageSession()
Get the MessageSession for the Context.


getMessageSession

public MessageSession getMessageSession(java.lang.Object key)
Get the MessageSession for the Context, with a key.


getLatestMessageForumSession

public LatestMessageForumSession getLatestMessageForumSession()
Get the LatestMessageForumSession for the Context.


getLatestMessageForumSession

public LatestMessageForumSession getLatestMessageForumSession(java.lang.Object key)
Get the LatestMessageForumSession for the Context, with a key.


newForumSession

public ForumSession newForumSession()
Create the ForumSession for the Context.


newMessageSession

public MessageSession newMessageSession()
Create the MessageSession for the Context.


newLatestMessageForumSession

public LatestMessageForumSession newLatestMessageForumSession()
Create the LatestMessageForumSession for the Context.