org.opencrx.kernel.contract1.query
Interface GetContractAmountsResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
GetContractAmountsResultFilterImpl

public interface GetContractAmountsResultQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllStatusMessage()
          Adds a constraint for the feature statusMessage to the predicate.
 ComparableTypePredicate forAllTotalAmount()
          Adds a constraint for the feature totalAmount to the predicate.
 ComparableTypePredicate forAllTotalAmountIncludingTax()
          Adds a constraint for the feature totalAmountIncludingTax to the predicate.
 ComparableTypePredicate forAllTotalBaseAmount()
          Adds a constraint for the feature totalBaseAmount to the predicate.
 ComparableTypePredicate forAllTotalDiscountAmount()
          Adds a constraint for the feature totalDiscountAmount to the predicate.
 ComparableTypePredicate forAllTotalSalesCommission()
          Adds a constraint for the feature totalSalesCommission to the predicate.
 ComparableTypePredicate forAllTotalTaxAmount()
          Adds a constraint for the feature totalTaxAmount to the predicate.
 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 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 constraint for the feature statusMessage to the predicate.
 ComparableTypePredicate thereExistsTotalAmount()
          Adds a constraint for the feature totalAmount to the predicate.
 ComparableTypePredicate thereExistsTotalAmountIncludingTax()
          Adds a constraint for the feature totalAmountIncludingTax to the predicate.
 ComparableTypePredicate thereExistsTotalBaseAmount()
          Adds a constraint for the feature totalBaseAmount to the predicate.
 ComparableTypePredicate thereExistsTotalDiscountAmount()
          Adds a constraint for the feature totalDiscountAmount to the predicate.
 ComparableTypePredicate thereExistsTotalSalesCommission()
          Adds a constraint for the feature totalSalesCommission to the predicate.
 ComparableTypePredicate thereExistsTotalTaxAmount()
          Adds a constraint for the feature totalTaxAmount to the predicate.
 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, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

statusCode

ComparableTypePredicate 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 constraint for the feature statusMessage to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature statusMessage satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllStatusMessage

StringTypePredicate forAllStatusMessage()
Adds a constraint for the feature statusMessage to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature statusMessage satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsTotalAmount()
Adds a constraint for the feature totalAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllTotalAmount

ComparableTypePredicate forAllTotalAmount()
Adds a constraint for the feature totalAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsTotalAmountIncludingTax()
Adds a constraint for the feature totalAmountIncludingTax to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalAmountIncludingTax satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllTotalAmountIncludingTax

ComparableTypePredicate forAllTotalAmountIncludingTax()
Adds a constraint for the feature totalAmountIncludingTax to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalAmountIncludingTax satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsTotalBaseAmount()
Adds a constraint for the feature totalBaseAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalBaseAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllTotalBaseAmount

ComparableTypePredicate forAllTotalBaseAmount()
Adds a constraint for the feature totalBaseAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalBaseAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsTotalDiscountAmount()
Adds a constraint for the feature totalDiscountAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalDiscountAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllTotalDiscountAmount

ComparableTypePredicate forAllTotalDiscountAmount()
Adds a constraint for the feature totalDiscountAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalDiscountAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsTotalSalesCommission()
Adds a constraint for the feature totalSalesCommission to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalSalesCommission satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllTotalSalesCommission

ComparableTypePredicate forAllTotalSalesCommission()
Adds a constraint for the feature totalSalesCommission to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalSalesCommission satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsTotalTaxAmount()
Adds a constraint for the feature totalTaxAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalTaxAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllTotalTaxAmount

ComparableTypePredicate forAllTotalTaxAmount()
Adds a constraint for the feature totalTaxAmount to the predicate. The predicate for GetContractAmountsResult evaluates true if its value of feature totalTaxAmount satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.