Uses of Interface
de.uplanet.lucy.server.businesslogic.exchange.util.IAttachmentInfo
Packages that use IAttachmentInfo
Package
Description
-
Uses of IAttachmentInfo in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return types with arguments of type IAttachmentInfoModifier and TypeMethodDescriptionIExchangeItem.getAttachments()
IExchangeItemUtil.getAttachments
(String p_strItemId) Returns a list ofAttachmentInfo
instances for the item identified by the given ID.Methods in de.uplanet.lucy.server.businesslogic.exchange.util with parameters of type IAttachmentInfoModifier and TypeMethodDescriptionvoid
IExchangeItemUtil.saveAttachment
(IAttachmentInfo p_attachment, File p_fileDestination) Saves an attachment to the given destination file.void
IExchangeItemUtil.saveAttachment
(IAttachmentInfo p_attachment, String p_strFileDest) Saves an attachment to the given destination file. -
Uses of IAttachmentInfo in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Methods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return types with arguments of type IAttachmentInfoMethods in de.uplanet.lucy.server.businesslogic.exchange.util.impl with parameters of type IAttachmentInfoModifier and TypeMethodDescriptionvoid
ExchangeItemUtil.saveAttachment
(IAttachmentInfo p_attachment, File p_fileDestination) void
ExchangeItemUtil.saveAttachment
(IAttachmentInfo p_attachment, String p_strFileDest)