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.
 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.
 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!
 StringTypePredicate priceUom()
           
 ComparableTypePredicate<Date> pricingDate()
           
 StringTypePredicate productNumber()
           
 StringTypePredicate quantity()
           
 StringTypePredicate salesOrderNumber()
           
 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.
 
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


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!



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