Package org.sakaiproject.signup.logic
Interface SignupMessageTypes
-
- All Known Subinterfaces:
SignupEmailFacade
- All Known Implementing Classes:
SignupEventTrackingInfoImpl,SignupMeeting
public interface SignupMessageTypesThis interface defines the constants of message type for email purpose
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTENDEE_EDIT_COMMENT_NOTEstatic StringORGANIZER_EDIT_COMMENT_NOTEstatic StringSEND_EMAIL_ALL_PARTICIPANTSstatic StringSEND_EMAIL_ONLY_ORGANIZER_COORDINATORSstatic StringSEND_EMAIL_ONLY_SIGNED_UP_ATTENDEESstatic StringSIGNUP_ATTENDEE_CANCELstatic StringSIGNUP_ATTENDEE_PROMOTEstatic StringSIGNUP_ATTENDEE_SIGNUPstatic StringSIGNUP_ATTENDEE_SIGNUP_MOVEstatic StringSIGNUP_ATTENDEE_SIGNUP_REPLACEstatic StringSIGNUP_ATTENDEE_SIGNUP_SWAPstatic StringSIGNUP_CANCEL_MEETINGstatic StringSIGNUP_MEETING_MODIFIEDstatic StringSIGNUP_NEW_MEETINGstatic StringSIGNUP_ORGANIZER_ADDstatic StringSIGNUP_ORGANIZER_REMOVEstatic StringSIGNUP_PRE_ASSIGNstatic Set<String>VALID_SEND_EMAIL_TO_SELECTED_PEOPLE_ONLY
-
-
-
Field Detail
-
SIGNUP_NEW_MEETING
static final String SIGNUP_NEW_MEETING
- See Also:
- Constant Field Values
-
SIGNUP_CANCEL_MEETING
static final String SIGNUP_CANCEL_MEETING
- See Also:
- Constant Field Values
-
SIGNUP_PRE_ASSIGN
static final String SIGNUP_PRE_ASSIGN
- See Also:
- Constant Field Values
-
SIGNUP_ORGANIZER_ADD
static final String SIGNUP_ORGANIZER_ADD
- See Also:
- Constant Field Values
-
SIGNUP_ORGANIZER_REMOVE
static final String SIGNUP_ORGANIZER_REMOVE
- See Also:
- Constant Field Values
-
SIGNUP_ATTENDEE_SIGNUP
static final String SIGNUP_ATTENDEE_SIGNUP
- See Also:
- Constant Field Values
-
SIGNUP_ATTENDEE_SIGNUP_MOVE
static final String SIGNUP_ATTENDEE_SIGNUP_MOVE
- See Also:
- Constant Field Values
-
SIGNUP_ATTENDEE_SIGNUP_REPLACE
static final String SIGNUP_ATTENDEE_SIGNUP_REPLACE
- See Also:
- Constant Field Values
-
SIGNUP_ATTENDEE_SIGNUP_SWAP
static final String SIGNUP_ATTENDEE_SIGNUP_SWAP
- See Also:
- Constant Field Values
-
SIGNUP_ATTENDEE_CANCEL
static final String SIGNUP_ATTENDEE_CANCEL
- See Also:
- Constant Field Values
-
SIGNUP_ATTENDEE_PROMOTE
static final String SIGNUP_ATTENDEE_PROMOTE
- See Also:
- Constant Field Values
-
SIGNUP_MEETING_MODIFIED
static final String SIGNUP_MEETING_MODIFIED
- See Also:
- Constant Field Values
-
ATTENDEE_EDIT_COMMENT_NOTE
static final String ATTENDEE_EDIT_COMMENT_NOTE
- See Also:
- Constant Field Values
-
ORGANIZER_EDIT_COMMENT_NOTE
static final String ORGANIZER_EDIT_COMMENT_NOTE
- See Also:
- Constant Field Values
-
SEND_EMAIL_ALL_PARTICIPANTS
static final String SEND_EMAIL_ALL_PARTICIPANTS
- See Also:
- Constant Field Values
-
SEND_EMAIL_ONLY_SIGNED_UP_ATTENDEES
static final String SEND_EMAIL_ONLY_SIGNED_UP_ATTENDEES
- See Also:
- Constant Field Values
-
SEND_EMAIL_ONLY_ORGANIZER_COORDINATORS
static final String SEND_EMAIL_ONLY_ORGANIZER_COORDINATORS
- See Also:
- Constant Field Values
-
-