org.opencrx.kernel.product1.cci2
Interface LinearPriceModifierQuery

All Superinterfaces:
AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, org.openmdx.base.cci2.ExtentCapableQuery, PriceModifierQuery, SecureObjectQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery

public interface LinearPriceModifierQuery
extends PriceModifierQuery


Method Summary
 ComparableTypePredicate<BigDecimal> forAllPriceMultiplier()
          Adds a condition for the feature priceMultiplier to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceMultiplier satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllPriceOffset()
          Adds a condition for the feature priceOffset to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceOffset satisfies the given condition.
 ComparableTypePredicate<BigDecimal> forAllRoundingFactor()
          Adds a condition for the feature roundingFactor to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature roundingFactor satisfies the given condition.
 SimpleTypeOrder orderByPriceMultiplier()
          Allows to adds a sort instruction for LinearPriceModifier depending the feature priceMultiplier Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriceOffset()
          Allows to adds a sort instruction for LinearPriceModifier depending the feature priceOffset Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRoundingFactor()
          Allows to adds a sort instruction for LinearPriceModifier depending the feature roundingFactor Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate priceMultiplier()
          Adds a constraint to the predicate for LinearPriceModifier testing whether the value of the feature priceMultiplier is null or not.
 OptionalFeaturePredicate priceOffset()
          Adds a constraint to the predicate for LinearPriceModifier testing whether the value of the feature priceOffset is null or not.
 OptionalFeaturePredicate roundingFactor()
          Adds a constraint to the predicate for LinearPriceModifier testing whether the value of the feature roundingFactor is null or not.
 ComparableTypePredicate<BigDecimal> thereExistsPriceMultiplier()
          Adds a condition for the feature priceMultiplier to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceMultiplier satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsPriceOffset()
          Adds a condition for the feature priceOffset to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceOffset satisfies the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsRoundingFactor()
          Adds a condition for the feature roundingFactor to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature roundingFactor satisfies the given condition.
 
Methods inherited from interface org.opencrx.kernel.product1.cci2.PriceModifierQuery
description, forAllQuantityFrom, forAllQuantityTo, orderByDescription, orderByQuantityFrom, orderByQuantityTo, quantityFrom, quantityTo, thereExistsQuantityFrom, thereExistsQuantityTo
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

priceMultiplier

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


thereExistsPriceMultiplier

ComparableTypePredicate<BigDecimal> thereExistsPriceMultiplier()
Adds a condition for the feature priceMultiplier to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceMultiplier satisfies the given condition.

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


forAllPriceMultiplier

ComparableTypePredicate<BigDecimal> forAllPriceMultiplier()
Adds a condition for the feature priceMultiplier to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceMultiplier satisfies the given condition.

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


orderByPriceMultiplier

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


priceOffset

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


thereExistsPriceOffset

ComparableTypePredicate<BigDecimal> thereExistsPriceOffset()
Adds a condition for the feature priceOffset to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceOffset satisfies the given condition.

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


forAllPriceOffset

ComparableTypePredicate<BigDecimal> forAllPriceOffset()
Adds a condition for the feature priceOffset to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature priceOffset satisfies the given condition.

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


orderByPriceOffset

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


roundingFactor

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


thereExistsRoundingFactor

ComparableTypePredicate<BigDecimal> thereExistsRoundingFactor()
Adds a condition for the feature roundingFactor to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature roundingFactor satisfies the given condition.

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


forAllRoundingFactor

ComparableTypePredicate<BigDecimal> forAllRoundingFactor()
Adds a condition for the feature roundingFactor to the predicate for LinearPriceModifier, which evaluates to false unless the value of the feature roundingFactor satisfies the given condition.

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


orderByRoundingFactor

SimpleTypeOrder orderByRoundingFactor()
Allows to adds a sort instruction for LinearPriceModifier depending the feature roundingFactor 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.