Uses of Class
org.compiere.model.MEXPFormat
-
Packages that use MEXPFormat Package Description org.adempiere.process.rpl.exp org.compiere.model Provides for.... -
-
Uses of MEXPFormat in org.adempiere.process.rpl.exp
Methods in org.adempiere.process.rpl.exp with parameters of type MEXPFormat Modifier and Type Method Description Document
ExportHelper. exportRecord(MEXPFormat exportFormat, String where, Integer ReplicationMode, String ReplicationType, Integer ReplicationEvent)
Process - Generate Export Format -
Uses of MEXPFormat in org.compiere.model
Methods in org.compiere.model that return MEXPFormat Modifier and Type Method Description static MEXPFormat
MEXPFormat. get(int EXP_Format_ID)
Get MEXPFormat from cache (immutable)static MEXPFormat
MEXPFormat. get(int EXP_Format_ID, String trxName)
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)
static MEXPFormat
MEXPFormat. getFormatByValueAD_Client_IDAndVersion(Properties ctx, String value, int AD_Client_ID, String version, String trxName)
MEXPFormat
MEXPFormat. markImmutable()
Constructors in org.compiere.model with parameters of type MEXPFormat Constructor Description MEXPFormat(Properties ctx, MEXPFormat copy)
MEXPFormat(Properties ctx, MEXPFormat copy, String trxName)
MEXPFormat(MEXPFormat copy)
-