|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeliveryRequestQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
comment()
Adds a constraint to the predicate for DeliveryRequest
testing whether the value of the feature comment is
null or not. |
OptionalFeaturePredicate |
earliestDeliveryAt()
Adds a constraint to the predicate for DeliveryRequest
testing whether the value of the feature
earliestDeliveryAt is null or not. |
StringTypePredicate |
forAllComment()
Adds a constraint for the feature comment to the
predicate. |
ComparableTypePredicate |
forAllEarliestDeliveryAt()
Adds a constraint for the feature earliestDeliveryAt to
the predicate. |
ComparableTypePredicate |
forAllLatestDeliveryAt()
Adds a constraint for the feature latestDeliveryAt to the
predicate. |
OptionalFeaturePredicate |
latestDeliveryAt()
Adds a constraint to the predicate for DeliveryRequest
testing whether the value of the feature latestDeliveryAt
is null or not. |
SimpleTypeOrder |
orderByComment()
Allows to adds a sort instruction for DeliveryRequest
depending the feature comment
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByEarliestDeliveryAt()
Allows to adds a sort instruction for DeliveryRequest
depending the feature earliestDeliveryAt
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByLatestDeliveryAt()
Allows to adds a sort instruction for DeliveryRequest
depending the feature latestDeliveryAt
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByState()
Allows to adds a sort instruction for DeliveryRequest
depending the feature state
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate |
state()
|
StringTypePredicate |
thereExistsComment()
Adds a constraint for the feature comment to the
predicate. |
ComparableTypePredicate |
thereExistsEarliestDeliveryAt()
Adds a constraint for the feature earliestDeliveryAt to
the predicate. |
ComparableTypePredicate |
thereExistsLatestDeliveryAt()
Adds a constraint for the feature latestDeliveryAt 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 comment()
DeliveryRequest
testing whether the value of the feature comment is
null or not.
StringTypePredicate thereExistsComment()
comment to the
predicate. The predicate for DeliveryRequest evaluates
true if its value of feature comment
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 forAllComment()
comment to the
predicate. The predicate for DeliveryRequest evaluates
true if its value of feature comment
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 orderByComment()
DeliveryRequest
depending the feature comment
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate earliestDeliveryAt()
DeliveryRequest
testing whether the value of the feature
earliestDeliveryAt is null or not.
ComparableTypePredicate thereExistsEarliestDeliveryAt()
earliestDeliveryAt to
the predicate. The predicate for DeliveryRequest evaluates
true if its value of feature
earliestDeliveryAt 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!
ComparableTypePredicate forAllEarliestDeliveryAt()
earliestDeliveryAt to
the predicate. The predicate for DeliveryRequest evaluates
true if its value of feature
earliestDeliveryAt 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 orderByEarliestDeliveryAt()
DeliveryRequest
depending the feature earliestDeliveryAt
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate latestDeliveryAt()
DeliveryRequest
testing whether the value of the feature latestDeliveryAt
is null or not.
ComparableTypePredicate thereExistsLatestDeliveryAt()
latestDeliveryAt to the
predicate. The predicate for DeliveryRequest evaluates
true if its value of feature latestDeliveryAt
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!
ComparableTypePredicate forAllLatestDeliveryAt()
latestDeliveryAt to the
predicate. The predicate for DeliveryRequest evaluates
true if its value of feature latestDeliveryAt
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 orderByLatestDeliveryAt()
DeliveryRequest
depending the feature latestDeliveryAt
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate state()
SimpleTypeOrder orderByState()
DeliveryRequest
depending the feature state
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 | |||||||||