org.opencrx.kernel.contract1.query
Interface GetContractAmountsParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
GetContractAmountsParamsFilterImpl

public interface GetContractAmountsParamsQuery
extends AnyTypePredicate


Method Summary
 AbstractContractQuery contract()
           
 ComparableTypePredicate forAllLineItemNumber()
          Adds a constraint for the feature lineItemNumber to the predicate.
 ComparableTypePredicate forAllPositionAmount()
          Adds a constraint for the feature positionAmount to the predicate.
 ComparableTypePredicate forAllPositionBaseAmount()
          Adds a constraint for the feature positionBaseAmount to the predicate.
 ComparableTypePredicate forAllPositionDiscountAmount()
          Adds a constraint for the feature positionDiscountAmount to the predicate.
 ComparableTypePredicate forAllPositionTaxAmount()
          Adds a constraint for the feature positionTaxAmount to the predicate.
 ComparableTypePredicate forAllSalesCommission()
          Adds a constraint for the feature salesCommission to the predicate.
 BooleanTypePredicate forAllSalesCommissionIsPercentage()
          Adds a constraint for the feature salesCommissionIsPercentage to the predicate.
 MultivaluedFeaturePredicate lineItemNumber()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature lineItemNumber has values or not.
 MultivaluedTypeOrder orderByLineItemNumber()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature lineItemNumber Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByPositionAmount()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionAmount Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByPositionBaseAmount()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionBaseAmount Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByPositionDiscountAmount()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionDiscountAmount Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByPositionTaxAmount()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionTaxAmount Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderBySalesCommission()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature salesCommission Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderBySalesCommissionIsPercentage()
          Allows to adds a sort instruction for GetContractAmountsParams depending the feature salesCommissionIsPercentage Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate positionAmount()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionAmount has values or not.
 MultivaluedFeaturePredicate positionBaseAmount()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionBaseAmount has values or not.
 MultivaluedFeaturePredicate positionDiscountAmount()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionDiscountAmount has values or not.
 MultivaluedFeaturePredicate positionTaxAmount()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionTaxAmount has values or not.
 MultivaluedFeaturePredicate salesCommission()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature salesCommission has values or not.
 MultivaluedFeaturePredicate salesCommissionIsPercentage()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature salesCommissionIsPercentage has values or not.
 ComparableTypePredicate thereExistsLineItemNumber()
          Adds a constraint for the feature lineItemNumber to the predicate.
 ComparableTypePredicate thereExistsPositionAmount()
          Adds a constraint for the feature positionAmount to the predicate.
 ComparableTypePredicate thereExistsPositionBaseAmount()
          Adds a constraint for the feature positionBaseAmount to the predicate.
 ComparableTypePredicate thereExistsPositionDiscountAmount()
          Adds a constraint for the feature positionDiscountAmount to the predicate.
 ComparableTypePredicate thereExistsPositionTaxAmount()
          Adds a constraint for the feature positionTaxAmount to the predicate.
 ComparableTypePredicate thereExistsSalesCommission()
          Adds a constraint for the feature salesCommission to the predicate.
 BooleanTypePredicate thereExistsSalesCommissionIsPercentage()
          Adds a constraint for the feature salesCommissionIsPercentage to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

contract

AbstractContractQuery contract()

lineItemNumber

MultivaluedFeaturePredicate lineItemNumber()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature lineItemNumber has values or not.


thereExistsLineItemNumber

ComparableTypePredicate thereExistsLineItemNumber()
Adds a constraint for the feature lineItemNumber to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature lineItemNumber satisfies the given condition.

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


forAllLineItemNumber

ComparableTypePredicate forAllLineItemNumber()
Adds a constraint for the feature lineItemNumber to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature lineItemNumber satisfy the selected condition.

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


orderByLineItemNumber

MultivaluedTypeOrder orderByLineItemNumber()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature lineItemNumber Note: The order in which orderBy… instructions are given is relevant!


positionAmount

MultivaluedFeaturePredicate positionAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionAmount has values or not.


thereExistsPositionAmount

ComparableTypePredicate thereExistsPositionAmount()
Adds a constraint for the feature positionAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature positionAmount satisfies the given condition.

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


forAllPositionAmount

ComparableTypePredicate forAllPositionAmount()
Adds a constraint for the feature positionAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature positionAmount satisfy the selected condition.

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


orderByPositionAmount

MultivaluedTypeOrder orderByPositionAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionAmount Note: The order in which orderBy… instructions are given is relevant!


positionBaseAmount

MultivaluedFeaturePredicate positionBaseAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionBaseAmount has values or not.


thereExistsPositionBaseAmount

ComparableTypePredicate thereExistsPositionBaseAmount()
Adds a constraint for the feature positionBaseAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature positionBaseAmount satisfies the given condition.

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


forAllPositionBaseAmount

ComparableTypePredicate forAllPositionBaseAmount()
Adds a constraint for the feature positionBaseAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature positionBaseAmount satisfy the selected condition.

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


orderByPositionBaseAmount

MultivaluedTypeOrder orderByPositionBaseAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionBaseAmount Note: The order in which orderBy… instructions are given is relevant!


positionDiscountAmount

MultivaluedFeaturePredicate positionDiscountAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionDiscountAmount has values or not.


thereExistsPositionDiscountAmount

ComparableTypePredicate thereExistsPositionDiscountAmount()
Adds a constraint for the feature positionDiscountAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature positionDiscountAmount satisfies the given condition.

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


forAllPositionDiscountAmount

ComparableTypePredicate forAllPositionDiscountAmount()
Adds a constraint for the feature positionDiscountAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature positionDiscountAmount satisfy the selected condition.

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


orderByPositionDiscountAmount

MultivaluedTypeOrder orderByPositionDiscountAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionDiscountAmount Note: The order in which orderBy… instructions are given is relevant!


positionTaxAmount

MultivaluedFeaturePredicate positionTaxAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature positionTaxAmount has values or not.


thereExistsPositionTaxAmount

ComparableTypePredicate thereExistsPositionTaxAmount()
Adds a constraint for the feature positionTaxAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature positionTaxAmount satisfies the given condition.

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


forAllPositionTaxAmount

ComparableTypePredicate forAllPositionTaxAmount()
Adds a constraint for the feature positionTaxAmount to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature positionTaxAmount satisfy the selected condition.

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


orderByPositionTaxAmount

MultivaluedTypeOrder orderByPositionTaxAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature positionTaxAmount Note: The order in which orderBy… instructions are given is relevant!


salesCommission

MultivaluedFeaturePredicate salesCommission()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature salesCommission has values or not.


thereExistsSalesCommission

ComparableTypePredicate thereExistsSalesCommission()
Adds a constraint for the feature salesCommission to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature salesCommission satisfies the given condition.

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


forAllSalesCommission

ComparableTypePredicate forAllSalesCommission()
Adds a constraint for the feature salesCommission to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature salesCommission satisfy the selected condition.

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


orderBySalesCommission

MultivaluedTypeOrder orderBySalesCommission()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature salesCommission Note: The order in which orderBy… instructions are given is relevant!


salesCommissionIsPercentage

MultivaluedFeaturePredicate salesCommissionIsPercentage()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature salesCommissionIsPercentage has values or not.


thereExistsSalesCommissionIsPercentage

BooleanTypePredicate thereExistsSalesCommissionIsPercentage()
Adds a constraint for the feature salesCommissionIsPercentage to the predicate. The predicate for GetContractAmountsParams evaluates true if at least one of its values of feature salesCommissionIsPercentage satisfies the given condition.

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


forAllSalesCommissionIsPercentage

BooleanTypePredicate forAllSalesCommissionIsPercentage()
Adds a constraint for the feature salesCommissionIsPercentage to the predicate. The predicate for GetContractAmountsParams evaluates true if all of its values of feature salesCommissionIsPercentage satisfy the selected condition.

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


orderBySalesCommissionIsPercentage

MultivaluedTypeOrder orderBySalesCommissionIsPercentage()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature salesCommissionIsPercentage 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.