org.opencrx.kernel.account1.cci
Interface CreateLeadParamsFilter

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

public interface CreateLeadParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllBasedOn(short operator, Collection filterValues)
           
 void forAllBasedOn(short operator, Lead[] filterValues)
           
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllNextStep(short operator, Collection filterValues)
           
 void forAllNextStep(short operator, String[] filterValues)
           
 void orderByBasedOn(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByNextStep(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsBasedOn(short operator, Collection filterValues)
           
 void thereExistsBasedOn(short operator, Lead[] filterValues)
           
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsNextStep(short operator, Collection filterValues)
           
 void thereExistsNextStep(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllBasedOn

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

thereExistsBasedOn

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

forAllBasedOn

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

thereExistsBasedOn

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

orderByBasedOn

void orderByBasedOn(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

forAllDescription

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

thereExistsDescription

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

forAllDescription

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

thereExistsDescription

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

orderByDescription

void orderByDescription(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

forAllName

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

thereExistsName

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

forAllName

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

thereExistsName

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

orderByName

void orderByName(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

forAllNextStep

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

thereExistsNextStep

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

forAllNextStep

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

thereExistsNextStep

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

orderByNextStep

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