org.promotego.formbackingbeans
Class ScheduledGameMessageContext

java.lang.Object
  extended by org.promotego.formbackingbeans.ScheduledGameMessageContext
All Implemented Interfaces:
MailMessageContext

public class ScheduledGameMessageContext
extends java.lang.Object
implements MailMessageContext

Author:
alf

Constructor Summary
ScheduledGameMessageContext(User sender, ScheduledGame scheduledGame, java.lang.String baseUrl)
           
 
Method Summary
 java.lang.String getRespondMessage()
          Provides text and link for the user to respond to the message.
 java.lang.String getSubject()
          Provides the subject for the message being sent.
 java.lang.String getSummary()
          Provides a one-line summary about the message being sent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledGameMessageContext

public ScheduledGameMessageContext(User sender,
                                   ScheduledGame scheduledGame,
                                   java.lang.String baseUrl)
Method Detail

getSubject

public java.lang.String getSubject()
Description copied from interface: MailMessageContext
Provides the subject for the message being sent.

Specified by:
getSubject in interface MailMessageContext

getSummary

public java.lang.String getSummary()
Description copied from interface: MailMessageContext
Provides a one-line summary about the message being sent.

Specified by:
getSummary in interface MailMessageContext

getRespondMessage

public java.lang.String getRespondMessage()
Description copied from interface: MailMessageContext
Provides text and link for the user to respond to the message.

Specified by:
getRespondMessage in interface MailMessageContext


Copyright © 2007. All Rights Reserved.