org.opencrx.kernel.contract1.cci2
Interface GetContractAmountsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetContractAmountsParamsQuery
extends AnyTypePredicate


Method Summary
 AbstractContractQuery contract()
           
 ComparableTypePredicate<Integer> forAllLineItemNumber()
          Adds a condition for the feature lineItemNumber to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature lineItemNumber satisfy the given condition.
 ComparableTypePredicate<BigDecimal> forAllPositionAmount()
          Adds a condition for the feature positionAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> forAllPositionBaseAmount()
          Adds a condition for the feature positionBaseAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionBaseAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> forAllPositionDiscountAmount()
          Adds a condition for the feature positionDiscountAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionDiscountAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> forAllPositionTaxAmount()
          Adds a condition for the feature positionTaxAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionTaxAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> forAllSalesCommission()
          Adds a condition for the feature salesCommission to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommission satisfy the given condition.
 BooleanTypePredicate forAllSalesCommissionIsPercentage()
          Adds a condition for the feature salesCommissionIsPercentage to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommissionIsPercentage satisfy the given condition.
 MultivaluedFeaturePredicate lineItemNumber()
          Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature lineItemNumber has values or not.
 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<Integer> thereExistsLineItemNumber()
          Adds a condition for the feature lineItemNumber to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature lineItemNumber satisfy the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsPositionAmount()
          Adds a condition for the feature positionAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsPositionBaseAmount()
          Adds a condition for the feature positionBaseAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionBaseAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsPositionDiscountAmount()
          Adds a condition for the feature positionDiscountAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionDiscountAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsPositionTaxAmount()
          Adds a condition for the feature positionTaxAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionTaxAmount satisfy the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsSalesCommission()
          Adds a condition for the feature salesCommission to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommission satisfy the given condition.
 BooleanTypePredicate thereExistsSalesCommissionIsPercentage()
          Adds a condition for the feature salesCommissionIsPercentage to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommissionIsPercentage satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, 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<Integer> thereExistsLineItemNumber()
Adds a condition for the feature lineItemNumber to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature lineItemNumber satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllLineItemNumber

ComparableTypePredicate<Integer> forAllLineItemNumber()
Adds a condition for the feature lineItemNumber to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature lineItemNumber satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


positionAmount

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


thereExistsPositionAmount

ComparableTypePredicate<BigDecimal> thereExistsPositionAmount()
Adds a condition for the feature positionAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllPositionAmount

ComparableTypePredicate<BigDecimal> forAllPositionAmount()
Adds a condition for the feature positionAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


positionBaseAmount

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


thereExistsPositionBaseAmount

ComparableTypePredicate<BigDecimal> thereExistsPositionBaseAmount()
Adds a condition for the feature positionBaseAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionBaseAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllPositionBaseAmount

ComparableTypePredicate<BigDecimal> forAllPositionBaseAmount()
Adds a condition for the feature positionBaseAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionBaseAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


positionDiscountAmount

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


thereExistsPositionDiscountAmount

ComparableTypePredicate<BigDecimal> thereExistsPositionDiscountAmount()
Adds a condition for the feature positionDiscountAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionDiscountAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllPositionDiscountAmount

ComparableTypePredicate<BigDecimal> forAllPositionDiscountAmount()
Adds a condition for the feature positionDiscountAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionDiscountAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


positionTaxAmount

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


thereExistsPositionTaxAmount

ComparableTypePredicate<BigDecimal> thereExistsPositionTaxAmount()
Adds a condition for the feature positionTaxAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionTaxAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllPositionTaxAmount

ComparableTypePredicate<BigDecimal> forAllPositionTaxAmount()
Adds a condition for the feature positionTaxAmount to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature positionTaxAmount satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


salesCommission

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


thereExistsSalesCommission

ComparableTypePredicate<BigDecimal> thereExistsSalesCommission()
Adds a condition for the feature salesCommission to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommission satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllSalesCommission

ComparableTypePredicate<BigDecimal> forAllSalesCommission()
Adds a condition for the feature salesCommission to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommission satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


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 condition for the feature salesCommissionIsPercentage to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommissionIsPercentage satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllSalesCommissionIsPercentage

BooleanTypePredicate forAllSalesCommissionIsPercentage()
Adds a condition for the feature salesCommissionIsPercentage to the predicate for GetContractAmountsParams, which evaluates to false unless the values of the feature salesCommissionIsPercentage satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied



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