Uses of Class
org.compiere.model.MAttachment
Package
Description
One of the package that provide implementation of iDempiere core processes.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide utility classes for text file processing
Provide implementation for conversion of amount to word.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
-
Uses of MAttachment in org.adempiere.process
Modifier and TypeMethodDescriptionIPrintShippingLabel.printImageLabel
(MAttachment attachment, MShipperLabels labelType, String title) Print image type labelIPrintShippingLabel.printToLabelPrinter
(MAttachment attachment, MShipperLabels labelType) Print to label printer -
Uses of MAttachment in org.adempiere.webui.process
Modifier and TypeMethodDescriptionDefaultPrintShippingLabel.printImageLabel
(MAttachment attachment, MShipperLabels labelType, String title) DefaultPrintShippingLabel.printToLabelPrinter
(MAttachment attachment, MShipperLabels labelType) -
Uses of MAttachment in org.adempiere.webui.window
Modifier and TypeMethodDescriptionstatic String
WEMailDialog.embedImgToEmail
(MMailText mt, MAttachment attachment) convert attach image as base64 and embed to message content for preview in cfEditor -
Uses of MAttachment in org.brerp.sped.nfe.model
Modifier and TypeMethodDescriptionboolean
MLBREventoNFe.sendEmail
(MLBRDocFiscal docFiscal, String trxName, MAttachment attachmentXML) -
Uses of MAttachment in org.brerp.sped.nfe.util
Modifier and TypeMethodDescriptionstatic File
NFeUtil.getFileEventoNfe
(String fileName, String type, MAttachment attachment) Metodo responsavel por retornar arquivo do evento NFestatic net.sf.jasperreports.engine.JasperPrint
NFeUtil.getJasperEventoNfe
(String type, MAttachment attachment) Metodo responsavel por retornar Jasper do evento NFe -
Uses of MAttachment in org.compiere.model
Modifier and TypeMethodDescriptionPO.createAttachment()
Create/return Attachment for PO.static MAttachment
MAttachment.get
(Properties ctx, int AD_Table_ID, int Record_ID) static MAttachment
MAttachment.get
(Properties ctx, int AD_Table_ID, int Record_ID, String trxName) Get Attachment (if there are more than one attachment, it gets the first in no specific order)static MAttachment
MAttachment.get
(Properties ctx, int AD_Table_ID, int Record_ID, String Record_UU, String trxName) Get Attachment (if there are more than one attachment, it gets the first in no specific order)PO.getAttachment()
Get Attachments.PO.getAttachment
(boolean requery) Get AttachmentsModifier and TypeMethodDescriptionboolean
AttachmentDBSystem.delete
(MAttachment attach, MStorageProvider prov) boolean
AttachmentFileSystem.delete
(MAttachment attach, MStorageProvider provider) boolean
IAttachmentStore.delete
(MAttachment attach, MStorageProvider prov) Delete stored attachment contentboolean
AttachmentDBSystem.deleteEntry
(MAttachment attach, MStorageProvider provider, int index) boolean
AttachmentFileSystem.deleteEntry
(MAttachment attach, MStorageProvider provider, int index) boolean
IAttachmentStore.deleteEntry
(MAttachment mAttachment, MStorageProvider provider, int index) Delete attachment content by indexboolean
AttachmentDBSystem.loadLOBData
(MAttachment attach, MStorageProvider prov) boolean
AttachmentFileSystem.loadLOBData
(MAttachment attach, MStorageProvider prov) boolean
IAttachmentStore.loadLOBData
(MAttachment attach, MStorageProvider prov) Load binary attachment contentboolean
AttachmentDBSystem.save
(MAttachment attach, MStorageProvider prov) boolean
AttachmentFileSystem.save
(MAttachment attach, MStorageProvider prov) boolean
IAttachmentStore.save
(MAttachment attach, MStorageProvider prov) Save attachment contentModifierConstructorDescriptionMAttachment
(MAttachment copy) Copy constructorMAttachmentNote
(MAttachment attach, String Title, String TextMsg) Parent Constructor. -
Uses of MAttachment in org.compiere.tools
Modifier and TypeMethodDescriptionstatic void
FileUtil.copy
(MAttachment attachment, File destinationFile, int index) copy attachment entry to file -
Uses of MAttachment in org.compiere.util
Modifier and TypeMethodDescriptionstatic String
WebUtil.streamAttachment
(javax.servlet.http.HttpServletResponse response, MAttachment attachment, int attachmentIndex) Stream Attachment Entry