Uses of Class
org.bedework.calfacade.BwAttachment
Packages that use BwAttachment
Package
Description
-
Uses of BwAttachment in org.bedework.calfacade
Methods in org.bedework.calfacade that return types with arguments of type BwAttachmentModifier and TypeMethodDescriptionBwEvent.cloneAttachments()BwEvent.copyAttachments()BwEvent.getAttachments()BwEventProxy.getAttachments()Methods in org.bedework.calfacade with parameters of type BwAttachmentModifier and TypeMethodDescriptionvoidBwEvent.addAttachment(BwAttachment val) intBwAttachment.compareTo(BwAttachment that) voidBwAttachment.copyTo(BwAttachment val) Copy this objects values into the parameterbooleanBwEvent.removeAttachment(BwAttachment val) Method parameters in org.bedework.calfacade with type arguments of type BwAttachmentModifier and TypeMethodDescriptionvoidBwEvent.setAttachments(Set<BwAttachment> val) voidBwEventProxy.setAttachments(Set<BwAttachment> val) -
Uses of BwAttachment in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return types with arguments of type BwAttachmentModifier and TypeMethodDescriptionAttachmentsEntity.cloneAttachments()Return a clone of the SetAttachmentsEntity.copyAttachments()Return a copy of the SetAttachmentsEntity.getAttachments()Get the attendeesMethods in org.bedework.calfacade.base with parameters of type BwAttachmentModifier and TypeMethodDescriptionvoidAttachmentsEntity.addAttachment(BwAttachment val) booleanAttachmentsEntity.removeAttachment(BwAttachment val) Method parameters in org.bedework.calfacade.base with type arguments of type BwAttachmentModifier and TypeMethodDescriptionvoidAttachmentsEntity.setAttachments(Set<BwAttachment> val) Set the attendees Set -
Uses of BwAttachment in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return types with arguments of type BwAttachmentModifier and TypeMethodDescriptionBwEventNewWrapper.cloneAttachments()BwEventNewWrapper.copyAttachments()BwEventNewWrapper.getAttachments()Methods in org.bedework.calfacade.wrappers with parameters of type BwAttachmentModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addAttachment(BwAttachment val) booleanBwEventNewWrapper.removeAttachment(BwAttachment val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwAttachment