Class MWFBlock

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

@Deprecated public class MWFBlock extends X_AD_WF_Block implements ImmutablePOSupport
Deprecated.
not fully implemented, marked as inactive in dictionary
Work Flow Commitment Block
Version:
$Id: MWFBlock.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MWFBlock

      public MWFBlock(Properties ctx, String AD_WF_Block_UU, String trxName)
      Deprecated.
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_WF_Block_UU - UUID key
      trxName - Transaction
    • MWFBlock

      public MWFBlock(Properties ctx, int AD_WF_Block_ID, String trxName)
      Deprecated.
      Standard Constructor
      Parameters:
      ctx - context
      AD_WF_Block_ID - id
      trxName - transaction
    • MWFBlock

      public MWFBlock(Properties ctx, ResultSet rs, String trxName)
      Deprecated.
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MWFBlock

      public MWFBlock(MWFBlock copy)
      Deprecated.
      Parameters:
      copy -
    • MWFBlock

      public MWFBlock(Properties ctx, MWFBlock copy)
      Deprecated.
      Parameters:
      ctx -
      copy -
    • MWFBlock

      public MWFBlock(Properties ctx, MWFBlock copy, String trxName)
      Deprecated.
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • get

      public static MWFBlock get(int AD_WF_Block_ID)
      Deprecated.
      Get MWFBlock from Cache (immutable)
      Parameters:
      AD_WF_Block_ID - id
      Returns:
      MWFBlock
    • get

      public static MWFBlock get(Properties ctx, int AD_WF_Block_ID)
      Deprecated.
      Get MWFBlock from Cache (immutable)
      Parameters:
      ctx - context
      AD_WF_Block_ID - id
      Returns:
      MWFBlock
    • markImmutable

      public MWFBlock markImmutable()
      Deprecated.
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO