org.opencrx.kernel.home1.cci2
Interface EMailAccountQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

public interface EMailAccountQuery
extends SecureObjectQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate eMailAddress()
          Adds a constraint to the predicate for EMailAccount testing whether the value of the feature eMailAddress is null or not.
 StringTypePredicate forAllEMailAddress()
          Adds a condition for the feature eMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature eMailAddress satisfies the given condition.
 StringTypePredicate forAllIncomingMailServiceName()
          Adds a condition for the feature incomingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature incomingMailServiceName satisfies the given condition.
 BooleanTypePredicate forAllIsDefault()
          Adds a condition for the feature isDefault to the predicate for EMailAccount, which evaluates to false unless the value of the feature isDefault satisfies the given condition.
 StringTypePredicate forAllOutgoingMailServiceName()
          Adds a condition for the feature outgoingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature outgoingMailServiceName satisfies the given condition.
 StringTypePredicate forAllReplyEMailAddress()
          Adds a condition for the feature replyEMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature replyEMailAddress satisfies the given condition.
 OptionalFeaturePredicate incomingMailServiceName()
          Adds a constraint to the predicate for EMailAccount testing whether the value of the feature incomingMailServiceName is null or not.
 OptionalFeaturePredicate isDefault()
          Adds a constraint to the predicate for EMailAccount testing whether the value of the feature isDefault is null or not.
 SimpleTypeOrder orderByEMailAddress()
          Allows to adds a sort instruction for EMailAccount depending the feature eMailAddress Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIncomingMailServiceName()
          Allows to adds a sort instruction for EMailAccount depending the feature incomingMailServiceName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByIsDefault()
          Allows to adds a sort instruction for EMailAccount depending the feature isDefault Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOutgoingMailServiceName()
          Allows to adds a sort instruction for EMailAccount depending the feature outgoingMailServiceName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByReplyEMailAddress()
          Allows to adds a sort instruction for EMailAccount depending the feature replyEMailAddress Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate outgoingMailServiceName()
          Adds a constraint to the predicate for EMailAccount testing whether the value of the feature outgoingMailServiceName is null or not.
 OptionalFeaturePredicate replyEMailAddress()
          Adds a constraint to the predicate for EMailAccount testing whether the value of the feature replyEMailAddress is null or not.
 StringTypePredicate thereExistsEMailAddress()
          Adds a condition for the feature eMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature eMailAddress satisfies the given condition.
 StringTypePredicate thereExistsIncomingMailServiceName()
          Adds a condition for the feature incomingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature incomingMailServiceName satisfies the given condition.
 BooleanTypePredicate thereExistsIsDefault()
          Adds a condition for the feature isDefault to the predicate for EMailAccount, which evaluates to false unless the value of the feature isDefault satisfies the given condition.
 StringTypePredicate thereExistsOutgoingMailServiceName()
          Adds a condition for the feature outgoingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature outgoingMailServiceName satisfies the given condition.
 StringTypePredicate thereExistsReplyEMailAddress()
          Adds a condition for the feature replyEMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature replyEMailAddress satisfies the given condition.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

eMailAddress

OptionalFeaturePredicate eMailAddress()
Adds a constraint to the predicate for EMailAccount testing whether the value of the feature eMailAddress is null or not.


thereExistsEMailAddress

StringTypePredicate thereExistsEMailAddress()
Adds a condition for the feature eMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature eMailAddress satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEMailAddress

StringTypePredicate forAllEMailAddress()
Adds a condition for the feature eMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature eMailAddress satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByEMailAddress

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


incomingMailServiceName

OptionalFeaturePredicate incomingMailServiceName()
Adds a constraint to the predicate for EMailAccount testing whether the value of the feature incomingMailServiceName is null or not.


thereExistsIncomingMailServiceName

StringTypePredicate thereExistsIncomingMailServiceName()
Adds a condition for the feature incomingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature incomingMailServiceName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllIncomingMailServiceName

StringTypePredicate forAllIncomingMailServiceName()
Adds a condition for the feature incomingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature incomingMailServiceName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByIncomingMailServiceName

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


isDefault

OptionalFeaturePredicate isDefault()
Adds a constraint to the predicate for EMailAccount testing whether the value of the feature isDefault is null or not.


thereExistsIsDefault

BooleanTypePredicate thereExistsIsDefault()
Adds a condition for the feature isDefault to the predicate for EMailAccount, which evaluates to false unless the value of the feature isDefault satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllIsDefault

BooleanTypePredicate forAllIsDefault()
Adds a condition for the feature isDefault to the predicate for EMailAccount, which evaluates to false unless the value of the feature isDefault satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByIsDefault

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


outgoingMailServiceName

OptionalFeaturePredicate outgoingMailServiceName()
Adds a constraint to the predicate for EMailAccount testing whether the value of the feature outgoingMailServiceName is null or not.


thereExistsOutgoingMailServiceName

StringTypePredicate thereExistsOutgoingMailServiceName()
Adds a condition for the feature outgoingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature outgoingMailServiceName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllOutgoingMailServiceName

StringTypePredicate forAllOutgoingMailServiceName()
Adds a condition for the feature outgoingMailServiceName to the predicate for EMailAccount, which evaluates to false unless the value of the feature outgoingMailServiceName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByOutgoingMailServiceName

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


replyEMailAddress

OptionalFeaturePredicate replyEMailAddress()
Adds a constraint to the predicate for EMailAccount testing whether the value of the feature replyEMailAddress is null or not.


thereExistsReplyEMailAddress

StringTypePredicate thereExistsReplyEMailAddress()
Adds a condition for the feature replyEMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature replyEMailAddress satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllReplyEMailAddress

StringTypePredicate forAllReplyEMailAddress()
Adds a condition for the feature replyEMailAddress to the predicate for EMailAccount, which evaluates to false unless the value of the feature replyEMailAddress satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByReplyEMailAddress

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



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