public class CopyFileProcessor extends AttachmentHandler
| Constructor and Description |
|---|
CopyFileProcessor(org.sakaiproject.signup.logic.SakaiFacade sakaiFacade,
org.sakaiproject.signup.logic.SignupMeetingService signupMeetingService) |
| Modifier and Type | Method and Description |
|---|---|
org.sakaiproject.signup.model.SignupAttachment |
copySignupAttachment(org.sakaiproject.signup.model.SignupMeeting sMeeting,
boolean isOrganizer,
org.sakaiproject.signup.model.SignupAttachment attach,
String fromContext,
String toContext) |
String |
processAddAttachRedirect(List attachList,
org.sakaiproject.signup.model.SignupMeeting sMeeting,
boolean isOrganizer)
Redirect the add/remove attachment to Sakai's help page.
|
static Element |
timeslotToXml(org.sakaiproject.signup.model.SignupTimeslot timeslot,
Document doc,
Stack<Element> stack) |
Element |
toXml(String element,
Document doc,
Stack stack) |
clear, copySignupAttachment, createSignupAttachment, determineAndAssignPublicView, getAttachments, getRelativePath, getSakaiFacade, getSignupMeetingService, removeAttachmentInContentHost, setAttachmentItems, setAttachments, setPublicView, setSakaiFacade, setSignupMeetingServicepublic CopyFileProcessor(org.sakaiproject.signup.logic.SakaiFacade sakaiFacade,
org.sakaiproject.signup.logic.SignupMeetingService signupMeetingService)
public String processAddAttachRedirect(List attachList, org.sakaiproject.signup.model.SignupMeeting sMeeting, boolean isOrganizer)
AttachmentHandlerprocessAddAttachRedirect in class AttachmentHandlerattachList - -
a list of attachment objectssMeeting - -
SignupMeeting objectisOrganizer - -
a boolean valuepublic org.sakaiproject.signup.model.SignupAttachment copySignupAttachment(org.sakaiproject.signup.model.SignupMeeting sMeeting,
boolean isOrganizer,
org.sakaiproject.signup.model.SignupAttachment attach,
String fromContext,
String toContext)
Copyright © 2007-2014 Sakai Project. All Rights Reserved.