Class MSLACriteria

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

@Deprecated public class MSLACriteria extends X_PA_SLA_Criteria implements ImmutablePOSupport
Deprecated.
not fully implement, marked as inactive in application dictionary
Service Level Agreement Criteria Model
Version:
$Id: MSLACriteria.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MSLACriteria

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

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

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

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

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

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

    • get

      public static MSLACriteria get(int PA_SLA_Criteria_ID)
      Deprecated.
      Get MSLACriteria from Cache
      Parameters:
      PA_SLA_Criteria_ID - id
      Returns:
      MSLACriteria
    • get

      public static MSLACriteria get(int PA_SLA_Criteria_ID, String trxName)
      Deprecated.
      Get MSLACriteria from Cache
      Parameters:
      PA_SLA_Criteria_ID - id
      trxName - transaction
      Returns:
      MSLACriteria
    • get

      public static MSLACriteria get(Properties ctx, int PA_SLA_Criteria_ID, String trxName)
      Deprecated.
      Get MSLACriteria from Cache
      Parameters:
      ctx - context
      PA_SLA_Criteria_ID - id
      trxName - transaction
      Returns:
      MSLACriteria
    • getGoals

      public MSLAGoal[] getGoals()
      Deprecated.
      Get Goals of Criteria
      Returns:
      array of Goals
    • newInstance

      public SLACriteria newInstance() throws Exception
      Deprecated.
      Create New Instance of SLA Criteria
      Returns:
      instantiated class
      Throws:
      Exception
    • markImmutable

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