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 DocumentExportHelper. 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 MEXPFormatMEXPFormat. get(int EXP_Format_ID)Get MEXPFormat from cache (immutable)static MEXPFormatMEXPFormat. get(int EXP_Format_ID, String trxName)Get MEXPFormat from cache (immutable)static MEXPFormatMEXPFormat. get(Properties ctx, int EXP_Format_ID, String trxName)Get MEXPFormat from cache (immutable)static MEXPFormatMEXPFormat. getFormatByAD_Client_IDAD_Table_IDAndVersion(Properties ctx, int AD_Client_ID, int AD_Table_ID, String version, String trxName)static MEXPFormatMEXPFormat. getFormatByValueAD_Client_IDAndVersion(Properties ctx, String value, int AD_Client_ID, String version, String trxName)MEXPFormatMEXPFormat. 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)
-