Uses of Class
org.sakaiproject.signup.model.SignupAttachment
-
Packages that use SignupAttachment Package Description org.sakaiproject.signup.restful -
-
Uses of SignupAttachment in org.sakaiproject.signup.restful
Methods in org.sakaiproject.signup.restful that return types with arguments of type SignupAttachment Modifier and Type Method Description List<SignupAttachment>SignupEvent. getSignupMainEventAttachItems()This method provides the attachments for main Sign-up event page and is public to whole site.Method parameters in org.sakaiproject.signup.restful with type arguments of type SignupAttachment Modifier and Type Method Description voidSignupEvent. setSignupMainEventAttachItems(List<SignupAttachment> signupMainEventAttachItems)this is a setter. it only holds the attachments, which belongs to the entire event, not to individual time slot or participant
-