org.opencrx.application.shop1.cci2
Interface AddSalesOrderPositionParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface AddSalesOrderPositionParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate actualProductConfiguration()
          Adds a constraint to the predicate for AddSalesOrderPositionParams testing whether the value of the feature actualProductConfiguration is null or not.
 OptionalFeaturePredicate discount()
          Adds a constraint to the predicate for AddSalesOrderPositionParams testing whether the value of the feature discount is null or not.
 OptionalFeaturePredicate discountIsPercentage()
          Adds a constraint to the predicate for AddSalesOrderPositionParams testing whether the value of the feature discountIsPercentage is null or not.
 ProductConfigurationTQuery forAllActualProductConfiguration()
          Adds a condition for the feature actualProductConfiguration to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature actualProductConfiguration satisfies the given condition.
 StringTypePredicate forAllDiscount()
          Adds a condition for the feature discount to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discount satisfies the given condition.
 BooleanTypePredicate forAllDiscountIsPercentage()
          Adds a condition for the feature discountIsPercentage to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.
 StringTypePredicate forAllPricePerUnit()
          Adds a condition for the feature pricePerUnit to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature pricePerUnit satisfies the given condition.
 StringTypePredicate forAllSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 SimpleTypeOrder orderByDiscount()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature discount Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDiscountIsPercentage()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature discountIsPercentage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricePerUnit()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature pricePerUnit Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceUom()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature priceUom Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPricingDate()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature pricingDate Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProductNumber()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature productNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantity()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalesOrderNumber()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature salesOrderNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderBySalesTaxType()
          Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature salesTaxType Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate pricePerUnit()
          Adds a constraint to the predicate for AddSalesOrderPositionParams testing whether the value of the feature pricePerUnit is null or not.
 StringTypePredicate priceUom()
           
 ComparableTypePredicate<Date> pricingDate()
           
 StringTypePredicate productNumber()
           
 StringTypePredicate quantity()
           
 StringTypePredicate salesOrderNumber()
           
 OptionalFeaturePredicate salesTaxType()
          Adds a constraint to the predicate for AddSalesOrderPositionParams testing whether the value of the feature salesTaxType is null or not.
 ProductConfigurationTQuery thereExistsActualProductConfiguration()
          Adds a condition for the feature actualProductConfiguration to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature actualProductConfiguration satisfies the given condition.
 StringTypePredicate thereExistsDiscount()
          Adds a condition for the feature discount to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discount satisfies the given condition.
 BooleanTypePredicate thereExistsDiscountIsPercentage()
          Adds a condition for the feature discountIsPercentage to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.
 StringTypePredicate thereExistsPricePerUnit()
          Adds a condition for the feature pricePerUnit to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature pricePerUnit satisfies the given condition.
 StringTypePredicate thereExistsSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

actualProductConfiguration

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


thereExistsActualProductConfiguration

ProductConfigurationTQuery thereExistsActualProductConfiguration()
Adds a condition for the feature actualProductConfiguration to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature actualProductConfiguration satisfies the given condition.

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


forAllActualProductConfiguration

ProductConfigurationTQuery forAllActualProductConfiguration()
Adds a condition for the feature actualProductConfiguration to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature actualProductConfiguration satisfies the given condition.

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


discount

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


thereExistsDiscount

StringTypePredicate thereExistsDiscount()
Adds a condition for the feature discount to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discount satisfies the given condition.

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


forAllDiscount

StringTypePredicate forAllDiscount()
Adds a condition for the feature discount to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discount satisfies the given condition.

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


orderByDiscount

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


discountIsPercentage

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


thereExistsDiscountIsPercentage

BooleanTypePredicate thereExistsDiscountIsPercentage()
Adds a condition for the feature discountIsPercentage to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.

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


forAllDiscountIsPercentage

BooleanTypePredicate forAllDiscountIsPercentage()
Adds a condition for the feature discountIsPercentage to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature discountIsPercentage satisfies the given condition.

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


orderByDiscountIsPercentage

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


pricePerUnit

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


thereExistsPricePerUnit

StringTypePredicate thereExistsPricePerUnit()
Adds a condition for the feature pricePerUnit to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature pricePerUnit satisfies the given condition.

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


forAllPricePerUnit

StringTypePredicate forAllPricePerUnit()
Adds a condition for the feature pricePerUnit to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature pricePerUnit satisfies the given condition.

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


orderByPricePerUnit

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


priceUom

StringTypePredicate priceUom()

orderByPriceUom

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


pricingDate

ComparableTypePredicate<Date> pricingDate()

orderByPricingDate

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


productNumber

StringTypePredicate productNumber()

orderByProductNumber

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


quantity

StringTypePredicate quantity()

orderByQuantity

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


salesOrderNumber

StringTypePredicate salesOrderNumber()

orderBySalesOrderNumber

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


salesTaxType

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


thereExistsSalesTaxType

StringTypePredicate thereExistsSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.

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


forAllSalesTaxType

StringTypePredicate forAllSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for AddSalesOrderPositionParams, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.

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


orderBySalesTaxType

SimpleTypeOrder orderBySalesTaxType()
Allows to adds a sort instruction for AddSalesOrderPositionParams depending the feature salesTaxType 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.