Interface QapiPriceGridLineItem

All Superinterfaces:
ApprovableColumns, CalculableObjectLineItemColumns, Map<String,SelectableExpression>, PersistedObjectColumns, PriceCalculableObjectLineItemColumns, Tables.Columns, Tables.Table

public interface QapiPriceGridLineItem extends Tables.Table, PersistedObjectColumns, ApprovableColumns, PriceCalculableObjectLineItemColumns
  • Method Details

    • key2

      Returns:
      the key2 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • approvalState

      SelectableExpression approvalState()
      Returns:
      the approvalState column as a String expression
    • approvalDate

      SelectableExpression approvalDate()
      Returns:
      the approvalDate column as a DateTime expression
    • denialDate

      SelectableExpression denialDate()
      Returns:
      the denialDate column as a DateTime expression
    • denialReason

      SelectableExpression denialReason()
      Returns:
      the denialReason column as a String expression
    • previousCalculationResult

      SelectableExpression previousCalculationResult(String elementName)
      Parameters:
      elementName - the element name from which to get the previous calculation result
      Returns:
      the previous calculation result column as a String expression of the given element name (the value may be serialized as a json string)
    • previousCalculationResults

      SelectableExpression previousCalculationResults()
      Returns:
      all the previous calculation results as a String expression serialized as json
    • previousPriceDate

      SelectableExpression previousPriceDate()
      Returns:
      the previousPriceDate column as a String expression
    • activeCalculationResult

      SelectableExpression activeCalculationResult(String elementName)
      Parameters:
      elementName - the element name from which to get the active calculation result
      Returns:
      the activu calculation result column as a String expression of the given element name (the value may be serialized as a json string)
    • activeCalculationResults

      SelectableExpression activeCalculationResults()
      Returns:
      all the previous calculation results as a String expression serialized as json
    • activePrice

      SelectableExpression activePrice()
      Returns:
      the activePrice column as a Real expression
    • activePriceDate

      SelectableExpression activePriceDate()
      Returns:
      the activePriceDate column as a DateTime expression
    • priceChange_ActivePrev

      SelectableExpression priceChange_ActivePrev()
      Returns:
      the priceChange_ActivePrev column as a Real expression
    • priceChangePct_ActivePrev

      SelectableExpression priceChangePct_ActivePrev()
      Returns:
      the priceChangePct_ActivePrev column as a Real expression
    • manualEditVersion

      SelectableExpression manualEditVersion()
      Returns:
      the manualEditVersion column as an Integer expression
    • manualEditUser

      SelectableExpression manualEditUser()
      Returns:
      the manualEditUser column as an Integer expression
    • manualPriceExpired

      SelectableExpression manualPriceExpired()
      Returns:
      the manualPriceExpired column as a Boolean expression
    • manualPriceDate

      SelectableExpression manualPriceDate()
      Returns:
      the manualPriceDate column as a DateTime expression
    • submitDate

      SelectableExpression submitDate()
      Returns:
      the submitDate column as a DateTime expression