public class ViewCommentSignupMBean extends SignupUIBaseBean
This JSF UIBean class will handle information exchanges between Organizer's view comment page:viewComment.jsp and backbone system.
calendarHelper, currentUserSignedup, customCategory, customLocation, DEFAULT_EXPORT_TO_CALENDAR_TOOL, DEFAULT_SEND_EMAIL, ICS_MIME_TYPE, logger, meetingWrapper, publishedSite, publishToCalendar, sakaiFacade, sendEmail, sendEmailToSelectedPeopleOnly, signupMeetingService, timeslotWrapper, timeslotWrappersADD_MEETING_PAGE_URL, ADD_MEETING_STEP1_PAGE_URL, ADD_MEETING_STEP2_PAGE_URL, ALL_FUTURE, ATTACH_COPY, ATTACH_MODIFY, ATTACH_RECURRING, ATTACH_TEMP, ATTENDANCE_PAGE_URL, ATTENDEE_ADD_COMMENT_PAGE_URL, ATTENDEE_MEETING_PAGE_URL, ATTENDEE_USER_ID, CANCEL_ADD_MEETING_PAGE_URL, CATERGORY_FILER_ALL, COPTY_MEETING_PAGE_URL, CUSTOM_DEFINED_TIMESLOT_PAGE_URL, DATA_VERSION, dataRefreshInterval, DAY_IN_MILLISEC, DAY_IN_MINUTES, DAYS, FULL_DATA_BOTH_VERSION, FULL_VERSION, HALF_YEAR, Hour_In_MINUTES, HOURS, MAIN_EVENTS_LIST_PAGE_URL, MAX_NUM_PARTICIPANTS_FOR_DROPDOWN_BEFORE_AUTO_SWITCH_TO_EID_INPUT_MODE, MAX_NUMBER_OF_RETRY, MINUTE_IN_MILLISEC, MINUTES, MODIFY_MEETING_PAGE_URL, MOVE_ACTION, NINTY_DAYS, OLD_DAYS, ON_BOTTOM_LIST, ON_TOP_LIST, onceOnly, ORGANIZER_MEETING_PAGE_URL, perBiweek, perDay, perWeek, PRE_ASSIGN_ATTENDEE_PAGE_URL, REPLACE_ACTION, SHORT_VERSION, SIXTY_DAYS, START_NOW, SWAP_ACTION, THIRTY_DAYS, VIEW_ALL, VIEW_COMMENT_PAGE_URL, VIEW_IMMEDIATE_AVAIL, VIEW_MY_SIGNED_UPSEND_EMAIL_ALL_PARTICIPANTS, SEND_EMAIL_ONLY_ORGANIZER_COORDINATORS, SEND_EMAIL_ONLY_SIGNED_UP_ATTENDEES, SIGNUP_ATTENDEE_CANCEL, SIGNUP_ATTENDEE_PROMOTE, SIGNUP_ATTENDEE_SIGNUP, SIGNUP_ATTENDEE_SIGNUP_MOVE, SIGNUP_ATTENDEE_SIGNUP_REPLACE, SIGNUP_ATTENDEE_SIGNUP_SWAP, SIGNUP_CANCEL_MEETING, SIGNUP_MEETING_MODIFIED, SIGNUP_NEW_MEETING, SIGNUP_ORGANIZER_ADD, SIGNUP_ORGANIZER_REMOVE, SIGNUP_PRE_ASSIGN| Constructor and Description |
|---|
ViewCommentSignupMBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttendeeEid()
show the attendee's Eid (user Id)
|
String |
getAttendeeRole()
This is a getter method for UI.
|
AttendeeWrapper |
getAttendeeWraper()
This is a getter method for UI.
|
SignupMeetingWrapper |
getMeetingWrapper()
Overwrite the default one.
|
void |
init(AttendeeWrapper attwrp,
String role,
SignupMeetingWrapper meetingwrp)
To initialize this UIBean, which lives in a session scope.
|
void |
setAttendeeRole(String attendeeRole)
This is a setter.
|
void |
setAttendeeWraper(AttendeeWrapper attendeeWraper)
This is a setter.
|
cleanUpUnusedAttachmentCopies, convertAttendeesToUuids, convertAttendeeWrappersToUuids, downloadICSForMeeting, downloadICSForMeetingTimeSlot, generateGroupDescription, generateGroupTitle, getAllAttendeesEmailAddressesFormatted, getAnnouncement, getAnnouncementType, getAttachmentHandler, getCustomCategory, getCustomLocation, getCustomTsType, getEidsForEmail, getGroup, getGroupType, getIframeId, getIndividual, getIndividualType, getMaxAttendeesPerSlot, getMaxSlots, getPublishedSite, getSakaiFacade, getSendEmailToSelectedPeopleOnly, getSignupAttachmentEmpty, getSignupMeetingService, getTimeslotWrapper, getTimeslotWrappers, getUserIdForEidOrEmail, getValidAttendees, isCurrentUserSignedup, isIcsEnabled, isMeetingOverRepeatPeriod, isPublishToCalendar, isSendEmail, markerTimeslots, sendDownload, sendDownloadWarning, setAttachmentHandler, setCurrentUserSignedup, setCustomCategory, setCustomLocation, setIframeId, setMaxAttendeesPerSlot, setMaxSlots, setMeetingWrapper, setPublishToCalendar, setSakaiFacade, setSendEmail, setSendEmailToSelectedPeopleOnly, setSignupBeginDeadlineData, setSignupMeetingService, setTimeslotWrapper, setTimeslotWrappers, updateMeetingwrapper, updateSignupAttachmentWrapper, updateTimeSlotWrapperspublic void init(AttendeeWrapper attwrp, String role, SignupMeetingWrapper meetingwrp)
attwrp - an AttendeeWrapper object.role - a stirng valuemeetingwrp - a SignupMeetingWrapper object.public AttendeeWrapper getAttendeeWraper()
public void setAttendeeWraper(AttendeeWrapper attendeeWraper)
attendeeWraper - an AttendeeWrapper object.public String getAttendeeRole()
public void setAttendeeRole(String attendeeRole)
attendeeRole - a string value.public SignupMeetingWrapper getMeetingWrapper()
getMeetingWrapper in class SignupUIBaseBeanpublic String getAttendeeEid()
Copyright © 2007-2014 Sakai Project. All Rights Reserved.