Uses of Class
org.compiere.model.MAttachment
-
Packages that use MAttachment Package Description org.adempiere.process org.adempiere.webui.process org.adempiere.webui.window org.compiere.model Provides for....org.compiere.tools org.compiere.util -
-
Uses of MAttachment in org.adempiere.process
Methods in org.adempiere.process with parameters of type MAttachment Modifier and Type Method Description String
IPrintShippingLabel. printImageLabel(MAttachment attachment, MShipperLabels labelType, String title)
String
IPrintShippingLabel. printToLabelPrinter(MAttachment attachment, MShipperLabels labelType)
-
Uses of MAttachment in org.adempiere.webui.process
Methods in org.adempiere.webui.process with parameters of type MAttachment Modifier and Type Method Description String
DefaultPrintShippingLabel. printImageLabel(MAttachment attachment, MShipperLabels labelType, String title)
String
DefaultPrintShippingLabel. printToLabelPrinter(MAttachment attachment, MShipperLabels labelType)
-
Uses of MAttachment in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type MAttachment Modifier and Type Method Description static 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.compiere.model
Methods in org.compiere.model that return MAttachment Modifier and Type Method Description MAttachment
PO. 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)MAttachment
PO. getAttachment()
Get Attachments.MAttachment
PO. getAttachment(boolean requery)
Get AttachmentsMethods in org.compiere.model with parameters of type MAttachment Modifier and Type Method Description boolean
AttachmentDBSystem. delete(MAttachment attach, MStorageProvider prov)
boolean
AttachmentFileSystem. delete(MAttachment attach, MStorageProvider provider)
boolean
IAttachmentStore. delete(MAttachment attach, MStorageProvider prov)
boolean
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)
boolean
AttachmentDBSystem. loadLOBData(MAttachment attach, MStorageProvider prov)
boolean
AttachmentFileSystem. loadLOBData(MAttachment attach, MStorageProvider prov)
boolean
IAttachmentStore. loadLOBData(MAttachment attach, MStorageProvider prov)
boolean
AttachmentDBSystem. save(MAttachment attach, MStorageProvider prov)
boolean
AttachmentFileSystem. save(MAttachment attach, MStorageProvider prov)
boolean
IAttachmentStore. save(MAttachment attach, MStorageProvider prov)
Constructors in org.compiere.model with parameters of type MAttachment Constructor Description MAttachment(MAttachment copy)
Copy constructorMAttachmentNote(MAttachment attach, String Title, String TextMsg)
Parent Constructor. -
Uses of MAttachment in org.compiere.tools
Methods in org.compiere.tools with parameters of type MAttachment Modifier and Type Method Description static void
FileUtil. copy(MAttachment attachment, File destinationFile, int index)
copy attachment entry to file -
Uses of MAttachment in org.compiere.util
Methods in org.compiere.util with parameters of type MAttachment Modifier and Type Method Description static String
WebUtil. streamAttachment(javax.servlet.http.HttpServletResponse response, MAttachment attachment, int attachmentIndex)
Stream Attachment Entry
-