Uses of Class
org.compiere.model.MChangeLog
Packages that use MChangeLog
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 MChangeLog in org.compiere.model
Methods in org.compiere.model that return MChangeLogModifier and TypeMethodDescriptionMSession.changeLog(String TrxName, int AD_ChangeLog_ID, int AD_Table_ID, int AD_Column_ID, int Record_ID, int AD_Client_ID, int AD_Org_ID, Object OldValue, Object NewValue) Deprecated, for removal: This API element is subject to removal in a future version.MSession.changeLog(String TrxName, int AD_ChangeLog_ID, int AD_Table_ID, int AD_Column_ID, int Record_ID, int AD_Client_ID, int AD_Org_ID, Object OldValue, Object NewValue, String event) Create Change Log (if table is logged)MSession.changeLog(String TrxName, int AD_ChangeLog_ID, int AD_Table_ID, int AD_Column_ID, int Record_ID, String Record_UU, int AD_Client_ID, int AD_Org_ID, Object OldValue, Object NewValue, String event) Create Change Log (if table is logged)MSession.changeLog(String TrxName, int AD_ChangeLog_ID, int AD_Table_ID, int AD_Column_ID, int Record_ID, String Record_UU, int AD_Client_ID, int AD_Org_ID, Object OldValue, Object NewValue, String event, boolean save) Create Change Log (if table is logged)Method parameters in org.compiere.model with type arguments of type MChangeLogModifier and TypeMethodDescriptionprotected final intPO.buildInsertSQL(StringBuilder sqlInsert, boolean withValues, List<Object> params, MSession session, int AD_ChangeLog_ID, boolean generateScriptOnly, String database, BatchInsert<MChangeLog> changeLogBatch) Build insert SQL statement and capture change logprotected final SQLFragmentPO.buildUpdateSQL(boolean withValues, StringBuilder whereClauseHolder, BatchInsert<MChangeLog> changeLogBatch) Build the update record SQL statement