|
||||||||||
| 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 condition for the feature comment to the predicate
for DeliveryRequest, which evaluates to false
unless the value of the feature comment satisfies the
given condition. |
ComparableTypePredicate<Date> |
forAllEarliestDeliveryAt()
Adds a condition for the feature earliestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
earliestDeliveryAt satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllLatestDeliveryAt()
Adds a condition for the feature latestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
latestDeliveryAt satisfies the given condition. |
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<Short> |
state()
|
StringTypePredicate |
thereExistsComment()
Adds a condition for the feature comment to the predicate
for DeliveryRequest, which evaluates to false
unless the value of the feature comment satisfies the
given condition. |
ComparableTypePredicate<Date> |
thereExistsEarliestDeliveryAt()
Adds a condition for the feature earliestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
earliestDeliveryAt satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsLatestDeliveryAt()
Adds a condition for the feature latestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
latestDeliveryAt 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 comment()
DeliveryRequest
testing whether the value of the feature comment is
null or not.
StringTypePredicate thereExistsComment()
comment to the predicate
for DeliveryRequest, which evaluates to false
unless the value of the feature comment satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllComment()
comment to the predicate
for DeliveryRequest, which evaluates to false
unless the value of the feature comment satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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<Date> thereExistsEarliestDeliveryAt()
earliestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
earliestDeliveryAt satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllEarliestDeliveryAt()
earliestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
earliestDeliveryAt satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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<Date> thereExistsLatestDeliveryAt()
latestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
latestDeliveryAt satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllLatestDeliveryAt()
latestDeliveryAt to the
predicate for DeliveryRequest, which evaluates to
false unless the value of the feature
latestDeliveryAt satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByLatestDeliveryAt()
DeliveryRequest
depending the feature latestDeliveryAt
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> 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 | |||||||||