com.adobe.idp.taskmanager.dsc.client.queuemanager
Class UserSettings

java.lang.Object
  extended by com.adobe.idp.taskmanager.dsc.client.queuemanager.UserSettings
All Implemented Interfaces:
java.io.Serializable

public class UserSettings
extends java.lang.Object
implements java.io.Serializable

Contains settings associated with a user's tasks.

See Also:
Serialized Form

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

UserSettings

public UserSettings()
The default constructor.

Method Detail

sendTaskEmail

public boolean sendTaskEmail()
Determines whether an email is sent to the user when a task is assigned to this user.

Returns:
true if sending an email, false otherwise.

sendTaskEmail

public void sendTaskEmail(boolean aSendTaskEmail)
Sets whether an email is sent to the user when a task is assigned to this user.

Parameters:
aSendTaskEmail - true if sending an email to the user, false otherwise.

includeFormdataInTaskEmail

public boolean includeFormdataInTaskEmail()
Determines whether the form and form data are included in an email sent due to a task assignment.

Returns:
true if form data is included, false otherwise.

includeFormdataInTaskEmail

public void includeFormdataInTaskEmail(boolean aIncludeFormdataInTaskEmail)
Sets whether the form and form data are included when an email is sent due to a task assignment.

Parameters:
aIncludeFormdataInTaskEmail - true if form data is included, false otherwise.

sendReminderEmail

public boolean sendReminderEmail()
Determines whether an email is sent for a task reminder.

Returns:
true if an email is sent for a reminder, false otherwise.

sendReminderEmail

public void sendReminderEmail(boolean aSendReminderEmail)
Sets whether an email is sent for a task reminder.

Parameters:
aSendReminderEmail - true if an email is sent for a reminder, false otherwise.

includeFormdataInReminderEmail

public boolean includeFormdataInReminderEmail()
Determines whether the form data is included in a reminder email.

Returns:
true if form data is included, false otherwise.

includeFormdataInReminderEmail

public void includeFormdataInReminderEmail(boolean bIncludeFormdataInReminderEmail)
Sets whether form data is included in reminder emails.

Parameters:
bIncludeFormdataInReminderEmail - true if form data is included, false otherwise.

sendDeadlineEmail

public boolean sendDeadlineEmail()
Determines whether deadline email messages are sent.

Returns:
true if an email is sent on task deadlines, false otherwise.

sendDeadlineEmail

public void sendDeadlineEmail(boolean aSendDeadlineEmail)
Sets whether deadline email messages are sent.

Parameters:
aSendDeadlineEmail - true if an email is sent on task deadlines, false otherwise.

isSendTaskEmail

public boolean isSendTaskEmail()
For internal use only.


setSendTaskEmail

public void setSendTaskEmail(boolean sendTaskEmail)
For internal use only.


isIncludeFormdataInTaskEmail

public boolean isIncludeFormdataInTaskEmail()
For internal use only.


setIncludeFormdataInTaskEmail

public void setIncludeFormdataInTaskEmail(boolean includeFormdataInTaskEmail)
For internal use only.


isSendReminderEmail

public boolean isSendReminderEmail()
For internal use only.


setSendReminderEmail

public void setSendReminderEmail(boolean sendReminderEmail)
For internal use only.


isIncludeFormdataInReminderEmail

public boolean isIncludeFormdataInReminderEmail()
For internal use only.


setIncludeFormdataInReminderEmail

public void setIncludeFormdataInReminderEmail(boolean includeFormdataInReminderEmail)
For internal use only.


isSendDeadlineEmail

public boolean isSendDeadlineEmail()
For internal use only.


setSendDeadlineEmail

public void setSendDeadlineEmail(boolean sendDeadlineEmail)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]