org.opencrx.kernel.product1.cci2
Interface PriceListEntryQuery

All Superinterfaces:
AbstractProductPriceQuery, AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

public interface PriceListEntryQuery
extends SecureObjectQuery, AbstractProductPriceQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate basePrice()
          Adds a constraint to the predicate for PriceListEntry testing whether the value of the feature basePrice is null or not.
 ProductBasePriceQuery forAllBasePrice()
          Adds a condition for the feature basePrice to the predicate for PriceListEntry, which evaluates to false unless the value of the feature basePrice satisfies the given condition.
 AbstractProductQuery forAllProduct()
          Adds a condition for the feature product to the predicate for PriceListEntry, which evaluates to false unless the value of the feature product satisfies the given condition.
 StringTypePredicate forAllProductDescription()
          Adds a condition for the feature productDescription to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDescription satisfies the given condition.
 BooleanTypePredicate forAllProductDisabled()
          Adds a condition for the feature productDisabled to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDisabled satisfies the given condition.
 SalesTaxTypeQuery forAllSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for PriceListEntry, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 SimpleTypeOrder orderByProductDescription()
          Allows to adds a sort instruction for PriceListEntry depending the feature productDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProductDisabled()
          Allows to adds a sort instruction for PriceListEntry depending the feature productDisabled Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProductName()
          Allows to adds a sort instruction for PriceListEntry depending the feature productName Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate product()
          Adds a constraint to the predicate for PriceListEntry testing whether the value of the feature product is null or not.
 OptionalFeaturePredicate productDescription()
          Adds a constraint to the predicate for PriceListEntry testing whether the value of the feature productDescription is null or not.
 OptionalFeaturePredicate productDisabled()
          Adds a constraint to the predicate for PriceListEntry testing whether the value of the feature productDisabled is null or not.
 StringTypePredicate productName()
           
 OptionalFeaturePredicate salesTaxType()
          Adds a constraint to the predicate for PriceListEntry testing whether the value of the feature salesTaxType is null or not.
 ProductBasePriceQuery thereExistsBasePrice()
          Adds a condition for the feature basePrice to the predicate for PriceListEntry, which evaluates to false unless the value of the feature basePrice satisfies the given condition.
 AbstractProductQuery thereExistsProduct()
          Adds a condition for the feature product to the predicate for PriceListEntry, which evaluates to false unless the value of the feature product satisfies the given condition.
 StringTypePredicate thereExistsProductDescription()
          Adds a condition for the feature productDescription to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDescription satisfies the given condition.
 BooleanTypePredicate thereExistsProductDisabled()
          Adds a condition for the feature productDisabled to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDisabled satisfies the given condition.
 SalesTaxTypeQuery thereExistsSalesTaxType()
          Adds a condition for the feature salesTaxType to the predicate for PriceListEntry, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
 
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.opencrx.kernel.product1.cci2.AbstractProductPriceQuery
description, discount, discountIsPercentage, forAllDescription, forAllDiscount, forAllDiscountIsPercentage, forAllPrice, forAllPriceLevel, forAllQuantityFrom, forAllQuantityTo, forAllUsage, orderByDescription, orderByDiscount, orderByDiscountIsPercentage, orderByPrice, orderByPriceCurrency, orderByQuantityFrom, orderByQuantityTo, orderByUsage, price, priceCurrency, priceLevel, quantityFrom, quantityTo, thereExistsDescription, thereExistsDiscount, thereExistsDiscountIsPercentage, thereExistsPrice, thereExistsPriceLevel, thereExistsQuantityFrom, thereExistsQuantityTo, thereExistsUsage, uom, usage
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

basePrice

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


thereExistsBasePrice

ProductBasePriceQuery thereExistsBasePrice()
Adds a condition for the feature basePrice to the predicate for PriceListEntry, which evaluates to false unless the value of the feature basePrice satisfies the given condition.

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


forAllBasePrice

ProductBasePriceQuery forAllBasePrice()
Adds a condition for the feature basePrice to the predicate for PriceListEntry, which evaluates to false unless the value of the feature basePrice satisfies the given condition.

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


product

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


thereExistsProduct

AbstractProductQuery thereExistsProduct()
Adds a condition for the feature product to the predicate for PriceListEntry, which evaluates to false unless the value of the feature product satisfies the given condition.

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


forAllProduct

AbstractProductQuery forAllProduct()
Adds a condition for the feature product to the predicate for PriceListEntry, which evaluates to false unless the value of the feature product satisfies the given condition.

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


productDescription

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


thereExistsProductDescription

StringTypePredicate thereExistsProductDescription()
Adds a condition for the feature productDescription to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDescription satisfies the given condition.

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


forAllProductDescription

StringTypePredicate forAllProductDescription()
Adds a condition for the feature productDescription to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDescription satisfies the given condition.

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


orderByProductDescription

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


productDisabled

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


thereExistsProductDisabled

BooleanTypePredicate thereExistsProductDisabled()
Adds a condition for the feature productDisabled to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDisabled satisfies the given condition.

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


forAllProductDisabled

BooleanTypePredicate forAllProductDisabled()
Adds a condition for the feature productDisabled to the predicate for PriceListEntry, which evaluates to false unless the value of the feature productDisabled satisfies the given condition.

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


orderByProductDisabled

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


productName

StringTypePredicate productName()

orderByProductName

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


salesTaxType

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


thereExistsSalesTaxType

SalesTaxTypeQuery thereExistsSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for PriceListEntry, 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

SalesTaxTypeQuery forAllSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for PriceListEntry, 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



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