Class SendMailJob.ResourceAttachmentSupplier
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.mail.SendMailJob.ResourceAttachmentSupplier
- All Implemented Interfaces:
SendMailJob.AttachmentSupplier
,Serializable
- Enclosing class:
SendMailJob
public static non-sealed class SendMailJob.ResourceAttachmentSupplier
extends Object
implements SendMailJob.AttachmentSupplier
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
getId()
long
getSize()
loadResourceBinary
(PersistenceService persistenceService)
-
Constructor Details
-
ResourceAttachmentSupplier
-
-
Method Details
-
getLocale
- Specified by:
getLocale
in interfaceSendMailJob.AttachmentSupplier
-
getId
- Specified by:
getId
in interfaceSendMailJob.AttachmentSupplier
-
getFileName
- Specified by:
getFileName
in interfaceSendMailJob.AttachmentSupplier
-
getSize
public long getSize()- Specified by:
getSize
in interfaceSendMailJob.AttachmentSupplier
-
loadResourceBinary
-