org.opencrx.kernel.contract1.cci2
Interface SalesContractQuery

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

public interface SalesContractQuery
extends AbstractContractQuery


Method Summary
 OptionalFeaturePredicate broker()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature broker is null or not.
 OptionalFeaturePredicate calcRule()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature calcRule is null or not.
 MultivaluedFeaturePredicate competitor()
          Adds a constraint to the predicate for SalesContract testing whether the feature competitor has values or not.
 ComparableTypePredicate<Short> contractCurrency()
           
 OptionalFeaturePredicate customer()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature customer is null or not.
 AccountQuery forAllBroker()
          Adds a condition for the feature broker to the predicate for SalesContract, 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 SalesContract, which evaluates to false unless the value of the feature calcRule satisfies the given condition.
 CompetitorQuery forAllCompetitor()
          Adds a condition for the feature competitor to the predicate for SalesContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 AccountQuery forAllCustomer()
          Adds a condition for the feature customer to the predicate for SalesContract, which evaluates to false unless the value of the feature customer satisfies the given condition.
 CompoundBookingQuery forAllInventoryCb()
          Adds a condition for the feature inventoryCb to the predicate for SalesContract, which evaluates to false unless the value of the feature inventoryCb satisfies the given condition.
 PositionModificationQuery forAllPositionModification()
          Adds a condition for the feature positionModification to the predicate for SalesContract, which evaluates to false unless the value of the feature positionModification satisfies the given condition.
 ComparableTypePredicate<Date> forAllPricingDate()
          Adds a condition for the feature pricingDate to the predicate for SalesContract, 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 SalesContract, which evaluates to false unless the value of the feature pricingRule satisfies the given condition.
 AbstractRemovedPositionQuery forAllRemovedPosition()
          Adds a condition for the feature removedPosition to the predicate for SalesContract, which evaluates to false unless the value of the feature removedPosition satisfies the given condition.
 AccountQuery forAllSalesRep()
          Adds a condition for the feature salesRep to the predicate for SalesContract, 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 SalesContract, which evaluates to false unless the value of the feature supplier satisfies the given condition.
 MultivaluedFeaturePredicate inventoryCb()
          Adds a constraint to the predicate for SalesContract testing whether the feature inventoryCb has values or not.
 SimpleTypeOrder orderByContractCurrency()
          Allows to adds a sort instruction for SalesContract depending the feature contractCurrency Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPaymentTerms()
          Allows to adds a sort instruction for SalesContract depending the feature paymentTerms Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingDate()
          Allows to adds a sort instruction for SalesContract depending the feature pricingDate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingState()
          Allows to adds a sort instruction for SalesContract depending the feature pricingState Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmount()
          Allows to adds a sort instruction for SalesContract depending the feature totalAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalAmountIncludingTax()
          Allows to adds a sort instruction for SalesContract depending the feature totalAmountIncludingTax Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalBaseAmount()
          Allows to adds a sort instruction for SalesContract depending the feature totalBaseAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalDiscountAmount()
          Allows to adds a sort instruction for SalesContract depending the feature totalDiscountAmount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalSalesCommission()
          Allows to adds a sort instruction for SalesContract depending the feature totalSalesCommission Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTotalTaxAmount()
          Allows to adds a sort instruction for SalesContract depending the feature totalTaxAmount Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Short> paymentTerms()
           
 MultivaluedFeaturePredicate positionModification()
          Adds a constraint to the predicate for SalesContract testing whether the feature positionModification has values or not.
 OptionalFeaturePredicate pricingDate()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature pricingDate is null or not.
 OptionalFeaturePredicate pricingRule()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature pricingRule is null or not.
 ComparableTypePredicate<Short> pricingState()
           
 MultivaluedFeaturePredicate removedPosition()
          Adds a constraint to the predicate for SalesContract testing whether the feature removedPosition has values or not.
 OptionalFeaturePredicate salesRep()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature salesRep is null or not.
 OptionalFeaturePredicate supplier()
          Adds a constraint to the predicate for SalesContract testing whether the value of the feature supplier is null or not.
 AccountQuery thereExistsBroker()
          Adds a condition for the feature broker to the predicate for SalesContract, 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 SalesContract, which evaluates to false unless the value of the feature calcRule satisfies the given condition.
 CompetitorQuery thereExistsCompetitor()
          Adds a condition for the feature competitor to the predicate for SalesContract, which evaluates to false unless the value of the feature competitor satisfies the given condition.
 AccountQuery thereExistsCustomer()
          Adds a condition for the feature customer to the predicate for SalesContract, which evaluates to false unless the value of the feature customer satisfies the given condition.
 CompoundBookingQuery thereExistsInventoryCb()
          Adds a condition for the feature inventoryCb to the predicate for SalesContract, which evaluates to false unless the value of the feature inventoryCb satisfies the given condition.
 PositionModificationQuery thereExistsPositionModification()
          Adds a condition for the feature positionModification to the predicate for SalesContract, which evaluates to false unless the value of the feature positionModification satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsPricingDate()
          Adds a condition for the feature pricingDate to the predicate for SalesContract, 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 SalesContract, which evaluates to false unless the value of the feature pricingRule satisfies the given condition.
 AbstractRemovedPositionQuery thereExistsRemovedPosition()
          Adds a condition for the feature removedPosition to the predicate for SalesContract, which evaluates to false unless the value of the feature removedPosition satisfies the given condition.
 AccountQuery thereExistsSalesRep()
          Adds a condition for the feature salesRep to the predicate for SalesContract, 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 SalesContract, 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.opencrx.kernel.contract1.cci2.AbstractContractQuery
activeOn, activity, assignedAccount, cancelOn, closedOn, contact, contractLanguage, contractNumber, contractRole, contractState, description, expiresOn, forAllActiveOn, forAllActivity, forAllAssignedAccount, forAllCancelOn, forAllClosedOn, forAllContact, forAllContractNumber, forAllContractRole, forAllDescription, forAllExpiresOn, forAllGroupAssignment, forAllLastAppliedCreator, forAllLinkFrom, forAllLinkTo, forAllOrigin, groupAssignment, lastAppliedCreator, linkFrom, linkTo, name, orderByActiveOn, orderByCancelOn, orderByClosedOn, orderByContractLanguage, orderByContractNumber, orderByContractState, orderByDescription, orderByExpiresOn, orderByName, orderByPriority, origin, priority, thereExistsActiveOn, thereExistsActivity, thereExistsAssignedAccount, thereExistsCancelOn, thereExistsClosedOn, thereExistsContact, thereExistsContractNumber, thereExistsContractRole, thereExistsDescription, thereExistsExpiresOn, thereExistsGroupAssignment, thereExistsLastAppliedCreator, thereExistsLinkFrom, thereExistsLinkTo, thereExistsOrigin
 
Methods inherited from interface org.opencrx.kernel.contract1.cci2.AddressContainerQuery
address, forAllAddress, thereExistsAddress
 
Methods inherited from interface org.opencrx.kernel.contract1.cci2.DeliveryRequestContainerQuery
deliveryRequest, forAllDeliveryRequest, thereExistsDeliveryRequest
 
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.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery
depotReference, forAllDepotReference, thereExistsDepotReference
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObjectQuery
additionalExternalLink, assignedReminder, attachedDocument, category, disabled, disabledReason, documentFolderAssignment, externalLink, forAllAdditionalExternalLink, forAllAssignedReminder, forAllAttachedDocument, forAllCategory, forAllDisabled, forAllDisabledReason, forAllDocumentFolderAssignment, forAllExternalLink, forAllMedia, forAllNote, forAllPropertySet, forAllPropertySetEntry, forAllRating, 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, media, note, orderByDisabled, orderByDisabledReason, orderByUserBoolean0, orderByUserBoolean1, orderByUserBoolean2, orderByUserBoolean3, orderByUserCode0, orderByUserCode1, orderByUserCode2, orderByUserCode3, orderByUserDate0, orderByUserDate1, orderByUserDate2, orderByUserDate3, orderByUserDateTime0, orderByUserDateTime1, orderByUserDateTime2, orderByUserDateTime3, orderByUserNumber0, orderByUserNumber1, orderByUserNumber2, orderByUserNumber3, orderByUserString0, orderByUserString1, orderByUserString2, orderByUserString3, propertySet, propertySetEntry, rating, thereExistsAdditionalExternalLink, thereExistsAssignedReminder, thereExistsAttachedDocument, thereExistsCategory, thereExistsDisabled, thereExistsDisabledReason, thereExistsDocumentFolderAssignment, thereExistsExternalLink, thereExistsMedia, thereExistsNote, thereExistsPropertySet, thereExistsPropertySetEntry, thereExistsRating, 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.opencrx.kernel.base.cci2.AuditeeQuery
audit, forAllAudit, thereExistsAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery
forAllIndexEntry, indexEntry, thereExistsIndexEntry
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.ExtendedQuery
extBoolean0, extBoolean1, extBoolean2, extBoolean3, extBoolean4, extCode0, extCode1, extCode2, extCode3, extCode4, extDate0, extDate1, extDate2, extDate3, extDate4, extDateTime0, extDateTime1, extDateTime2, extDateTime3, extDateTime4, extNumber0, extNumber1, extNumber2, extNumber3, extNumber4, extString0, extString1, extString2, extString3, extString4, forAllExtBoolean0, forAllExtBoolean1, forAllExtBoolean2, forAllExtBoolean3, forAllExtBoolean4, forAllExtCode0, forAllExtCode1, forAllExtCode2, forAllExtCode3, forAllExtCode4, forAllExtDate0, forAllExtDate1, forAllExtDate2, forAllExtDate3, forAllExtDate4, forAllExtDateTime0, forAllExtDateTime1, forAllExtDateTime2, forAllExtDateTime3, forAllExtDateTime4, forAllExtNumber0, forAllExtNumber1, forAllExtNumber2, forAllExtNumber3, forAllExtNumber4, forAllExtString0, forAllExtString1, forAllExtString2, forAllExtString3, forAllExtString4, orderByExtBoolean0, orderByExtBoolean1, orderByExtBoolean2, orderByExtBoolean3, orderByExtBoolean4, orderByExtCode0, orderByExtCode1, orderByExtCode2, orderByExtCode3, orderByExtCode4, orderByExtDate0, orderByExtDate1, orderByExtDate2, orderByExtDate3, orderByExtDate4, orderByExtDateTime0, orderByExtDateTime1, orderByExtDateTime2, orderByExtDateTime3, orderByExtDateTime4, orderByExtNumber0, orderByExtNumber1, orderByExtNumber2, orderByExtNumber3, orderByExtNumber4, orderByExtString0, orderByExtString1, orderByExtString2, orderByExtString3, orderByExtString4, thereExistsExtBoolean0, thereExistsExtBoolean1, thereExistsExtBoolean2, thereExistsExtBoolean3, thereExistsExtBoolean4, thereExistsExtCode0, thereExistsExtCode1, thereExistsExtCode2, thereExistsExtCode3, thereExistsExtCode4, thereExistsExtDate0, thereExistsExtDate1, thereExistsExtDate2, thereExistsExtDate3, thereExistsExtDate4, thereExistsExtDateTime0, thereExistsExtDateTime1, thereExistsExtDateTime2, thereExistsExtDateTime3, thereExistsExtDateTime4, thereExistsExtNumber0, thereExistsExtNumber1, thereExistsExtNumber2, thereExistsExtNumber3, thereExistsExtNumber4, thereExistsExtString0, thereExistsExtString1, thereExistsExtString2, thereExistsExtString3, thereExistsExtString4
 

Method Detail

broker

OptionalFeaturePredicate broker()
Adds a constraint to the predicate for SalesContract 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 SalesContract, 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 SalesContract, 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 SalesContract 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 SalesContract, 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 SalesContract, 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


competitor

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


thereExistsCompetitor

CompetitorQuery thereExistsCompetitor()
Adds a condition for the feature competitor to the predicate for SalesContract, 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 SalesContract, 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


contractCurrency

ComparableTypePredicate<Short> contractCurrency()

orderByContractCurrency

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


customer

OptionalFeaturePredicate customer()
Adds a constraint to the predicate for SalesContract 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 SalesContract, 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 SalesContract, 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


inventoryCb

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


thereExistsInventoryCb

CompoundBookingQuery thereExistsInventoryCb()
Adds a condition for the feature inventoryCb to the predicate for SalesContract, 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 SalesContract, 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


paymentTerms

ComparableTypePredicate<Short> paymentTerms()

orderByPaymentTerms

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


positionModification

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


thereExistsPositionModification

PositionModificationQuery thereExistsPositionModification()
Adds a condition for the feature positionModification to the predicate for SalesContract, which evaluates to false unless the value of the feature positionModification satisfies the given condition.

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


forAllPositionModification

PositionModificationQuery forAllPositionModification()
Adds a condition for the feature positionModification to the predicate for SalesContract, which evaluates to false unless the value of the feature positionModification satisfies the given condition.

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


pricingDate

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


removedPosition

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


thereExistsRemovedPosition

AbstractRemovedPositionQuery thereExistsRemovedPosition()
Adds a condition for the feature removedPosition to the predicate for SalesContract, which evaluates to false unless the value of the feature removedPosition satisfies the given condition.

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


forAllRemovedPosition

AbstractRemovedPositionQuery forAllRemovedPosition()
Adds a condition for the feature removedPosition to the predicate for SalesContract, which evaluates to false unless the value of the feature removedPosition satisfies the given condition.

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


salesRep

OptionalFeaturePredicate salesRep()
Adds a constraint to the predicate for SalesContract 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 SalesContract, 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 SalesContract, 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 SalesContract 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 SalesContract, 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 SalesContract, 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 SalesContract 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 SalesContract 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 SalesContract 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 SalesContract 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 SalesContract 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 SalesContract 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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.