org.opencrx.kernel.home1.cci
Interface EMailAccountFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, SecureObjectFilter, Serializable, ViewCapableFilter
All Known Implementing Classes:
EMailAccountFilterImpl

public interface EMailAccountFilter
extends SecureObjectFilter, BasicObjectFilter


Method Summary
 void forAllEMailAddress(short operator, Collection filterValues)
           
 void forAllEMailAddress(short operator, String[] filterValues)
           
 void forAllIncomingMailServiceName(short operator, Collection filterValues)
           
 void forAllIncomingMailServiceName(short operator, String[] filterValues)
           
 void forAllIsDefault(short operator, boolean[] filterValues)
           
 void forAllIsDefault(short operator, Collection filterValues)
           
 void forAllOutgoingMailServiceName(short operator, Collection filterValues)
           
 void forAllOutgoingMailServiceName(short operator, String[] filterValues)
           
 void forAllReplyEMailAddress(short operator, Collection filterValues)
           
 void forAllReplyEMailAddress(short operator, String[] filterValues)
           
 void orderByEMailAddress(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIncomingMailServiceName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIsDefault(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByOutgoingMailServiceName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByReplyEMailAddress(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsEMailAddress(short operator, Collection filterValues)
           
 void thereExistsEMailAddress(short operator, String[] filterValues)
           
 void thereExistsIncomingMailServiceName(short operator, Collection filterValues)
           
 void thereExistsIncomingMailServiceName(short operator, String[] filterValues)
           
 void thereExistsIsDefault(short operator, boolean[] filterValues)
           
 void thereExistsIsDefault(short operator, Collection filterValues)
           
 void thereExistsOutgoingMailServiceName(short operator, Collection filterValues)
           
 void thereExistsOutgoingMailServiceName(short operator, String[] filterValues)
           
 void thereExistsReplyEMailAddress(short operator, Collection filterValues)
           
 void thereExistsReplyEMailAddress(short operator, String[] filterValues)
           
 
Methods inherited from interface org.opencrx.kernel.base.cci.SecureObjectFilter
forAllAccessGrantedByParent, forAllAccessGrantedByParent, forAllAccessLevelBrowse, forAllAccessLevelBrowse, forAllAccessLevelDelete, forAllAccessLevelDelete, forAllAccessLevelUpdate, forAllAccessLevelUpdate, forAllOwner, forAllOwner, forAllOwningGroup, forAllOwningGroup, forAllOwningUser, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, thereExistsAccessGrantedByParent, thereExistsAccessGrantedByParent, thereExistsAccessLevelBrowse, thereExistsAccessLevelBrowse, thereExistsAccessLevelDelete, thereExistsAccessLevelDelete, thereExistsAccessLevelUpdate, thereExistsAccessLevelUpdate, thereExistsOwner, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningGroup, thereExistsOwningUser, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllEMailAddress

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

thereExistsEMailAddress

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

forAllEMailAddress

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

thereExistsEMailAddress

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

orderByEMailAddress

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

forAllIncomingMailServiceName

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

thereExistsIncomingMailServiceName

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

forAllIncomingMailServiceName

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

thereExistsIncomingMailServiceName

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

orderByIncomingMailServiceName

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

forAllIsDefault

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

thereExistsIsDefault

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

forAllIsDefault

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

thereExistsIsDefault

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

orderByIsDefault

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

forAllOutgoingMailServiceName

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

thereExistsOutgoingMailServiceName

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

forAllOutgoingMailServiceName

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

thereExistsOutgoingMailServiceName

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

orderByOutgoingMailServiceName

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

forAllReplyEMailAddress

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

thereExistsReplyEMailAddress

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

forAllReplyEMailAddress

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

thereExistsReplyEMailAddress

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

orderByReplyEMailAddress

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