Uses of Interface
org.compiere.model.IAttachmentLazyDataSource
-
Packages that use IAttachmentLazyDataSource Package Description org.compiere.model Provides for.... -
-
Uses of IAttachmentLazyDataSource in org.compiere.model
Classes in org.compiere.model that implement IAttachmentLazyDataSource Modifier and Type Class Description class
AttachmentFileLazyDataSource
IDEMPIERE-4889Methods in org.compiere.model that return IAttachmentLazyDataSource Modifier and Type Method Description IAttachmentLazyDataSource
MAttachmentEntry. getLazyDataSource()
Get the lazy data sourceMethods in org.compiere.model with parameters of type IAttachmentLazyDataSource Modifier and Type Method Description void
MAttachmentEntry. setLazyDataSource(IAttachmentLazyDataSource ds)
Set the lazy data sourceConstructors in org.compiere.model with parameters of type IAttachmentLazyDataSource Constructor Description MAttachmentEntry(String name, int index, IAttachmentLazyDataSource ds)
Constructor for delayed load
-