|
||||||||||
| 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, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, 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 | |||||||||