|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.web.register.Registration
public class Registration
Model object for ICalendarAccount registration webflow.
| Constructor Summary | |
|---|---|
Registration()
|
|
| Method Summary | |
|---|---|
String |
durationPreferenceValue()
|
String |
emailReminderPreferenceKey()
Return a properly formatted preference key for the values of enableEmailReminders, emailReminderIncludeOwner, and emailReminderHours. |
String |
getDaysOfWeekPhrase()
|
int |
getDefaultVisitorsPerAppointment()
|
int |
getEmailReminderHours()
|
String |
getEndDatePhrase()
|
String |
getEndTimePhrase()
|
String |
getLocation()
|
String |
getMeetingLength()
|
int |
getMeetingLimitValue()
|
String |
getNoteboard()
|
String[] |
getNoteboardSentences()
Get the noteboard as an array of sentences (noteboard split on newline characters). |
String |
getStartDatePhrase()
|
String |
getStartTimePhrase()
|
String |
getTitlePrefix()
|
int |
getWindowHoursStart()
|
int |
getWindowWeeksEnd()
|
boolean |
isAllowDoubleLength()
|
boolean |
isEmailReminderIncludeOwner()
|
boolean |
isEnableEmailReminders()
|
boolean |
isEnableMeetingLimit()
|
boolean |
isReflectSchedule()
|
boolean |
isScheduleSet()
|
void |
setAllowDoubleLength(boolean allowDoubleLength)
|
void |
setDaysOfWeekPhrase(String daysOfWeekPhrase)
|
void |
setDefaultVisitorsPerAppointment(int defaultVisitorsPerAppointment)
|
void |
setEmailReminderHours(int emailReminderHours)
|
void |
setEmailReminderIncludeOwner(boolean emailReminderIncludeOwner)
|
void |
setEnableEmailReminders(boolean enableEmailReminders)
|
void |
setEnableMeetingLimit(boolean enableMeetingLimit)
|
void |
setEndDatePhrase(String endDatePhrase)
|
void |
setEndTimePhrase(String endTimePhrase)
|
void |
setLocation(String location)
|
void |
setMeetingLength(String meetingLength)
|
void |
setMeetingLimitValue(int meetingLimitValue)
|
void |
setNoteboard(String noteboard)
|
void |
setReflectSchedule(boolean reflectSchedule)
|
void |
setStartDatePhrase(String startDatePhrase)
|
void |
setStartTimePhrase(String startTimePhrase)
|
void |
setTitlePrefix(String titlePrefix)
|
void |
setWindowHoursStart(int windowHoursStart)
|
void |
setWindowWeeksEnd(int windowWeeksEnd)
|
protected BlockBuilderFormBackingObject |
toBlockBuilderFormBackingObject()
Construct a BlockBuilderFormBackingObject from the fields
in this bean. |
protected PreferencesFormBackingObject |
toPreferencesFormBackingObject()
Construct a PreferencesFormBackingObject from the fields
in this bean. |
void |
validateSetPreferences(org.springframework.binding.validation.ValidationContext context)
Validate after the preferences related fields have been set. |
void |
validateSetSchedule(org.springframework.binding.validation.ValidationContext context)
Validate schedule related fields. |
String |
visibleWindowPreferenceKey()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Registration()
| 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 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 String getNoteboard()
public String[] getNoteboardSentences()
public void setNoteboard(String noteboard)
noteboard - the noteboard to setpublic boolean isReflectSchedule()
public void setReflectSchedule(boolean reflectSchedule)
reflectSchedule - the reflectSchedule to setpublic String getStartTimePhrase()
public void setStartTimePhrase(String startTimePhrase)
startTimePhrase - the startTimePhrase to setpublic String getEndTimePhrase()
public void setEndTimePhrase(String endTimePhrase)
endTimePhrase - the endTimePhrase to setpublic String getDaysOfWeekPhrase()
public void setDaysOfWeekPhrase(String daysOfWeekPhrase)
daysOfWeekPhrase - the daysOfWeekPhrase to setpublic String getStartDatePhrase()
public void setStartDatePhrase(String startDatePhrase)
startDatePhrase - the startDatePhrase to setpublic String getEndDatePhrase()
public void setEndDatePhrase(String endDatePhrase)
endDatePhrase - the endDatePhrase 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 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 emailReminderPreferenceKey()
public void setMeetingLimitValue(int meetingLimitValue)
meetingLimitValue - the meetingLimitValue to setpublic boolean isScheduleSet()
public String durationPreferenceValue()
public String visibleWindowPreferenceKey()
protected BlockBuilderFormBackingObject toBlockBuilderFormBackingObject()
BlockBuilderFormBackingObject from the fields
in this bean.
protected PreferencesFormBackingObject toPreferencesFormBackingObject()
PreferencesFormBackingObject from the fields
in this bean.
public void validateSetPreferences(org.springframework.binding.validation.ValidationContext context)
PreferencesFormBackingObjectValidator.
context - public void validateSetSchedule(org.springframework.binding.validation.ValidationContext context)
BlockBuilderFormBackingObject.
context -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||