org.opencrx.kernel.base.query
Interface AttributeFilterPropertyQuery

All Superinterfaces:
AbstractFilterPropertyQuery, AnyTypePredicate
All Known Subinterfaces:
AccountAttributeFilterPropertyQuery, AccountCategoryFilterPropertyQuery, AccountTypeFilterPropertyQuery, ActivityAttributeFilterPropertyQuery, ActivityNumberFilterPropertyQuery, ActivityProcessStateFilterPropertyQuery, ActivityStateFilterPropertyQuery, ActivityTypeFilterPropertyQuery, AddressAttributeFilterPropertyQuery, AddressCategoryFilterPropertyQuery, AddressDisabledFilterPropertyQuery, AddressMainFilterPropertyQuery, AddressTypeFilterPropertyQuery, AddressUsageFilterPropertyQuery, CategoryFilterPropertyQuery, CategoryFilterPropertyQuery, DefaultSalesTaxTypeFilterPropertyQuery, DisabledFilterPropertyQuery, DisabledFilterPropertyQuery, DisabledFilterPropertyQuery, PriceUomFilterPropertyQuery, ProductAttributeFilterPropertyQuery, ProductClassificationFilterPropertyQuery, ScheduledEndFilterPropertyQuery, ScheduledStartFilterPropertyQuery
All Known Implementing Classes:
AccountAttributeFilterPropertyFilterImpl, AccountCategoryFilterPropertyFilterImpl, AccountTypeFilterPropertyFilterImpl, ActivityAttributeFilterPropertyFilterImpl, ActivityNumberFilterPropertyFilterImpl, ActivityProcessStateFilterPropertyFilterImpl, ActivityStateFilterPropertyFilterImpl, ActivityTypeFilterPropertyFilterImpl, AddressAttributeFilterPropertyFilterImpl, AddressCategoryFilterPropertyFilterImpl, AddressDisabledFilterPropertyFilterImpl, AddressMainFilterPropertyFilterImpl, AddressTypeFilterPropertyFilterImpl, AddressUsageFilterPropertyFilterImpl, AttributeFilterPropertyFilterImpl, CategoryFilterPropertyFilterImpl, CategoryFilterPropertyFilterImpl, DefaultSalesTaxTypeFilterPropertyFilterImpl, DisabledFilterPropertyFilterImpl, DisabledFilterPropertyFilterImpl, DisabledFilterPropertyFilterImpl, PriceUomFilterPropertyFilterImpl, ProductAttributeFilterPropertyFilterImpl, ProductClassificationFilterPropertyFilterImpl, ScheduledEndFilterPropertyFilterImpl, ScheduledStartFilterPropertyFilterImpl

public interface AttributeFilterPropertyQuery
extends AbstractFilterPropertyQuery


Method Summary
 ComparableTypePredicate filterOperator()
           
 ComparableTypePredicate filterQuantor()
           
 SimpleTypeOrder orderByFilterOperator()
          Allows to adds a sort instruction for AttributeFilterProperty depending the feature filterOperator Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByFilterQuantor()
          Allows to adds a sort instruction for AttributeFilterProperty depending the feature filterQuantor Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.opencrx.kernel.base.query.AbstractFilterPropertyQuery
description, forAllDescription, forAllIsActive, isActive, name, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsIsActive
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

filterOperator

ComparableTypePredicate filterOperator()

orderByFilterOperator

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


filterQuantor

ComparableTypePredicate filterQuantor()

orderByFilterQuantor

SimpleTypeOrder orderByFilterQuantor()
Allows to adds a sort instruction for AttributeFilterProperty depending the feature filterQuantor 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.