Class MMPMaintainTask

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

public class MMPMaintainTask extends X_MP_Maintain_Task implements IModelFactory
See Also:
  • Constructor Details

  • Method Details

    • getClass

      public Class<?> getClass(String tableName)
      Description copied from interface: IModelFactory
      Get Persistence Class for Table
      Specified by:
      getClass in interface IModelFactory
      Parameters:
      tableName - table name
      Returns:
      class or null
    • getPO

      public PO getPO(String tableName, int Record_ID, String trxName)
      Description copied from interface: IModelFactory
      Get PO Class Instance
      Specified by:
      getPO in interface IModelFactory
      Record_ID - record
      Returns:
      PO for Record or null
    • getPO

      public PO getPO(String tableName, ResultSet rs, String trxName)
      Description copied from interface: IModelFactory
      Get PO Class Instance
      Specified by:
      getPO in interface IModelFactory
      rs - result set
      trxName - transaction
      Returns:
      PO for Record or null
    • beforeSave

      protected boolean beforeSave(boolean newRecord)
      Description copied from class: PO
      Called before Save for Pre-Save Operation
      Overrides:
      beforeSave in class PO
      Parameters:
      newRecord - new record
      Returns:
      true if record can be saved