org.opencrx.kernel.contract1.cci2
Interface AbstractContractQuery

All Superinterfaces:
AddressContainerQuery, AlertSenderQuery, AnyTypePredicate, AspectCapableQuery, AssignableQuery, AuditeeQuery, BasicObjectQuery, CloneableQuery, ContextCapableQuery, CreatableQuery, CrxObjectQuery, DeliveryRequestContainerQuery, DepotReferenceHolderQuery, ExporterQuery, ExtentCapableQuery, ImporterQuery, IndexedQuery, ModifiableQuery, SecureObjectQuery, ShippingDetailQuery
All Known Subinterfaces:
InvoiceQuery, LeadQuery, OpportunityQuery, QuoteQuery, SalesOrderQuery

public interface AbstractContractQuery
extends AssignableQuery, SecureObjectQuery, AddressContainerQuery, DeliveryRequestContainerQuery, ShippingDetailQuery, DepotReferenceHolderQuery, CrxObjectQuery


Method Summary
 OptionalFeaturePredicate activeOn()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature activeOn is null or not.
 MultivaluedFeaturePredicate activity()
          Adds a constraint to the predicate for AbstractContract testing whether the feature activity has values or not.
 OptionalFeaturePredicate broker()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature broker is null or not.
 OptionalFeaturePredicate calcRule()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature calcRule is null or not.
 OptionalFeaturePredicate cancelOn()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature cancelOn is null or not.
 OptionalFeaturePredicate closedOn()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature closedOn is null or not.
 MultivaluedFeaturePredicate competitor()
          Adds a constraint to the predicate for AbstractContract testing whether the feature competitor has values or not.
 MultivaluedFeaturePredicate contact()
          Adds a constraint to the predicate for AbstractContract testing whether the feature contact has values or not.
 ComparableTypePredicate<Short> contractCurrency()
           
 ComparableTypePredicate<Short> contractLanguage()
           
 OptionalFeaturePredicate contractNumber()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature contractNumber is null or not.
 ComparableTypePredicate<Short> contractState()
           
 OptionalFeaturePredicate customer()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature customer is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate expiresOn()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature expiresOn is null or not.
 ComparableTypePredicate<Date> forAllActiveOn()
          Adds a condition for the feature activeOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature activeOn satisfies the given condition.
 ActivityQuery forAllActivity()
          Adds a condition for the feature activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition.
 AccountQuery forAllBroker()
          Adds a condition for the feature broker to the predicate for AbstractContract, which evaluates to false unless the value of the feature broker satisfies the given condition.
 CalculationRuleQuery forAllCalcRule()
          Adds a condition for the feature calcRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature calcRule satisfies the given condition.
 ComparableTypePredicate<Date> forAllCancelOn()
          Adds a condition for the feature cancelOn to the predicate for AbstractContract, 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 AbstractContract, which evaluates to false unless the value of the feature closedOn satisfies the given condition.
 CompetitorQuery forAllCompetitor()
          Adds a condition for the feature competitor to the predicate for AbstractContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 AccountQuery forAllContact()
          Adds a condition for the feature contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition.
 StringTypePredicate forAllContractNumber()
          Adds a condition for the feature contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition.
 AccountQuery forAllCustomer()
          Adds a condition for the feature customer to the predicate for AbstractContract, which evaluates to false unless the value of the feature customer satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> forAllExpiresOn()
          Adds a condition for the feature expiresOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.
 CompoundBookingQuery forAllInventoryCb()
          Adds a condition for the feature inventoryCb to the predicate for AbstractContract, which evaluates to false unless the value of the feature inventoryCb satisfies the given condition.
 AbstractContractQuery forAllOrigin()
          Adds a condition for the feature origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.
 ComparableTypePredicate<Date> forAllPricingDate()
          Adds a condition for the feature pricingDate to the predicate for AbstractContract, which evaluates to false unless the value of the feature pricingDate satisfies the given condition.
 PricingRuleQuery forAllPricingRule()
          Adds a condition for the feature pricingRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature pricingRule satisfies the given condition.
 AccountQuery forAllSalesRep()
          Adds a condition for the feature salesRep to the predicate for AbstractContract, which evaluates to false unless the value of the feature salesRep satisfies the given condition.
 AccountQuery forAllSupplier()
          Adds a condition for the feature supplier to the predicate for AbstractContract, which evaluates to false unless the value of the feature supplier satisfies the given condition.
 MultivaluedFeaturePredicate inventoryCb()
          Adds a constraint to the predicate for AbstractContract testing whether the feature inventoryCb has values or not.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByActiveOn()
          Allows to adds a sort instruction for AbstractContract depending the feature activeOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByCancelOn()
          Allows to adds a sort instruction for AbstractContract depending the feature cancelOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByClosedOn()
          Allows to adds a sort instruction for AbstractContract depending the feature closedOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContractCurrency()
          Allows to adds a sort instruction for AbstractContract depending the feature contractCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContractLanguage()
          Allows to adds a sort instruction for AbstractContract depending the feature contractLanguage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContractNumber()
          Allows to adds a sort instruction for AbstractContract depending the feature contractNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByContractState()
          Allows to adds a sort instruction for AbstractContract depending the feature contractState Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for AbstractContract depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByExpiresOn()
          Allows to adds a sort instruction for AbstractContract depending the feature expiresOn Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for AbstractContract depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPaymentTerms()
          Allows to adds a sort instruction for AbstractContract depending the feature paymentTerms Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingDate()
          Allows to adds a sort instruction for AbstractContract depending the feature pricingDate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingState()
          Allows to adds a sort instruction for AbstractContract depending the feature pricingState Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriority()
          Allows to adds a sort instruction for AbstractContract depending the feature priority Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmount()
          Allows to adds a sort instruction for AbstractContract depending the feature totalAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmountIncludingTax()
          Allows to adds a sort instruction for AbstractContract depending the feature totalAmountIncludingTax Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalBaseAmount()
          Allows to adds a sort instruction for AbstractContract depending the feature totalBaseAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalDiscountAmount()
          Allows to adds a sort instruction for AbstractContract depending the feature totalDiscountAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalSalesCommission()
          Allows to adds a sort instruction for AbstractContract depending the feature totalSalesCommission Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalTaxAmount()
          Allows to adds a sort instruction for AbstractContract depending the feature totalTaxAmount Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate origin()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature origin is null or not.
 ComparableTypePredicate<Short> paymentTerms()
           
 OptionalFeaturePredicate pricingDate()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature pricingDate is null or not.
 OptionalFeaturePredicate pricingRule()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature pricingRule is null or not.
 ComparableTypePredicate<Short> pricingState()
           
 ComparableTypePredicate<Short> priority()
           
 OptionalFeaturePredicate salesRep()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature salesRep is null or not.
 OptionalFeaturePredicate supplier()
          Adds a constraint to the predicate for AbstractContract testing whether the value of the feature supplier is null or not.
 ComparableTypePredicate<Date> thereExistsActiveOn()
          Adds a condition for the feature activeOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature activeOn satisfies the given condition.
 ActivityQuery thereExistsActivity()
          Adds a condition for the feature activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition.
 AccountQuery thereExistsBroker()
          Adds a condition for the feature broker to the predicate for AbstractContract, which evaluates to false unless the value of the feature broker satisfies the given condition.
 CalculationRuleQuery thereExistsCalcRule()
          Adds a condition for the feature calcRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature calcRule satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsCancelOn()
          Adds a condition for the feature cancelOn to the predicate for AbstractContract, 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 AbstractContract, which evaluates to false unless the value of the feature closedOn satisfies the given condition.
 CompetitorQuery thereExistsCompetitor()
          Adds a condition for the feature competitor to the predicate for AbstractContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 AccountQuery thereExistsContact()
          Adds a condition for the feature contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition.
 StringTypePredicate thereExistsContractNumber()
          Adds a condition for the feature contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition.
 AccountQuery thereExistsCustomer()
          Adds a condition for the feature customer to the predicate for AbstractContract, which evaluates to false unless the value of the feature customer satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsExpiresOn()
          Adds a condition for the feature expiresOn to the predicate for AbstractContract, which evaluates to false unless the value of the feature expiresOn satisfies the given condition.
 CompoundBookingQuery thereExistsInventoryCb()
          Adds a condition for the feature inventoryCb to the predicate for AbstractContract, which evaluates to false unless the value of the feature inventoryCb satisfies the given condition.
 AbstractContractQuery thereExistsOrigin()
          Adds a condition for the feature origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsPricingDate()
          Adds a condition for the feature pricingDate to the predicate for AbstractContract, which evaluates to false unless the value of the feature pricingDate satisfies the given condition.
 PricingRuleQuery thereExistsPricingRule()
          Adds a condition for the feature pricingRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature pricingRule satisfies the given condition.
 AccountQuery thereExistsSalesRep()
          Adds a condition for the feature salesRep to the predicate for AbstractContract, which evaluates to false unless the value of the feature salesRep satisfies the given condition.
 AccountQuery thereExistsSupplier()
          Adds a condition for the feature supplier to the predicate for AbstractContract, which evaluates to false unless the value of the feature supplier satisfies the given condition.
 ComparableTypePredicate<BigDecimal> totalAmount()
           
 ComparableTypePredicate<BigDecimal> totalAmountIncludingTax()
           
 ComparableTypePredicate<BigDecimal> totalBaseAmount()
           
 ComparableTypePredicate<BigDecimal> totalDiscountAmount()
           
 ComparableTypePredicate<BigDecimal> totalSalesCommission()
           
 ComparableTypePredicate<BigDecimal> totalTaxAmount()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetailQuery
carrier, forAllCarrier, forAllGiftMessage, forAllShippingInstructions, forAllShippingTrackingNumber, giftMessage, isGift, orderByGiftMessage, orderByIsGift, orderByShippingInstructions, orderByShippingMethod, orderByShippingTrackingNumber, shippingInstructions, shippingMethod, shippingTrackingNumber, thereExistsCarrier, thereExistsGiftMessage, thereExistsShippingInstructions, thereExistsShippingTrackingNumber
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObjectQuery
category, disabled, disabledReason, externalLink, forAllCategory, forAllDisabled, forAllDisabledReason, forAllExternalLink, forAllUserBoolean0, forAllUserBoolean1, forAllUserBoolean2, forAllUserBoolean3, forAllUserBoolean4, forAllUserCode0, forAllUserCode1, forAllUserCode2, forAllUserCode3, forAllUserCode4, forAllUserDate0, forAllUserDate1, forAllUserDate2, forAllUserDate3, forAllUserDate4, forAllUserDateTime0, forAllUserDateTime1, forAllUserDateTime2, forAllUserDateTime3, forAllUserDateTime4, forAllUserNumber0, forAllUserNumber1, forAllUserNumber2, forAllUserNumber3, forAllUserNumber4, forAllUserString0, forAllUserString1, forAllUserString2, forAllUserString3, forAllUserString4, orderByCategory, orderByDisabled, orderByDisabledReason, orderByExternalLink, orderByUserBoolean0, orderByUserBoolean1, orderByUserBoolean2, orderByUserBoolean3, orderByUserBoolean4, orderByUserCode0, orderByUserCode1, orderByUserCode2, orderByUserCode3, orderByUserCode4, orderByUserDate0, orderByUserDate1, orderByUserDate2, orderByUserDate3, orderByUserDate4, orderByUserDateTime0, orderByUserDateTime1, orderByUserDateTime2, orderByUserDateTime3, orderByUserDateTime4, orderByUserNumber0, orderByUserNumber1, orderByUserNumber2, orderByUserNumber3, orderByUserNumber4, orderByUserString0, orderByUserString1, orderByUserString2, orderByUserString3, orderByUserString4, thereExistsCategory, thereExistsDisabled, thereExistsDisabledReason, thereExistsExternalLink, thereExistsUserBoolean0, thereExistsUserBoolean1, thereExistsUserBoolean2, thereExistsUserBoolean3, thereExistsUserBoolean4, thereExistsUserCode0, thereExistsUserCode1, thereExistsUserCode2, thereExistsUserCode3, thereExistsUserCode4, thereExistsUserDate0, thereExistsUserDate1, thereExistsUserDate2, thereExistsUserDate3, thereExistsUserDate4, thereExistsUserDateTime0, thereExistsUserDateTime1, thereExistsUserDateTime2, thereExistsUserDateTime3, thereExistsUserDateTime4, thereExistsUserNumber0, thereExistsUserNumber1, thereExistsUserNumber2, thereExistsUserNumber3, thereExistsUserNumber4, thereExistsUserString0, thereExistsUserString1, thereExistsUserString2, thereExistsUserString3, thereExistsUserString4, userBoolean0, userBoolean1, userBoolean2, userBoolean3, userBoolean4, userCode0, userCode1, userCode2, userCode3, userCode4, userDate0, userDate1, userDate2, userDate3, userDate4, userDateTime0, userDateTime1, userDateTime2, userDateTime3, userDateTime4, userNumber0, userNumber1, userNumber2, userNumber3, userNumber4, userString0, userString1, userString2, userString3, userString4
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
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 AbstractContract 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 AbstractContract, 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 AbstractContract, 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 AbstractContract depending the feature activeOn Note: The order in which orderBy… instructions are given is relevant!


activity

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


thereExistsActivity

ActivityQuery thereExistsActivity()
Adds a condition for the feature activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition.

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


forAllActivity

ActivityQuery forAllActivity()
Adds a condition for the feature activity to the predicate for AbstractContract, which evaluates to false unless the value of the feature activity satisfies the given condition.

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


broker

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


thereExistsBroker

AccountQuery thereExistsBroker()
Adds a condition for the feature broker to the predicate for AbstractContract, which evaluates to false unless the value of the feature broker satisfies the given condition.

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


forAllBroker

AccountQuery forAllBroker()
Adds a condition for the feature broker to the predicate for AbstractContract, which evaluates to false unless the value of the feature broker satisfies the given condition.

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


calcRule

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


thereExistsCalcRule

CalculationRuleQuery thereExistsCalcRule()
Adds a condition for the feature calcRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature calcRule satisfies the given condition.

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


forAllCalcRule

CalculationRuleQuery forAllCalcRule()
Adds a condition for the feature calcRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature calcRule satisfies the given condition.

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


cancelOn

OptionalFeaturePredicate cancelOn()
Adds a constraint to the predicate for AbstractContract 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 AbstractContract, 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 AbstractContract, 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 AbstractContract 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 AbstractContract 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 AbstractContract, 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 AbstractContract, 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 AbstractContract depending the feature closedOn Note: The order in which orderBy… instructions are given is relevant!


competitor

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


thereExistsCompetitor

CompetitorQuery thereExistsCompetitor()
Adds a condition for the feature competitor to the predicate for AbstractContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.

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


forAllCompetitor

CompetitorQuery forAllCompetitor()
Adds a condition for the feature competitor to the predicate for AbstractContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.

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


contact

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


thereExistsContact

AccountQuery thereExistsContact()
Adds a condition for the feature contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition.

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


forAllContact

AccountQuery forAllContact()
Adds a condition for the feature contact to the predicate for AbstractContract, which evaluates to false unless the value of the feature contact satisfies the given condition.

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


contractCurrency

ComparableTypePredicate<Short> contractCurrency()

orderByContractCurrency

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


contractLanguage

ComparableTypePredicate<Short> contractLanguage()

orderByContractLanguage

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


contractNumber

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


thereExistsContractNumber

StringTypePredicate thereExistsContractNumber()
Adds a condition for the feature contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition.

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


forAllContractNumber

StringTypePredicate forAllContractNumber()
Adds a condition for the feature contractNumber to the predicate for AbstractContract, which evaluates to false unless the value of the feature contractNumber satisfies the given condition.

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


orderByContractNumber

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


contractState

ComparableTypePredicate<Short> contractState()

orderByContractState

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


customer

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


thereExistsCustomer

AccountQuery thereExistsCustomer()
Adds a condition for the feature customer to the predicate for AbstractContract, which evaluates to false unless the value of the feature customer satisfies the given condition.

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


forAllCustomer

AccountQuery forAllCustomer()
Adds a condition for the feature customer to the predicate for AbstractContract, which evaluates to false unless the value of the feature customer satisfies the given condition.

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


description

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


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a condition for the feature description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition.

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


forAllDescription

StringTypePredicate forAllDescription()
Adds a condition for the feature description to the predicate for AbstractContract, which evaluates to false unless the value of the feature description satisfies the given condition.

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


orderByDescription

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


expiresOn

OptionalFeaturePredicate expiresOn()
Adds a constraint to the predicate for AbstractContract 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 AbstractContract, 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 AbstractContract, 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 AbstractContract depending the feature expiresOn Note: The order in which orderBy… instructions are given is relevant!


inventoryCb

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


thereExistsInventoryCb

CompoundBookingQuery thereExistsInventoryCb()
Adds a condition for the feature inventoryCb to the predicate for AbstractContract, which evaluates to false unless the value of the feature inventoryCb satisfies the given condition.

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


forAllInventoryCb

CompoundBookingQuery forAllInventoryCb()
Adds a condition for the feature inventoryCb to the predicate for AbstractContract, which evaluates to false unless the value of the feature inventoryCb satisfies the given condition.

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


name

StringTypePredicate name()

orderByName

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


origin

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


thereExistsOrigin

AbstractContractQuery thereExistsOrigin()
Adds a condition for the feature origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.

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


forAllOrigin

AbstractContractQuery forAllOrigin()
Adds a condition for the feature origin to the predicate for AbstractContract, which evaluates to false unless the value of the feature origin satisfies the given condition.

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


paymentTerms

ComparableTypePredicate<Short> paymentTerms()

orderByPaymentTerms

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


pricingDate

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


thereExistsPricingDate

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

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


forAllPricingDate

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

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


orderByPricingDate

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


pricingRule

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


thereExistsPricingRule

PricingRuleQuery thereExistsPricingRule()
Adds a condition for the feature pricingRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature pricingRule satisfies the given condition.

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


forAllPricingRule

PricingRuleQuery forAllPricingRule()
Adds a condition for the feature pricingRule to the predicate for AbstractContract, which evaluates to false unless the value of the feature pricingRule satisfies the given condition.

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


pricingState

ComparableTypePredicate<Short> pricingState()

orderByPricingState

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


priority

ComparableTypePredicate<Short> priority()

orderByPriority

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


salesRep

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


thereExistsSalesRep

AccountQuery thereExistsSalesRep()
Adds a condition for the feature salesRep to the predicate for AbstractContract, which evaluates to false unless the value of the feature salesRep satisfies the given condition.

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


forAllSalesRep

AccountQuery forAllSalesRep()
Adds a condition for the feature salesRep to the predicate for AbstractContract, which evaluates to false unless the value of the feature salesRep satisfies the given condition.

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


supplier

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


thereExistsSupplier

AccountQuery thereExistsSupplier()
Adds a condition for the feature supplier to the predicate for AbstractContract, which evaluates to false unless the value of the feature supplier satisfies the given condition.

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


forAllSupplier

AccountQuery forAllSupplier()
Adds a condition for the feature supplier to the predicate for AbstractContract, which evaluates to false unless the value of the feature supplier satisfies the given condition.

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


totalAmount

ComparableTypePredicate<BigDecimal> totalAmount()

orderByTotalAmount

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


totalAmountIncludingTax

ComparableTypePredicate<BigDecimal> totalAmountIncludingTax()

orderByTotalAmountIncludingTax

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


totalBaseAmount

ComparableTypePredicate<BigDecimal> totalBaseAmount()

orderByTotalBaseAmount

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


totalDiscountAmount

ComparableTypePredicate<BigDecimal> totalDiscountAmount()

orderByTotalDiscountAmount

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


totalSalesCommission

ComparableTypePredicate<BigDecimal> totalSalesCommission()

orderByTotalSalesCommission

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


totalTaxAmount

ComparableTypePredicate<BigDecimal> totalTaxAmount()

orderByTotalTaxAmount

SimpleTypeOrder orderByTotalTaxAmount()
Allows to adds a sort instruction for AbstractContract 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.