org.opencrx.kernel.contract1.cci2
Interface GetContractAmountsResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetContractAmountsResultQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllStatusMessage()
          Adds a condition for the feature statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalAmount()
          Adds a condition for the feature totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalAmountIncludingTax()
          Adds a condition for the feature totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalBaseAmount()
          Adds a condition for the feature totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalDiscountAmount()
          Adds a condition for the feature totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalSalesCommission()
          Adds a condition for the feature totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalTaxAmount()
          Adds a condition for the feature totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.
 SimpleTypeOrder orderByStatusCode()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature statusCode Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStatusMessage()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature statusMessage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmount()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmountIncludingTax()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalAmountIncludingTax Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalBaseAmount()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalBaseAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalDiscountAmount()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalDiscountAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalSalesCommission()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalSalesCommission Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalTaxAmount()
          Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalTaxAmount Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Short> statusCode()
           
 OptionalFeaturePredicate statusMessage()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature statusMessage is null or not.
 StringTypePredicate thereExistsStatusMessage()
          Adds a condition for the feature statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalAmount()
          Adds a condition for the feature totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalAmountIncludingTax()
          Adds a condition for the feature totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalBaseAmount()
          Adds a condition for the feature totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalDiscountAmount()
          Adds a condition for the feature totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalSalesCommission()
          Adds a condition for the feature totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalTaxAmount()
          Adds a condition for the feature totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.
 OptionalFeaturePredicate totalAmount()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalAmount is null or not.
 OptionalFeaturePredicate totalAmountIncludingTax()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalAmountIncludingTax is null or not.
 OptionalFeaturePredicate totalBaseAmount()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalBaseAmount is null or not.
 OptionalFeaturePredicate totalDiscountAmount()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalDiscountAmount is null or not.
 OptionalFeaturePredicate totalSalesCommission()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalSalesCommission is null or not.
 OptionalFeaturePredicate totalTaxAmount()
          Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalTaxAmount is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

statusCode

ComparableTypePredicate<Short> statusCode()

orderByStatusCode

SimpleTypeOrder orderByStatusCode()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature statusCode Note: The order in which orderBy… instructions are given is relevant!


statusMessage

OptionalFeaturePredicate statusMessage()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature statusMessage is null or not.


thereExistsStatusMessage

StringTypePredicate thereExistsStatusMessage()
Adds a condition for the feature statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStatusMessage

StringTypePredicate forAllStatusMessage()
Adds a condition for the feature statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByStatusMessage

SimpleTypeOrder orderByStatusMessage()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature statusMessage Note: The order in which orderBy… instructions are given is relevant!


totalAmount

OptionalFeaturePredicate totalAmount()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalAmount is null or not.


thereExistsTotalAmount

ComparableTypePredicate<BigDecimal> thereExistsTotalAmount()
Adds a condition for the feature totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTotalAmount

ComparableTypePredicate<BigDecimal> forAllTotalAmount()
Adds a condition for the feature totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTotalAmount

SimpleTypeOrder orderByTotalAmount()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalAmount Note: The order in which orderBy… instructions are given is relevant!


totalAmountIncludingTax

OptionalFeaturePredicate totalAmountIncludingTax()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalAmountIncludingTax is null or not.


thereExistsTotalAmountIncludingTax

ComparableTypePredicate<BigDecimal> thereExistsTotalAmountIncludingTax()
Adds a condition for the feature totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTotalAmountIncludingTax

ComparableTypePredicate<BigDecimal> forAllTotalAmountIncludingTax()
Adds a condition for the feature totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTotalAmountIncludingTax

SimpleTypeOrder orderByTotalAmountIncludingTax()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalAmountIncludingTax Note: The order in which orderBy… instructions are given is relevant!


totalBaseAmount

OptionalFeaturePredicate totalBaseAmount()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalBaseAmount is null or not.


thereExistsTotalBaseAmount

ComparableTypePredicate<BigDecimal> thereExistsTotalBaseAmount()
Adds a condition for the feature totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTotalBaseAmount

ComparableTypePredicate<BigDecimal> forAllTotalBaseAmount()
Adds a condition for the feature totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTotalBaseAmount

SimpleTypeOrder orderByTotalBaseAmount()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalBaseAmount Note: The order in which orderBy… instructions are given is relevant!


totalDiscountAmount

OptionalFeaturePredicate totalDiscountAmount()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalDiscountAmount is null or not.


thereExistsTotalDiscountAmount

ComparableTypePredicate<BigDecimal> thereExistsTotalDiscountAmount()
Adds a condition for the feature totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTotalDiscountAmount

ComparableTypePredicate<BigDecimal> forAllTotalDiscountAmount()
Adds a condition for the feature totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTotalDiscountAmount

SimpleTypeOrder orderByTotalDiscountAmount()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalDiscountAmount Note: The order in which orderBy… instructions are given is relevant!


totalSalesCommission

OptionalFeaturePredicate totalSalesCommission()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalSalesCommission is null or not.


thereExistsTotalSalesCommission

ComparableTypePredicate<BigDecimal> thereExistsTotalSalesCommission()
Adds a condition for the feature totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTotalSalesCommission

ComparableTypePredicate<BigDecimal> forAllTotalSalesCommission()
Adds a condition for the feature totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTotalSalesCommission

SimpleTypeOrder orderByTotalSalesCommission()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalSalesCommission Note: The order in which orderBy… instructions are given is relevant!


totalTaxAmount

OptionalFeaturePredicate totalTaxAmount()
Adds a constraint to the predicate for GetContractAmountsResult testing whether the value of the feature totalTaxAmount is null or not.


thereExistsTotalTaxAmount

ComparableTypePredicate<BigDecimal> thereExistsTotalTaxAmount()
Adds a condition for the feature totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTotalTaxAmount

ComparableTypePredicate<BigDecimal> forAllTotalTaxAmount()
Adds a condition for the feature totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTotalTaxAmount

SimpleTypeOrder orderByTotalTaxAmount()
Allows to adds a sort instruction for GetContractAmountsResult depending the feature totalTaxAmount Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.