org.opencrx.kernel.base.cci
Interface QueryFilterPropertyFilter

All Superinterfaces:
AbstractFilterPropertyFilter, RefFilter_1_0, Serializable
All Known Subinterfaces:
AccountQueryFilterPropertyFilter, ActivityQueryFilterPropertyFilter, AddressQueryFilterPropertyFilter, ProductQueryFilterPropertyFilter
All Known Implementing Classes:
AccountQueryFilterPropertyFilterImpl, ActivityQueryFilterPropertyFilterImpl, AddressQueryFilterPropertyFilterImpl, ProductQueryFilterPropertyFilterImpl, QueryFilterPropertyFilterImpl

public interface QueryFilterPropertyFilter
extends AbstractFilterPropertyFilter


Method Summary
 void forAllBooleanParam(short operator, boolean[] filterValues)
           
 void forAllBooleanParam(short operator, Collection filterValues)
           
 void forAllClause(short operator, Collection filterValues)
           
 void forAllClause(short operator, String[] filterValues)
           
 void forAllDateParam(short operator, Collection filterValues)
           
 void forAllDateParam(short operator, javax.xml.datatype.XMLGregorianCalendar[] filterValues)
           
 void forAllDateTimeParam(short operator, Collection filterValues)
           
 void forAllDateTimeParam(short operator, Date[] filterValues)
           
 void forAllDecimalParam(short operator, BigDecimal[] filterValues)
           
 void forAllDecimalParam(short operator, Collection filterValues)
           
 void forAllIntegerParam(short operator, Collection filterValues)
           
 void forAllIntegerParam(short operator, int[] filterValues)
           
 void forAllStringParam(short operator, Collection filterValues)
           
 void forAllStringParam(short operator, String[] filterValues)
           
 void orderByBooleanParam(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByClause(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDateParam(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDateTimeParam(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDecimalParam(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIntegerParam(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStringParam(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsBooleanParam(short operator, boolean[] filterValues)
           
 void thereExistsBooleanParam(short operator, Collection filterValues)
           
 void thereExistsClause(short operator, Collection filterValues)
           
 void thereExistsClause(short operator, String[] filterValues)
           
 void thereExistsDateParam(short operator, Collection filterValues)
           
 void thereExistsDateParam(short operator, javax.xml.datatype.XMLGregorianCalendar[] filterValues)
           
 void thereExistsDateTimeParam(short operator, Collection filterValues)
           
 void thereExistsDateTimeParam(short operator, Date[] filterValues)
           
 void thereExistsDecimalParam(short operator, BigDecimal[] filterValues)
           
 void thereExistsDecimalParam(short operator, Collection filterValues)
           
 void thereExistsIntegerParam(short operator, Collection filterValues)
           
 void thereExistsIntegerParam(short operator, int[] filterValues)
           
 void thereExistsStringParam(short operator, Collection filterValues)
           
 void thereExistsStringParam(short operator, String[] filterValues)
           
 
Methods inherited from interface org.opencrx.kernel.base.cci.AbstractFilterPropertyFilter
forAllDescription, forAllDescription, forAllIsActive, forAllIsActive, forAllName, forAllName, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsDescription, thereExistsIsActive, thereExistsIsActive, thereExistsName, thereExistsName
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllBooleanParam

void forAllBooleanParam(short operator,
                        boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsBooleanParam

void thereExistsBooleanParam(short operator,
                             boolean[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllBooleanParam

void forAllBooleanParam(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsBooleanParam

void thereExistsBooleanParam(short operator,
                             Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByBooleanParam

void orderByBooleanParam(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllClause

void forAllClause(short operator,
                  String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsClause

void thereExistsClause(short operator,
                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllClause

void forAllClause(short operator,
                  Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsClause

void thereExistsClause(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByClause

void orderByClause(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllDateParam

void forAllDateParam(short operator,
                     javax.xml.datatype.XMLGregorianCalendar[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDateParam

void thereExistsDateParam(short operator,
                          javax.xml.datatype.XMLGregorianCalendar[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllDateParam

void forAllDateParam(short operator,
                     Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDateParam

void thereExistsDateParam(short operator,
                          Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByDateParam

void orderByDateParam(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllDateTimeParam

void forAllDateTimeParam(short operator,
                         Date[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDateTimeParam

void thereExistsDateTimeParam(short operator,
                              Date[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllDateTimeParam

void forAllDateTimeParam(short operator,
                         Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDateTimeParam

void thereExistsDateTimeParam(short operator,
                              Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByDateTimeParam

void orderByDateTimeParam(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllDecimalParam

void forAllDecimalParam(short operator,
                        BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDecimalParam

void thereExistsDecimalParam(short operator,
                             BigDecimal[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllDecimalParam

void forAllDecimalParam(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsDecimalParam

void thereExistsDecimalParam(short operator,
                             Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByDecimalParam

void orderByDecimalParam(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllIntegerParam

void forAllIntegerParam(short operator,
                        int[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIntegerParam

void thereExistsIntegerParam(short operator,
                             int[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllIntegerParam

void forAllIntegerParam(short operator,
                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIntegerParam

void thereExistsIntegerParam(short operator,
                             Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByIntegerParam

void orderByIntegerParam(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions

forAllStringParam

void forAllStringParam(short operator,
                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsStringParam

void thereExistsStringParam(short operator,
                            String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllStringParam

void forAllStringParam(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsStringParam

void thereExistsStringParam(short operator,
                            Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByStringParam

void orderByStringParam(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


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