org.opencrx.kernel.account1.cci2
Interface AbstractFilterAccountQuery

All Superinterfaces:
AbstractFilterQuery, AnyTypePredicate
All Known Subinterfaces:
AbstractPriceLevelQuery, AccountFilterGlobalQuery, PriceLevelQuery, ProductPhasePriceLevelQuery

public interface AbstractFilterAccountQuery
extends AbstractFilterQuery


Method Summary
 MultivaluedFeaturePredicate accountFilterProperty()
          Adds a constraint to the predicate for AbstractFilterAccount testing whether the feature accountFilterProperty has values or not.
 MultivaluedFeaturePredicate filteredAccount()
          Adds a constraint to the predicate for AbstractFilterAccount testing whether the feature filteredAccount has values or not.
 AccountFilterPropertyQuery forAllAccountFilterProperty()
          Adds a condition for the feature accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.
 AccountQuery forAllFilteredAccount()
          Adds a condition for the feature filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition.
 AccountFilterPropertyQuery thereExistsAccountFilterProperty()
          Adds a condition for the feature accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.
 AccountQuery thereExistsFilteredAccount()
          Adds a condition for the feature filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

accountFilterProperty

MultivaluedFeaturePredicate accountFilterProperty()
Adds a constraint to the predicate for AbstractFilterAccount testing whether the feature accountFilterProperty has values or not.


thereExistsAccountFilterProperty

AccountFilterPropertyQuery thereExistsAccountFilterProperty()
Adds a condition for the feature accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.

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


forAllAccountFilterProperty

AccountFilterPropertyQuery forAllAccountFilterProperty()
Adds a condition for the feature accountFilterProperty to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature accountFilterProperty satisfies the given condition.

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


filteredAccount

MultivaluedFeaturePredicate filteredAccount()
Adds a constraint to the predicate for AbstractFilterAccount testing whether the feature filteredAccount has values or not.


thereExistsFilteredAccount

AccountQuery thereExistsFilteredAccount()
Adds a condition for the feature filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount satisfies the given condition.

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


forAllFilteredAccount

AccountQuery forAllFilteredAccount()
Adds a condition for the feature filteredAccount to the predicate for AbstractFilterAccount, which evaluates to false unless the value of the feature filteredAccount 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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.