Class MCOFProducts

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

public class MCOFProducts extends X_COF_Products
Version:
$Id: MCOFProducts.java, v1.0 08/06/2016 07:16:42, viniciusmoraes Exp $
Author:
Vincius H Moraes (vinicius.moraes@devcoffee.com.br, http://www.devcoffee.com.br)
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