org.opencrx.kernel.product1.query
Interface LinearPriceModifierQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, PriceModifierQuery, SecureObjectQuery, ViewCapableQuery
All Known Implementing Classes:
LinearPriceModifierFilterImpl

public interface LinearPriceModifierQuery
extends PriceModifierQuery


Method Summary
 ComparableTypePredicate forAllPriceMultiplier()
          Adds a constraint for the feature priceMultiplier to the predicate.
 ComparableTypePredicate forAllPriceOffset()
          Adds a constraint for the feature priceOffset to the predicate.
 ComparableTypePredicate forAllRoundingFactor()
          Adds a constraint for the feature roundingFactor to the predicate.
 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 thereExistsPriceMultiplier()
          Adds a constraint for the feature priceMultiplier to the predicate.
 ComparableTypePredicate thereExistsPriceOffset()
          Adds a constraint for the feature priceOffset to the predicate.
 ComparableTypePredicate thereExistsRoundingFactor()
          Adds a constraint for the feature roundingFactor to the predicate.
 
Methods inherited from interface org.opencrx.kernel.product1.query.PriceModifierQuery
description, forAllQuantityFrom, forAllQuantityTo, orderByDescription, orderByQuantityFrom, orderByQuantityTo, quantityFrom, quantityTo, thereExistsQuantityFrom, thereExistsQuantityTo
 
Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.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 thereExistsPriceMultiplier()
Adds a constraint for the feature priceMultiplier to the predicate. The predicate for LinearPriceModifier evaluates true if its value of feature priceMultiplier satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPriceMultiplier

ComparableTypePredicate forAllPriceMultiplier()
Adds a constraint for the feature priceMultiplier to the predicate. The predicate for LinearPriceModifier evaluates true if its value of feature priceMultiplier satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsPriceOffset()
Adds a constraint for the feature priceOffset to the predicate. The predicate for LinearPriceModifier evaluates true if its value of feature priceOffset satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPriceOffset

ComparableTypePredicate forAllPriceOffset()
Adds a constraint for the feature priceOffset to the predicate. The predicate for LinearPriceModifier evaluates true if its value of feature priceOffset satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 thereExistsRoundingFactor()
Adds a constraint for the feature roundingFactor to the predicate. The predicate for LinearPriceModifier evaluates true if its value of feature roundingFactor satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllRoundingFactor

ComparableTypePredicate forAllRoundingFactor()
Adds a constraint for the feature roundingFactor to the predicate. The predicate for LinearPriceModifier evaluates true if its value of feature roundingFactor satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.