|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.web.owner.preferences.PreferencesFormBackingObject
public class PreferencesFormBackingObject
Form backing Object for PreferencesFormController.
| Constructor Summary | |
|---|---|
PreferencesFormBackingObject()
|
|
| Method Summary | |
|---|---|
String |
durationPreferenceValue()
Return the corresponding Preference value for this bean, based from the values of the durations and allowDoubleLength fields. |
String |
emailReminderPreferenceKey()
Return a properly formatted preference key for the values of enableEmailReminders, emailReminderIncludeOwner, and emailReminderHours. |
int |
getDefaultVisitorsPerAppointment()
|
int |
getEmailReminderHours()
|
String |
getLocation()
|
String |
getMeetingLength()
|
int |
getMeetingLimitValue()
|
String |
getNoteboard()
|
String |
getTitlePrefix()
|
int |
getWindowHoursStart()
|
int |
getWindowWeeksEnd()
|
boolean |
isAllowDoubleLength()
|
boolean |
isEmailReminderIncludeOwner()
|
boolean |
isEnableEmailReminders()
|
boolean |
isEnableMeetingLimit()
|
boolean |
isReflectSchedule()
|
void |
setAllowDoubleLength(boolean allowDoubleLength)
|
void |
setDefaultVisitorsPerAppointment(int defaultVisitorsPerAppointment)
|
void |
setEmailReminderHours(int emailReminderHours)
|
void |
setEmailReminderIncludeOwner(boolean emailReminderIncludeOwner)
|
void |
setEnableEmailReminders(boolean enableEmailReminders)
|
void |
setEnableMeetingLimit(boolean enableMeetingLimit)
|
void |
setLocation(String location)
|
void |
setMeetingLength(String meetingLength)
|
void |
setMeetingLimitValue(int meetingLimitValue)
|
void |
setNoteboard(String noteboard)
|
void |
setReflectSchedule(boolean reflectSchedule)
|
void |
setTitlePrefix(String titlePrefix)
|
void |
setWindowHoursStart(int windowHoursStart)
|
void |
setWindowWeeksEnd(int windowWeeksEnd)
|
String |
toString()
|
String |
visibleWindowPreferenceKey()
Return a properly formatted key for the values of windowHoursStart and windowWeeksEnd that can be used to generate a VisibleWindow. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PreferencesFormBackingObject()
| Method Detail |
|---|
public String getLocation()
public void setLocation(String location)
location - the location to setpublic String getTitlePrefix()
public void setTitlePrefix(String titlePrefix)
titlePrefix - the titlePrefix to setpublic String getMeetingLength()
public void setMeetingLength(String meetingLength)
meetingLength - the meetingLength to setpublic String getNoteboard()
public void setNoteboard(String noteboard)
noteboard - the noteboard to setpublic boolean isAllowDoubleLength()
public void setAllowDoubleLength(boolean allowDoubleLength)
allowDoubleLength - the allowDoubleLength to setpublic int getWindowHoursStart()
public void setWindowHoursStart(int windowHoursStart)
windowHoursStart - the windowHoursStart to setpublic int getWindowWeeksEnd()
public void setWindowWeeksEnd(int windowWeeksEnd)
windowWeeksEnd - the windowWeeksEnd to setpublic int getDefaultVisitorsPerAppointment()
public void setDefaultVisitorsPerAppointment(int defaultVisitorsPerAppointment)
defaultVisitorsPerAppointment - the defaultVisitorsPerAppointment to setpublic boolean isEnableMeetingLimit()
public void setEnableMeetingLimit(boolean enableMeetingLimit)
enableMeetingLimit - the enableMeetingLimit to setpublic int getMeetingLimitValue()
public void setMeetingLimitValue(int meetingLimitValue)
meetingLimitValue - the meetingLimitValue to setpublic boolean isReflectSchedule()
public void setReflectSchedule(boolean reflectSchedule)
reflectSchedule - the reflectSchedule to setpublic String durationPreferenceValue()
durations,(2*durations)
Examples:
30,60
31,62
45,90
public String visibleWindowPreferenceKey()
VisibleWindow.
public String emailReminderPreferenceKey()
public boolean isEnableEmailReminders()
public void setEnableEmailReminders(boolean enableEmailReminders)
enableEmailReminders - the enableEmailReminders to setpublic boolean isEmailReminderIncludeOwner()
public void setEmailReminderIncludeOwner(boolean emailReminderIncludeOwner)
emailReminderIncludeOwner - the emailReminderIncludeOwner to setpublic int getEmailReminderHours()
public void setEmailReminderHours(int emailReminderHours)
emailReminderHours - the emailReminderHours to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||