public class NotifyAppointmentDTO
extends fr.paris.lutece.plugins.workflowcore.business.config.TaskConfig
Constructor and Description |
---|
NotifyAppointmentDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getCancelMotif() |
boolean |
getCreateNotif()
Check if the notification should be created or updated in the calendar of the user, or if it should be removed
|
boolean |
getIsSms()
Check if the notification is an SMS notification or an email notification
|
String |
getLocation()
Get the localization of the appointment
|
String |
getMessage()
Get the message
|
String |
getRecipientsBcc()
Returns the Recipient
|
String |
getRecipientsCc()
Returns the Recipient
|
String |
getSenderEmail()
Get the sender email
|
String |
getSenderName()
Get the sender name
|
boolean |
getSendICalNotif()
Check if the notification should include an iCal event
|
String |
getSubject()
Get the subject
|
void |
setCancelMotif(String strCancelMotif) |
void |
setCreateNotif(boolean bCreateNotif)
Create a notification in a user calendar, or remove it
|
void |
setIsSms(boolean bIsSms)
Set whether the notification is an SMS notification or an email notification
|
void |
setLocation(String strLocation)
Set the localization of the appointment
|
void |
setMessage(String strMessage)
Set the message of the notification
|
void |
setRecipientsBcc(String strRecipient)
Sets the Recipient
|
void |
setRecipientsCc(String strRecipient)
Sets the Recipient
|
void |
setSenderEmail(String strSenderEmail)
Set the sender email
|
void |
setSenderName(String strSenderName)
Set the sender name
|
void |
setSendICalNotif(boolean bSendICalNotif)
Set whether this notification should include an iCal event
|
void |
setSubject(String strSubject)
Set the subject of the message
|
public String getCancelMotif()
public void setCancelMotif(String strCancelMotif)
public String getSubject()
public void setSubject(String strSubject)
strSubject
- the subject of the messagepublic String getMessage()
public void setMessage(String strMessage)
strMessage
- the message of the notificationpublic String getSenderName()
public void setSenderName(String strSenderName)
strSenderName
- the sender namepublic String getSenderEmail()
public void setSenderEmail(String strSenderEmail)
strSenderEmail
- the sender emailpublic String getRecipientsCc()
public void setRecipientsCc(String strRecipient)
strRecipient
- The Recipientpublic String getRecipientsBcc()
public void setRecipientsBcc(String strRecipient)
strRecipient
- The Recipientpublic boolean getSendICalNotif()
public void setSendICalNotif(boolean bSendICalNotif)
bSendICalNotif
- True if this notification should include an iCal event, false otherwisepublic boolean getCreateNotif()
public void setCreateNotif(boolean bCreateNotif)
bCreateNotif
- True to create or update the notification, false to remove itpublic String getLocation()
public void setLocation(String strLocation)
strLocation
- The localization of the appointmentpublic boolean getIsSms()
public void setIsSms(boolean bIsSms)
bIsSms
- True if the notification is an SMS notification, false if it is an email notificationCopyright © 2021 City of Paris. All rights reserved.