|
||||||||||
| 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 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 |
|---|
OptionalFeaturePredicate eMailAddress()
EMailAccount
testing whether the value of the feature eMailAddress is
null or not.
StringTypePredicate thereExistsEMailAddress()
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!
StringTypePredicate forAllEMailAddress()
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!
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. 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!
StringTypePredicate forAllIncomingMailServiceName()
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!
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. 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!
BooleanTypePredicate forAllIsDefault()
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!
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. 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!
StringTypePredicate forAllOutgoingMailServiceName()
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!
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. 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!
StringTypePredicate forAllReplyEMailAddress()
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!
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 | |||||||||