org.opencrx.kernel.product1.cci2
Interface CreateInitialPricesParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateInitialPricesParamsQuery
extends AnyTypePredicate


Method Summary
 ComparableTypePredicate<Date> forAllIncludeProductsModifiedSince()
          Adds a condition for the feature includeProductsModifiedSince to the predicate for CreateInitialPricesParams, which evaluates to false unless the value of the feature includeProductsModifiedSince satisfies the given condition.
 OptionalFeaturePredicate includeProductsModifiedSince()
          Adds a constraint to the predicate for CreateInitialPricesParams testing whether the value of the feature includeProductsModifiedSince is null or not.
 SimpleTypeOrder orderByIncludeProductsModifiedSince()
          Allows to adds a sort instruction for CreateInitialPricesParams depending the feature includeProductsModifiedSince Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProcessingMode()
          Allows to adds a sort instruction for CreateInitialPricesParams depending the feature processingMode Note: The order in which orderBy… instructions are given is relevant!
 UomQuery priceUom()
           
 ComparableTypePredicate<Short> processingMode()
           
 ComparableTypePredicate<Date> thereExistsIncludeProductsModifiedSince()
          Adds a condition for the feature includeProductsModifiedSince to the predicate for CreateInitialPricesParams, which evaluates to false unless the value of the feature includeProductsModifiedSince satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

includeProductsModifiedSince

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


thereExistsIncludeProductsModifiedSince

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

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


forAllIncludeProductsModifiedSince

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

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


orderByIncludeProductsModifiedSince

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


priceUom

UomQuery priceUom()

processingMode

ComparableTypePredicate<Short> processingMode()

orderByProcessingMode

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



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