org.opencrx.kernel.home1.query
Interface EMailAccountQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SecureObjectQuery, ViewCapableQuery
All Known Implementing Classes:
EMailAccountFilterImpl

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 constraint for the feature eMailAddress to the predicate.
 StringTypePredicate forAllIncomingMailServiceName()
          Adds a constraint for the feature incomingMailServiceName to the predicate.
 BooleanTypePredicate forAllIsDefault()
          Adds a constraint for the feature isDefault to the predicate.
 StringTypePredicate forAllOutgoingMailServiceName()
          Adds a constraint for the feature outgoingMailServiceName to the predicate.
 StringTypePredicate forAllReplyEMailAddress()
          Adds a constraint for the feature replyEMailAddress to the predicate.
 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 constraint for the feature eMailAddress to the predicate.
 StringTypePredicate thereExistsIncomingMailServiceName()
          Adds a constraint for the feature incomingMailServiceName to the predicate.
 BooleanTypePredicate thereExistsIsDefault()
          Adds a constraint for the feature isDefault to the predicate.
 StringTypePredicate thereExistsOutgoingMailServiceName()
          Adds a constraint for the feature outgoingMailServiceName to the predicate.
 StringTypePredicate thereExistsReplyEMailAddress()
          Adds a constraint for the feature replyEMailAddress to the predicate.
 
Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, 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 constraint for the feature eMailAddress to the predicate. The predicate for EMailAccount evaluates true if its value of feature eMailAddress satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllEMailAddress

StringTypePredicate forAllEMailAddress()
Adds a constraint for the feature eMailAddress to the predicate. The predicate for EMailAccount evaluates true if its value of feature eMailAddress satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature incomingMailServiceName to the predicate. The predicate for EMailAccount evaluates true if its value of feature incomingMailServiceName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllIncomingMailServiceName

StringTypePredicate forAllIncomingMailServiceName()
Adds a constraint for the feature incomingMailServiceName to the predicate. The predicate for EMailAccount evaluates true if its value of feature incomingMailServiceName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature isDefault to the predicate. The predicate for EMailAccount evaluates true if its value of feature isDefault satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllIsDefault

BooleanTypePredicate forAllIsDefault()
Adds a constraint for the feature isDefault to the predicate. The predicate for EMailAccount evaluates true if its value of feature isDefault satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature outgoingMailServiceName to the predicate. The predicate for EMailAccount evaluates true if its value of feature outgoingMailServiceName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllOutgoingMailServiceName

StringTypePredicate forAllOutgoingMailServiceName()
Adds a constraint for the feature outgoingMailServiceName to the predicate. The predicate for EMailAccount evaluates true if its value of feature outgoingMailServiceName satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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 constraint for the feature replyEMailAddress to the predicate. The predicate for EMailAccount evaluates true if its value of feature replyEMailAddress satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllReplyEMailAddress

StringTypePredicate forAllReplyEMailAddress()
Adds a constraint for the feature replyEMailAddress to the predicate. The predicate for EMailAccount evaluates true if its value of feature replyEMailAddress satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.