Class MMPAssetMeterLog

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_Persistent, Evaluatee, I_MP_AssetMeter_Log

public class MMPAssetMeterLog extends X_MP_AssetMeter_Log
See Also:
  • Constructor Details

  • Method Details

    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new record
      success - true if save operation was success
      Returns:
      if save was a success
    • afterDelete

      protected boolean afterDelete(boolean success)
      Description copied from class: PO
      Executed after Delete operation.
      Overrides:
      afterDelete in class PO
      Parameters:
      success - true if record deleted
      Returns:
      true if delete is a success
    • checkMaintainStatus

      protected void checkMaintainStatus()
    • updateLog

      public static void updateLog(Properties ctx, int prognosisID, int otID, String trxName)