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 StringIPrintShippingLabel. printImageLabel(MAttachment attachment, MShipperLabels labelType, String title)StringIPrintShippingLabel. 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 StringDefaultPrintShippingLabel. printImageLabel(MAttachment attachment, MShipperLabels labelType, String title)StringDefaultPrintShippingLabel. 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 StringWEMailDialog. 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 MAttachmentPO. createAttachment()Create/return Attachment for PO.static MAttachmentMAttachment. get(Properties ctx, int AD_Table_ID, int Record_ID)static MAttachmentMAttachment. 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)MAttachmentPO. getAttachment()Get Attachments.MAttachmentPO. getAttachment(boolean requery)Get AttachmentsMethods in org.compiere.model with parameters of type MAttachment Modifier and Type Method Description booleanAttachmentDBSystem. delete(MAttachment attach, MStorageProvider prov)booleanAttachmentFileSystem. delete(MAttachment attach, MStorageProvider provider)booleanIAttachmentStore. delete(MAttachment attach, MStorageProvider prov)booleanAttachmentDBSystem. deleteEntry(MAttachment attach, MStorageProvider provider, int index)booleanAttachmentFileSystem. deleteEntry(MAttachment attach, MStorageProvider provider, int index)booleanIAttachmentStore. deleteEntry(MAttachment mAttachment, MStorageProvider provider, int index)booleanAttachmentDBSystem. loadLOBData(MAttachment attach, MStorageProvider prov)booleanAttachmentFileSystem. loadLOBData(MAttachment attach, MStorageProvider prov)booleanIAttachmentStore. loadLOBData(MAttachment attach, MStorageProvider prov)booleanAttachmentDBSystem. save(MAttachment attach, MStorageProvider prov)booleanAttachmentFileSystem. save(MAttachment attach, MStorageProvider prov)booleanIAttachmentStore. 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 voidFileUtil. 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 StringWebUtil. streamAttachment(javax.servlet.http.HttpServletResponse response, MAttachment attachment, int attachmentIndex)Stream Attachment Entry
-