Class MRegistration

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

@Deprecated public class MRegistration extends X_A_Registration
Deprecated.
not fully implemented
Asset Registration Model
Version:
$Id: MRegistration.java,v 1.2 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MRegistration

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

      public MRegistration(Properties ctx, int A_Registration_ID, String trxName)
      Deprecated.
      Standard Constructor
      Parameters:
      ctx - context
      A_Registration_ID - id
    • MRegistration

      public MRegistration(Properties ctx, String Name, boolean IsAllowPublish, boolean IsInProduction, Timestamp AssetServiceDate, String trxName)
      Deprecated.
      New Constructor
      Parameters:
      ctx - context
      Name - name
      IsAllowPublish - allow publication
      IsInProduction - production
      AssetServiceDate - start date
      trxName - trx
    • MRegistration

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

    • getAttributes

      public MRegistrationAttribute[] getAttributes()
      Deprecated.
      Get All Attributes
      Returns:
      Registration Attributes
    • getValues

      public MRegistrationValue[] getValues()
      Deprecated.
      Get All active Self Service Attribute Values
      Returns:
      Registration Attribute Values
    • getValues

      public MRegistrationValue[] getValues(boolean onlySelfService)
      Deprecated.
      Get All Attribute Values
      Parameters:
      onlySelfService - only Active Self Service
      Returns:
      sorted Registration Attribute Values
    • loadAttributeValues

      public int loadAttributeValues(javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Load Attributes from Request
      Parameters:
      request - request
      Returns:
      number of attributes read
    • updateAttributeValues

      public int updateAttributeValues(javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Update Attributes from Request
      Parameters:
      request - request
      Returns:
      number of attributes read