Uses of Class
org.compiere.model.MEXPFormat
Package
Description
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*).
-
Uses of MEXPFormat in org.adempiere.process.rpl.exp
Modifier and TypeMethodDescriptionExportHelper.exportRecord
(MEXPFormat exportFormat, String where, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent) Process - Generate Export Format -
Uses of MEXPFormat in org.compiere.model
Modifier and TypeMethodDescriptionstatic MEXPFormat
MEXPFormat.get
(int EXP_Format_ID) Get MEXPFormat from cache (immutable)static MEXPFormat
Get MEXPFormat from cache (immutable)static MEXPFormat
MEXPFormat.get
(Properties ctx, int EXP_Format_ID, String trxName) Get MEXPFormat from cache (immutable)static MEXPFormat
MEXPFormat.getFormatByAD_Client_IDAD_Table_IDAndVersion
(Properties ctx, int AD_Client_ID, int AD_Table_ID, String version, String trxName) Get export format via client, table and versionstatic MEXPFormat
MEXPFormat.getFormatByValueAD_Client_IDAndVersion
(Properties ctx, String value, int AD_Client_ID, String version, String trxName) Get export format via value, client and versionMEXPFormat.markImmutable()
ModifierConstructorDescriptionMEXPFormat
(Properties ctx, MEXPFormat copy) Copy constructorMEXPFormat
(Properties ctx, MEXPFormat copy, String trxName) Copy constructorMEXPFormat
(MEXPFormat copy) Copy constructor