org.opencrx.application.shop1.cci2
Interface ContractTQuery

All Superinterfaces:
AnyTypePredicate

public interface ContractTQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate activeOn()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature activeOn is null or not.
 OptionalFeaturePredicate billingPartner()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature billingPartner is null or not.
 MultivaluedFeaturePredicate billingPartnerRegistrationId()
          Adds a constraint to the predicate for ContractT testing whether the feature billingPartnerRegistrationId has values or not.
 OptionalFeaturePredicate cancelOn()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature cancelOn is null or not.
 OptionalFeaturePredicate closedOn()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature closedOn is null or not.
 OptionalFeaturePredicate contractCurrency()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature contractCurrency is null or not.
 StringTypePredicate contractNumber()
           
 ContractStatusTQuery contractStatus()
           
 StringTypePredicate customerNumber()
           
 OptionalFeaturePredicate expiresOn()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature expiresOn is null or not.
 MultivaluedFeaturePredicate externalId()
          Adds a constraint to the predicate for ContractT testing whether the feature externalId has values or not.
 ComparableTypePredicate<Date> forAllActiveOn()
          Adds a condition for the feature activeOn to the predicate for ContractT, which evaluates to false unless the value of the feature activeOn satisfies the given condition.
 StringTypePredicate forAllBillingPartner()
          Adds a condition for the feature billingPartner to the predicate for ContractT, which evaluates to false unless the value of the feature billingPartner satisfies the given condition.
 StringTypePredicate forAllBillingPartnerRegistrationId()
          Adds a condition for the feature billingPartnerRegistrationId to the predicate for ContractT, which evaluates to false unless the values of the feature billingPartnerRegistrationId satisfy the given condition.
 ComparableTypePredicate<Date> forAllCancelOn()
          Adds a condition for the feature cancelOn to the predicate for ContractT, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
 ComparableTypePredicate<Date> forAllClosedOn()
          Adds a condition for the feature closedOn to the predicate for ContractT, which evaluates to false unless the value of the feature closedOn satisfies the given condition.
 ComparableTypePredicate<Integer> forAllContractCurrency()
          Adds a condition for the feature contractCurrency to the predicate for ContractT, which evaluates to false unless the value of the feature contractCurrency satisfies the given condition.
 ComparableTypePredicate<Date> forAllExpiresOn()
          Adds a condition for the feature expiresOn to the predicate for ContractT, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.
 StringTypePredicate forAllExternalId()
          Adds a condition for the feature externalId to the predicate for ContractT, which evaluates to false unless the values of the feature externalId satisfy the given condition.
 ContractPositionTQuery forAllPosition()
          Adds a condition for the feature position to the predicate for ContractT, which evaluates to false unless the values of the feature position satisfy the given condition.
 PostalAddressTQuery forAllPostalAddressDelivery()
          Adds a condition for the feature postalAddressDelivery to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressDelivery satisfies the given condition.
 PostalAddressTQuery forAllPostalAddressInvoice()
          Adds a condition for the feature postalAddressInvoice to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressInvoice satisfies the given condition.
 StringTypePredicate forAllTotalAmount()
          Adds a condition for the feature totalAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.
 StringTypePredicate forAllTotalAmountIncludingTax()
          Adds a condition for the feature totalAmountIncludingTax to the predicate for ContractT, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.
 StringTypePredicate forAllTotalBaseAmount()
          Adds a condition for the feature totalBaseAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.
 StringTypePredicate forAllTotalDiscountAmount()
          Adds a condition for the feature totalDiscountAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.
 StringTypePredicate forAllTotalTaxAmount()
          Adds a condition for the feature totalTaxAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.
 SimpleTypeOrder orderByActiveOn()
          Allows to adds a sort instruction for ContractT depending the feature activeOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBillingPartner()
          Allows to adds a sort instruction for ContractT depending the feature billingPartner Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByBillingPartnerRegistrationId()
          Allows to adds a sort instruction for ContractT depending the feature billingPartnerRegistrationId Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByCancelOn()
          Allows to adds a sort instruction for ContractT depending the feature cancelOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByClosedOn()
          Allows to adds a sort instruction for ContractT depending the feature closedOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContractCurrency()
          Allows to adds a sort instruction for ContractT depending the feature contractCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContractNumber()
          Allows to adds a sort instruction for ContractT depending the feature contractNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByCustomerNumber()
          Allows to adds a sort instruction for ContractT depending the feature customerNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByExpiresOn()
          Allows to adds a sort instruction for ContractT depending the feature expiresOn Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByExternalId()
          Allows to adds a sort instruction for ContractT depending the feature externalId Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmount()
          Allows to adds a sort instruction for ContractT depending the feature totalAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmountIncludingTax()
          Allows to adds a sort instruction for ContractT depending the feature totalAmountIncludingTax Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalBaseAmount()
          Allows to adds a sort instruction for ContractT depending the feature totalBaseAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalDiscountAmount()
          Allows to adds a sort instruction for ContractT depending the feature totalDiscountAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalTaxAmount()
          Allows to adds a sort instruction for ContractT depending the feature totalTaxAmount Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate position()
          Adds a constraint to the predicate for ContractT testing whether the feature position has values or not.
 OptionalFeaturePredicate postalAddressDelivery()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature postalAddressDelivery is null or not.
 OptionalFeaturePredicate postalAddressInvoice()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature postalAddressInvoice is null or not.
 ComparableTypePredicate<Date> thereExistsActiveOn()
          Adds a condition for the feature activeOn to the predicate for ContractT, which evaluates to false unless the value of the feature activeOn satisfies the given condition.
 StringTypePredicate thereExistsBillingPartner()
          Adds a condition for the feature billingPartner to the predicate for ContractT, which evaluates to false unless the value of the feature billingPartner satisfies the given condition.
 StringTypePredicate thereExistsBillingPartnerRegistrationId()
          Adds a condition for the feature billingPartnerRegistrationId to the predicate for ContractT, which evaluates to false unless the values of the feature billingPartnerRegistrationId satisfy the given condition.
 ComparableTypePredicate<Date> thereExistsCancelOn()
          Adds a condition for the feature cancelOn to the predicate for ContractT, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsClosedOn()
          Adds a condition for the feature closedOn to the predicate for ContractT, which evaluates to false unless the value of the feature closedOn satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsContractCurrency()
          Adds a condition for the feature contractCurrency to the predicate for ContractT, which evaluates to false unless the value of the feature contractCurrency satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsExpiresOn()
          Adds a condition for the feature expiresOn to the predicate for ContractT, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.
 StringTypePredicate thereExistsExternalId()
          Adds a condition for the feature externalId to the predicate for ContractT, which evaluates to false unless the values of the feature externalId satisfy the given condition.
 ContractPositionTQuery thereExistsPosition()
          Adds a condition for the feature position to the predicate for ContractT, which evaluates to false unless the values of the feature position satisfy the given condition.
 PostalAddressTQuery thereExistsPostalAddressDelivery()
          Adds a condition for the feature postalAddressDelivery to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressDelivery satisfies the given condition.
 PostalAddressTQuery thereExistsPostalAddressInvoice()
          Adds a condition for the feature postalAddressInvoice to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressInvoice satisfies the given condition.
 StringTypePredicate thereExistsTotalAmount()
          Adds a condition for the feature totalAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.
 StringTypePredicate thereExistsTotalAmountIncludingTax()
          Adds a condition for the feature totalAmountIncludingTax to the predicate for ContractT, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.
 StringTypePredicate thereExistsTotalBaseAmount()
          Adds a condition for the feature totalBaseAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.
 StringTypePredicate thereExistsTotalDiscountAmount()
          Adds a condition for the feature totalDiscountAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.
 StringTypePredicate thereExistsTotalTaxAmount()
          Adds a condition for the feature totalTaxAmount to the predicate for ContractT, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.
 OptionalFeaturePredicate totalAmount()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature totalAmount is null or not.
 OptionalFeaturePredicate totalAmountIncludingTax()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature totalAmountIncludingTax is null or not.
 OptionalFeaturePredicate totalBaseAmount()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature totalBaseAmount is null or not.
 OptionalFeaturePredicate totalDiscountAmount()
          Adds a constraint to the predicate for ContractT testing whether the value of the feature totalDiscountAmount is null or not.
 OptionalFeaturePredicate totalTaxAmount()
          Adds a constraint to the predicate for ContractT 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

activeOn

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


thereExistsActiveOn

ComparableTypePredicate<Date> thereExistsActiveOn()
Adds a condition for the feature activeOn to the predicate for ContractT, which evaluates to false unless the value of the feature activeOn satisfies the given condition.

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


forAllActiveOn

ComparableTypePredicate<Date> forAllActiveOn()
Adds a condition for the feature activeOn to the predicate for ContractT, which evaluates to false unless the value of the feature activeOn satisfies the given condition.

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


orderByActiveOn

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


billingPartner

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


thereExistsBillingPartner

StringTypePredicate thereExistsBillingPartner()
Adds a condition for the feature billingPartner to the predicate for ContractT, which evaluates to false unless the value of the feature billingPartner satisfies the given condition.

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


forAllBillingPartner

StringTypePredicate forAllBillingPartner()
Adds a condition for the feature billingPartner to the predicate for ContractT, which evaluates to false unless the value of the feature billingPartner satisfies the given condition.

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


orderByBillingPartner

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


billingPartnerRegistrationId

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


thereExistsBillingPartnerRegistrationId

StringTypePredicate thereExistsBillingPartnerRegistrationId()
Adds a condition for the feature billingPartnerRegistrationId to the predicate for ContractT, which evaluates to false unless the values of the feature billingPartnerRegistrationId 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


forAllBillingPartnerRegistrationId

StringTypePredicate forAllBillingPartnerRegistrationId()
Adds a condition for the feature billingPartnerRegistrationId to the predicate for ContractT, which evaluates to false unless the values of the feature billingPartnerRegistrationId 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


orderByBillingPartnerRegistrationId

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


cancelOn

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


thereExistsCancelOn

ComparableTypePredicate<Date> thereExistsCancelOn()
Adds a condition for the feature cancelOn to the predicate for ContractT, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.

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


forAllCancelOn

ComparableTypePredicate<Date> forAllCancelOn()
Adds a condition for the feature cancelOn to the predicate for ContractT, which evaluates to false unless the value of the feature cancelOn satisfies the given condition.

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


orderByCancelOn

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


closedOn

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


thereExistsClosedOn

ComparableTypePredicate<Date> thereExistsClosedOn()
Adds a condition for the feature closedOn to the predicate for ContractT, which evaluates to false unless the value of the feature closedOn satisfies the given condition.

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


forAllClosedOn

ComparableTypePredicate<Date> forAllClosedOn()
Adds a condition for the feature closedOn to the predicate for ContractT, which evaluates to false unless the value of the feature closedOn satisfies the given condition.

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


orderByClosedOn

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


contractCurrency

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


thereExistsContractCurrency

ComparableTypePredicate<Integer> thereExistsContractCurrency()
Adds a condition for the feature contractCurrency to the predicate for ContractT, which evaluates to false unless the value of the feature contractCurrency satisfies the given condition.

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


forAllContractCurrency

ComparableTypePredicate<Integer> forAllContractCurrency()
Adds a condition for the feature contractCurrency to the predicate for ContractT, which evaluates to false unless the value of the feature contractCurrency satisfies the given condition.

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


orderByContractCurrency

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


contractNumber

StringTypePredicate contractNumber()

orderByContractNumber

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


contractStatus

ContractStatusTQuery contractStatus()

customerNumber

StringTypePredicate customerNumber()

orderByCustomerNumber

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


expiresOn

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


thereExistsExpiresOn

ComparableTypePredicate<Date> thereExistsExpiresOn()
Adds a condition for the feature expiresOn to the predicate for ContractT, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.

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


forAllExpiresOn

ComparableTypePredicate<Date> forAllExpiresOn()
Adds a condition for the feature expiresOn to the predicate for ContractT, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.

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


orderByExpiresOn

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


externalId

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


thereExistsExternalId

StringTypePredicate thereExistsExternalId()
Adds a condition for the feature externalId to the predicate for ContractT, which evaluates to false unless the values of the feature externalId 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


forAllExternalId

StringTypePredicate forAllExternalId()
Adds a condition for the feature externalId to the predicate for ContractT, which evaluates to false unless the values of the feature externalId 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


orderByExternalId

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


position

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


thereExistsPosition

ContractPositionTQuery thereExistsPosition()
Adds a condition for the feature position to the predicate for ContractT, which evaluates to false unless the values of the feature position 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


forAllPosition

ContractPositionTQuery forAllPosition()
Adds a condition for the feature position to the predicate for ContractT, which evaluates to false unless the values of the feature position 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


postalAddressDelivery

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


thereExistsPostalAddressDelivery

PostalAddressTQuery thereExistsPostalAddressDelivery()
Adds a condition for the feature postalAddressDelivery to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressDelivery satisfies the given condition.

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


forAllPostalAddressDelivery

PostalAddressTQuery forAllPostalAddressDelivery()
Adds a condition for the feature postalAddressDelivery to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressDelivery satisfies the given condition.

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


postalAddressInvoice

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


thereExistsPostalAddressInvoice

PostalAddressTQuery thereExistsPostalAddressInvoice()
Adds a condition for the feature postalAddressInvoice to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressInvoice satisfies the given condition.

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


forAllPostalAddressInvoice

PostalAddressTQuery forAllPostalAddressInvoice()
Adds a condition for the feature postalAddressInvoice to the predicate for ContractT, which evaluates to false unless the value of the feature postalAddressInvoice satisfies the given condition.

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


totalAmount

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


thereExistsTotalAmount

StringTypePredicate thereExistsTotalAmount()
Adds a condition for the feature totalAmount to the predicate for ContractT, 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

StringTypePredicate forAllTotalAmount()
Adds a condition for the feature totalAmount to the predicate for ContractT, 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 ContractT 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 ContractT testing whether the value of the feature totalAmountIncludingTax is null or not.


thereExistsTotalAmountIncludingTax

StringTypePredicate thereExistsTotalAmountIncludingTax()
Adds a condition for the feature totalAmountIncludingTax to the predicate for ContractT, 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

StringTypePredicate forAllTotalAmountIncludingTax()
Adds a condition for the feature totalAmountIncludingTax to the predicate for ContractT, 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 ContractT 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 ContractT testing whether the value of the feature totalBaseAmount is null or not.


thereExistsTotalBaseAmount

StringTypePredicate thereExistsTotalBaseAmount()
Adds a condition for the feature totalBaseAmount to the predicate for ContractT, 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

StringTypePredicate forAllTotalBaseAmount()
Adds a condition for the feature totalBaseAmount to the predicate for ContractT, 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 ContractT 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 ContractT testing whether the value of the feature totalDiscountAmount is null or not.


thereExistsTotalDiscountAmount

StringTypePredicate thereExistsTotalDiscountAmount()
Adds a condition for the feature totalDiscountAmount to the predicate for ContractT, 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

StringTypePredicate forAllTotalDiscountAmount()
Adds a condition for the feature totalDiscountAmount to the predicate for ContractT, 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 ContractT depending the feature totalDiscountAmount Note: The order in which orderBy… instructions are given is relevant!


totalTaxAmount

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


thereExistsTotalTaxAmount

StringTypePredicate thereExistsTotalTaxAmount()
Adds a condition for the feature totalTaxAmount to the predicate for ContractT, 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

StringTypePredicate forAllTotalTaxAmount()
Adds a condition for the feature totalTaxAmount to the predicate for ContractT, 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 ContractT 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.