org.opencrx.kernel.contract1.cci2
Interface CreatePositionParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreatePositionParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllName()
          Adds a condition for the feature name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name satisfies the given condition.
 UomQuery forAllPriceUom()
          Adds a condition for the feature priceUom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature priceUom satisfies the given condition.
 ComparableTypePredicate<Date> forAllPricingDate()
          Adds a condition for the feature pricingDate to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature pricingDate satisfies the given condition.
 UomQuery forAllUom()
          Adds a condition for the feature uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition.
 OptionalFeaturePredicate name()
          Adds a constraint to the predicate for CreatePositionParams testing whether the value of the feature name is null or not.
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for CreatePositionParams depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingDate()
          Allows to adds a sort instruction for CreatePositionParams depending the feature pricingDate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantity()
          Allows to adds a sort instruction for CreatePositionParams depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate priceUom()
          Adds a constraint to the predicate for CreatePositionParams testing whether the value of the feature priceUom is null or not.
 OptionalFeaturePredicate pricingDate()
          Adds a constraint to the predicate for CreatePositionParams testing whether the value of the feature pricingDate is null or not.
 PricingRuleQuery pricingRule()
           
 ProductQuery product()
           
 ComparableTypePredicate<BigDecimal> quantity()
           
 StringTypePredicate thereExistsName()
          Adds a condition for the feature name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name satisfies the given condition.
 UomQuery thereExistsPriceUom()
          Adds a condition for the feature priceUom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature priceUom satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsPricingDate()
          Adds a condition for the feature pricingDate to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature pricingDate satisfies the given condition.
 UomQuery thereExistsUom()
          Adds a condition for the feature uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition.
 OptionalFeaturePredicate uom()
          Adds a constraint to the predicate for CreatePositionParams testing whether the value of the feature uom is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

name

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


thereExistsName

StringTypePredicate thereExistsName()
Adds a condition for the feature name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name satisfies the given condition.

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


forAllName

StringTypePredicate forAllName()
Adds a condition for the feature name to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature name satisfies the given condition.

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


orderByName

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


priceUom

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


thereExistsPriceUom

UomQuery thereExistsPriceUom()
Adds a condition for the feature priceUom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature priceUom satisfies the given condition.

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


forAllPriceUom

UomQuery forAllPriceUom()
Adds a condition for the feature priceUom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature priceUom 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 CreatePositionParams 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 CreatePositionParams, 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 CreatePositionParams, 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 CreatePositionParams depending the feature pricingDate Note: The order in which orderBy… instructions are given is relevant!


pricingRule

PricingRuleQuery pricingRule()

product

ProductQuery product()

quantity

ComparableTypePredicate<BigDecimal> quantity()

orderByQuantity

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


uom

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


thereExistsUom

UomQuery thereExistsUom()
Adds a condition for the feature uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition.

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


forAllUom

UomQuery forAllUom()
Adds a condition for the feature uom to the predicate for CreatePositionParams, which evaluates to false unless the value of the feature uom satisfies the given condition.

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



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