| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.dms.DASMessage
atg.nucleus.dms.DASSiteMessage
atg.nucleus.dms.FormSubmissionMessage
public class FormSubmissionMessage
This JMS Message will be sent by DAS when a form is submitted.
GenericFormHandler, 
Serialized Form| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| protected  java.lang.String | mFormNameProperty: formName | 
| protected  boolean | mIsFormSubmittedProperty: isFormSubmitted | 
| Fields inherited from class atg.nucleus.dms.DASSiteMessage | 
|---|
| SITE_GROUP_STORAGE_ADAPTER_PATH | 
| Constructor Summary | |
|---|---|
| FormSubmissionMessage() | |
| FormSubmissionMessage(java.lang.String pFormName)Constructs an instance of FormSubmissionMessage | |
| FormSubmissionMessage(java.lang.String pFormName,
                      boolean pIsFormSubmitted)Constructs an instance of FormSubmissionMessage | |
| Method Summary | |
|---|---|
|  java.lang.String | getFormName()Gets the formName property | 
|  boolean | getIsFormSubmitted()Gets the IsFormSubmitted property | 
|  void | setFormName(java.lang.String pFormName)Sets the formName property | 
|  void | setIsFormSubmitted(boolean pIsFormSubmitted)Sets the IsFormSubmitted property | 
| protected  java.lang.String | toStringProperties()Returns the String representation of all the public properties of this message. | 
| Methods inherited from class atg.nucleus.dms.DASSiteMessage | 
|---|
| getSiteGroupIds, getSiteId, setSiteId, setSiteIdFromSiteContext | 
| Methods inherited from class atg.nucleus.dms.DASMessage | 
|---|
| limitSize, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
protected java.lang.String mFormName
protected boolean mIsFormSubmitted
| Constructor Detail | 
|---|
public FormSubmissionMessage()
public FormSubmissionMessage(java.lang.String pFormName)
pFormName - the name of the form issuing the submit
public FormSubmissionMessage(java.lang.String pFormName,
                             boolean pIsFormSubmitted)
pFormName - the name of the form issuing the submitpIsFormSubmitted - the flag that is set if form is submitted succesfully| Method Detail | 
|---|
public void setFormName(java.lang.String pFormName)
pFormName - the form name of the form issuing the submitpublic java.lang.String getFormName()
public void setIsFormSubmitted(boolean pIsFormSubmitted)
pIsFormSubmitted - that is set if form is submitted succesfullypublic boolean getIsFormSubmitted()
protected java.lang.String toStringProperties()
toStringProperties in class DASMessage| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||