|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
public class UserSettings
Contains settings associated with a user's tasks.
| Constructor Summary | |
|---|---|
UserSettings()
The default constructor. |
|
| Method Summary | |
|---|---|
boolean |
includeFormdataInReminderEmail()
Determines whether the form data is included in a reminder email. |
void |
includeFormdataInReminderEmail(boolean bIncludeFormdataInReminderEmail)
Sets whether form data is included in reminder emails. |
boolean |
includeFormdataInTaskEmail()
Determines whether the form and form data are included in an email sent due to a task assignment. |
void |
includeFormdataInTaskEmail(boolean aIncludeFormdataInTaskEmail)
Sets whether the form and form data are included when an email is sent due to a task assignment. |
boolean |
isIncludeFormdataInReminderEmail()
For internal use only. |
boolean |
isIncludeFormdataInTaskEmail()
For internal use only. |
boolean |
isSendDeadlineEmail()
For internal use only. |
boolean |
isSendReminderEmail()
For internal use only. |
boolean |
isSendTaskEmail()
For internal use only. |
boolean |
sendDeadlineEmail()
Determines whether deadline email messages are sent. |
void |
sendDeadlineEmail(boolean aSendDeadlineEmail)
Sets whether deadline email messages are sent. |
boolean |
sendReminderEmail()
Determines whether an email is sent for a task reminder. |
void |
sendReminderEmail(boolean aSendReminderEmail)
Sets whether an email is sent for a task reminder. |
boolean |
sendTaskEmail()
Determines whether an email is sent to the user when a task is assigned to this user. |
void |
sendTaskEmail(boolean aSendTaskEmail)
Sets whether an email is sent to the user when a task is assigned to this user. |
void |
setIncludeFormdataInReminderEmail(boolean includeFormdataInReminderEmail)
For internal use only. |
void |
setIncludeFormdataInTaskEmail(boolean includeFormdataInTaskEmail)
For internal use only. |
void |
setSendDeadlineEmail(boolean sendDeadlineEmail)
For internal use only. |
void |
setSendReminderEmail(boolean sendReminderEmail)
For internal use only. |
void |
setSendTaskEmail(boolean sendTaskEmail)
For internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserSettings()
| Method Detail |
|---|
public boolean sendTaskEmail()
true if sending an email, false otherwise.public void sendTaskEmail(boolean aSendTaskEmail)
aSendTaskEmail - true if sending an email to the user, false otherwise.public boolean includeFormdataInTaskEmail()
true if form data is included, false otherwise.public void includeFormdataInTaskEmail(boolean aIncludeFormdataInTaskEmail)
aIncludeFormdataInTaskEmail - true if form data is included, false otherwise.public boolean sendReminderEmail()
true if an email is sent for a reminder, false otherwise.public void sendReminderEmail(boolean aSendReminderEmail)
aSendReminderEmail - true if an email is sent for a reminder, false otherwise.public boolean includeFormdataInReminderEmail()
true if form data is included, false otherwise.public void includeFormdataInReminderEmail(boolean bIncludeFormdataInReminderEmail)
bIncludeFormdataInReminderEmail - true if form data is included, false otherwise.public boolean sendDeadlineEmail()
true if an email is sent on task deadlines, false otherwise.public void sendDeadlineEmail(boolean aSendDeadlineEmail)
aSendDeadlineEmail - true if an email is sent on task deadlines, false otherwise.public boolean isSendTaskEmail()
public void setSendTaskEmail(boolean sendTaskEmail)
public boolean isIncludeFormdataInTaskEmail()
public void setIncludeFormdataInTaskEmail(boolean includeFormdataInTaskEmail)
public boolean isSendReminderEmail()
public void setSendReminderEmail(boolean sendReminderEmail)
public boolean isIncludeFormdataInReminderEmail()
public void setIncludeFormdataInReminderEmail(boolean includeFormdataInReminderEmail)
public boolean isSendDeadlineEmail()
public void setSendDeadlineEmail(boolean sendDeadlineEmail)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||