|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectValidatorForm
com.dotmarketing.portlets.communications.struts.CommunicationsForm
public class CommunicationsForm
Communications Struts forms
| Constructor Summary | |
|---|---|
CommunicationsForm()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCommunicationType()
Get the type of communication email or offline |
java.lang.String |
getEmailSubject()
Get the email subject of the communication only apply to email communication |
java.lang.String |
getExternalCommunicationIdentifier()
Get the External Communication Identifier of the communication |
java.lang.String |
getFromEmail()
Get the email of the user that create the communication only apply to email communication |
java.lang.String |
getFromName()
Get the name of the user that create the communication only apply to email communication |
long |
getHtmlPage()
Get the html inode of the email communication |
long |
getIdentifier()
Gets the COmmunication Identifier |
long |
getInode()
Gets the Communication inode |
java.util.Date |
getModDate()
Get the modification date of the communication |
java.lang.String |
getModifiedBy()
Get the userId of the user that modify the communication |
java.lang.String |
getSelectedhtmlPage()
Gets the htmlPAge title |
java.lang.String |
getTextMessage()
Get the email text Message of the communication |
java.lang.String |
getTitle()
Get the communication title |
long |
getTrackBackLinkInode()
Get the page inode link of the offline communication |
java.lang.String |
getType()
Get the type of communication email or offline |
java.lang.String |
getWebModDate()
Returns the webCompletedDate. |
void |
setCommunicationType(java.lang.String communicationType)
Set the communication type |
void |
setEmailSubject(java.lang.String emailSubject)
Set the email subject of the communication only apply to email communication |
void |
setExternalCommunicationIdentifier(java.lang.String externalCommunicationIdentifier)
Set the External Communication Identifier |
void |
setFromEmail(java.lang.String fromEmail)
Set the email of the user that create the comunication only apply to email communication |
void |
setFromName(java.lang.String fromName)
Set the name of the user that create the communication only apply to email communication |
void |
setHtmlPage(long htmlPageInode)
Set the email html page inode |
void |
setIdentifier(long identifier)
Set the Communication identifier |
void |
setInode(long inode)
Set the communication inode |
void |
setModDate(java.util.Date modDate)
Set the communication modification date |
void |
setModifiedBy(java.lang.String modifiedBy)
Set the userId of the user that modify the communication |
void |
setSelectedhtmlPage(java.lang.String selectedHtmlPage)
Set the htmlPage selected |
void |
setTextMessage(java.lang.String textMessage)
Set the email text message of the communication |
void |
setTitle(java.lang.String title)
Set the communication title |
void |
setTrackBackLinkInode(long trackBackLinkInode)
Set the inode of the offline communication |
void |
setType(java.lang.String type)
Set the communication type |
void |
setWebModDate(java.lang.String webModDate)
Sets the webCompletedDate. |
ActionErrors |
validate(ActionMapping mapping,
HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommunicationsForm()
| Method Detail |
|---|
public long getIdentifier()
public void setIdentifier(long identifier)
identifier - public long getInode()
public void setInode(long inode)
inode - public java.util.Date getModDate()
public void setModDate(java.util.Date modDate)
createDate - public java.lang.String getModifiedBy()
public void setModifiedBy(java.lang.String modifiedBy)
createdBy - public java.lang.String getEmailSubject()
public void setEmailSubject(java.lang.String emailSubject)
emailSubject - public java.lang.String getFromEmail()
public void setFromEmail(java.lang.String fromEmail)
fromEmail - public java.lang.String getFromName()
public void setFromName(java.lang.String fromName)
fromName - public long getHtmlPage()
public void setHtmlPage(long htmlPageInode)
htmlPageInode - public java.lang.String getTextMessage()
public void setTextMessage(java.lang.String textMessage)
textMessage - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public long getTrackBackLinkInode()
public void setTrackBackLinkInode(long trackBackLinkInode)
trackBackLinkInode - public java.lang.String getCommunicationType()
public void setCommunicationType(java.lang.String communicationType)
public java.lang.String getWebModDate()
public void setWebModDate(java.lang.String webModDate)
webCompletedDate - The webCompletedDate to set
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
public java.lang.String getSelectedhtmlPage()
public void setSelectedhtmlPage(java.lang.String selectedHtmlPage)
selectedHtmlPage - public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getExternalCommunicationIdentifier()
public void setExternalCommunicationIdentifier(java.lang.String externalCommunicationIdentifier)
modDate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||