Class MCampaign

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

public class MCampaign extends X_C_Campaign
Campaign model
Version:
$Id: MCampaign.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MCampaign

      public MCampaign(Properties ctx, String C_Campaign_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      C_Campaign_UU - UUID key
      trxName - Transaction
    • MCampaign

      public MCampaign(Properties ctx, int C_Campaign_ID, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      C_Campaign_ID - id
      trxName - transaction
    • MCampaign

      public MCampaign(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
  • Method Details

    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - true if it is a 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
      Execute after Delete operations.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterDelete in class PO
      Parameters:
      success - true if record deleted
      Returns:
      true if delete is a success