|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailingQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
document()
Adds a constraint to the predicate for Mailing testing whether the value of the feature document is null or not. |
StringTypePredicate |
forAllDocument()
Adds a condition for the feature document to the predicate for Mailing, which evaluates to false unless the value of the feature document satisfies the given condition. |
AbstractMailingRecipientQuery |
forAllMailingRecipient()
Adds a condition for the feature mailingRecipient to the predicate for Mailing, which evaluates to false unless the value of the feature mailingRecipient satisfies the given condition. |
PostalAddressQuery |
forAllSender()
Adds a condition for the feature sender to the predicate for Mailing, which evaluates to false unless the value of the feature sender satisfies the given condition. |
StringTypePredicate |
forAllTemplate()
Adds a condition for the feature template to the predicate for Mailing, which evaluates to false unless the value of the feature template satisfies the given condition. |
MultivaluedFeaturePredicate |
mailingRecipient()
Adds a constraint to the predicate for Mailing testing whether the feature mailingRecipient has values or not. |
SimpleTypeOrder |
orderByDocument()
Allows to adds a sort instruction for Mailing depending the feature document
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByTemplate()
Allows to adds a sort instruction for Mailing depending the feature template
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
sender()
Adds a constraint to the predicate for Mailing testing whether the value of the feature sender is null or not. |
OptionalFeaturePredicate |
template()
Adds a constraint to the predicate for Mailing testing whether the value of the feature template is null or not. |
StringTypePredicate |
thereExistsDocument()
Adds a condition for the feature document to the predicate for Mailing, which evaluates to false unless the value of the feature document satisfies the given condition. |
AbstractMailingRecipientQuery |
thereExistsMailingRecipient()
Adds a condition for the feature mailingRecipient to the predicate for Mailing, which evaluates to false unless the value of the feature mailingRecipient satisfies the given condition. |
PostalAddressQuery |
thereExistsSender()
Adds a condition for the feature sender to the predicate for Mailing, which evaluates to false unless the value of the feature sender satisfies the given condition. |
StringTypePredicate |
thereExistsTemplate()
Adds a condition for the feature template to the predicate for Mailing, which evaluates to false unless the value of the feature template satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery |
|---|
depotReference, forAllDepotReference, thereExistsDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
|---|
audit, forAllAudit, thereExistsAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
|---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
| 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 document()
Mailing testing whether the value of the feature document is null or not.
StringTypePredicate thereExistsDocument()
document to the predicate for Mailing, which evaluates to false unless the value of the feature document satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDocument()
document to the predicate for Mailing, which evaluates to false unless the value of the feature document satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDocument()
Mailing depending the feature document
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate mailingRecipient()
Mailing testing whether the feature mailingRecipient has values or not.
AbstractMailingRecipientQuery thereExistsMailingRecipient()
mailingRecipient to the predicate for Mailing, which evaluates to false unless the value of the feature mailingRecipient satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
AbstractMailingRecipientQuery forAllMailingRecipient()
mailingRecipient to the predicate for Mailing, which evaluates to false unless the value of the feature mailingRecipient satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate sender()
Mailing testing whether the value of the feature sender is null or not.
PostalAddressQuery thereExistsSender()
sender to the predicate for Mailing, which evaluates to false unless the value of the feature sender satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
PostalAddressQuery forAllSender()
sender to the predicate for Mailing, which evaluates to false unless the value of the feature sender satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate template()
Mailing testing whether the value of the feature template is null or not.
StringTypePredicate thereExistsTemplate()
template to the predicate for Mailing, which evaluates to false unless the value of the feature template satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllTemplate()
template to the predicate for Mailing, which evaluates to false unless the value of the feature template satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByTemplate()
Mailing depending the feature template
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 | |||||||||