org.opencrx.kernel.product1.query
Interface PriceListEntryQuery

All Superinterfaces:
AbstractProductPriceQuery, AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SecureObjectQuery, ViewCapableQuery
All Known Implementing Classes:
PriceListEntryFilterImpl

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 constraint for the feature basePrice to the predicate.
 AbstractProductQuery forAllProduct()
          Adds a constraint for the feature product to the predicate.
 SalesTaxTypeQuery forAllSalesTaxType()
          Adds a constraint for the feature salesTaxType to the predicate.
 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 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.
 StringTypePredicate productDescription()
           
 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 constraint for the feature basePrice to the predicate.
 AbstractProductQuery thereExistsProduct()
          Adds a constraint for the feature product to the predicate.
 SalesTaxTypeQuery thereExistsSalesTaxType()
          Adds a constraint for the feature salesTaxType to the predicate.
 
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.opencrx.kernel.product1.query.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.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

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 constraint for the feature basePrice to the predicate. The predicate for PriceListEntry evaluates true if its value of feature basePrice 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!


forAllBasePrice

ProductBasePriceQuery forAllBasePrice()
Adds a constraint for the feature basePrice to the predicate. The predicate for PriceListEntry evaluates true if its value of feature basePrice 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!


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 constraint for the feature product to the predicate. The predicate for PriceListEntry evaluates true if its value of feature product 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!


forAllProduct

AbstractProductQuery forAllProduct()
Adds a constraint for the feature product to the predicate. The predicate for PriceListEntry evaluates true if its value of feature product 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!


productDescription

StringTypePredicate productDescription()

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!


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 constraint for the feature salesTaxType to the predicate. The predicate for PriceListEntry evaluates true if its value of feature salesTaxType 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!


forAllSalesTaxType

SalesTaxTypeQuery forAllSalesTaxType()
Adds a constraint for the feature salesTaxType to the predicate. The predicate for PriceListEntry evaluates true if its value of feature salesTaxType 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!



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