org.opencrx.kernel.depot1.cci
Interface ClosePeriodParamsFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
ClosePeriodParamsFilterImpl

public interface ClosePeriodParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllPeriodEndsAtExclusive(short operator, Collection filterValues)
           
 void forAllPeriodEndsAtExclusive(short operator, Date[] filterValues)
           
 void orderByPeriodEndsAtExclusive(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsPeriodEndsAtExclusive(short operator, Collection filterValues)
           
 void thereExistsPeriodEndsAtExclusive(short operator, Date[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllPeriodEndsAtExclusive

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

thereExistsPeriodEndsAtExclusive

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

forAllPeriodEndsAtExclusive

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

thereExistsPeriodEndsAtExclusive

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

orderByPeriodEndsAtExclusive

void orderByPeriodEndsAtExclusive(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.