|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EMailAccountQuery
| 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, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, 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, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate eMailAddress()
EMailAccount testing whether the value of the feature eMailAddress is null or not.
StringTypePredicate thereExistsEMailAddress()
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
StringTypePredicate forAllEMailAddress()
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
SimpleTypeOrder orderByEMailAddress()
EMailAccount depending the feature eMailAddress
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate incomingMailServiceName()
EMailAccount testing whether the value of the feature incomingMailServiceName is null or not.
StringTypePredicate thereExistsIncomingMailServiceName()
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
StringTypePredicate forAllIncomingMailServiceName()
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
SimpleTypeOrder orderByIncomingMailServiceName()
EMailAccount depending the feature incomingMailServiceName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate isDefault()
EMailAccount testing whether the value of the feature isDefault is null or not.
BooleanTypePredicate thereExistsIsDefault()
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
BooleanTypePredicate forAllIsDefault()
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
SimpleTypeOrder orderByIsDefault()
EMailAccount depending the feature isDefault
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate outgoingMailServiceName()
EMailAccount testing whether the value of the feature outgoingMailServiceName is null or not.
StringTypePredicate thereExistsOutgoingMailServiceName()
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
StringTypePredicate forAllOutgoingMailServiceName()
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
SimpleTypeOrder orderByOutgoingMailServiceName()
EMailAccount depending the feature outgoingMailServiceName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate replyEMailAddress()
EMailAccount testing whether the value of the feature replyEMailAddress is null or not.
StringTypePredicate thereExistsReplyEMailAddress()
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
StringTypePredicate forAllReplyEMailAddress()
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
SimpleTypeOrder orderByReplyEMailAddress()
EMailAccount depending the feature replyEMailAddress
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||