|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookingQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Date> |
bookingDate()
|
ComparableTypePredicate<Short> |
bookingStatus()
|
ComparableTypePredicate<Short> |
bookingType()
|
OptionalFeaturePredicate |
cb()
Adds a constraint to the predicate for Booking testing
whether the value of the feature cb is null
or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for Booking testing
whether the value of the feature description is
null or not. |
CompoundBookingQuery |
forAllCb()
Adds a constraint for the feature cb to the predicate. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
BookingOriginQuery |
forAllOrigin()
Adds a constraint for the feature origin to the predicate. |
DepotPositionQuery |
forAllPosition()
Adds a constraint for the feature position to the
predicate. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByBookingDate()
Allows to adds a sort instruction for Booking depending
the feature bookingDate
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByBookingStatus()
Allows to adds a sort instruction for Booking depending
the feature bookingStatus
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByBookingType()
Allows to adds a sort instruction for Booking depending
the feature bookingType
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for Booking depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for Booking depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByValueDate()
Allows to adds a sort instruction for Booking depending
the feature valueDate
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
origin()
Adds a constraint to the predicate for Booking testing
whether the value of the feature origin is
null or not. |
OptionalFeaturePredicate |
position()
Adds a constraint to the predicate for Booking testing
whether the value of the feature position is
null or not. |
CompoundBookingQuery |
thereExistsCb()
Adds a constraint for the feature cb to the predicate. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
BookingOriginQuery |
thereExistsOrigin()
Adds a constraint for the feature origin to the predicate. |
DepotPositionQuery |
thereExistsPosition()
Adds a constraint for the feature position to the
predicate. |
ComparableTypePredicate<Date> |
valueDate()
|
| 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 |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
|---|
configType, forAllConfigType, thereExistsConfigType |
| Method Detail |
|---|
ComparableTypePredicate<Date> bookingDate()
SimpleTypeOrder orderByBookingDate()
Booking depending
the feature bookingDate
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> bookingStatus()
SimpleTypeOrder orderByBookingStatus()
Booking depending
the feature bookingStatus
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> bookingType()
SimpleTypeOrder orderByBookingType()
Booking depending
the feature bookingType
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate cb()
Booking testing
whether the value of the feature cb is null
or not.
CompoundBookingQuery thereExistsCb()
cb to the predicate. The
predicate for Booking evaluates true if its
value of feature cb 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!
CompoundBookingQuery forAllCb()
cb to the predicate. The
predicate for Booking evaluates true if its
value of feature cb 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!
OptionalFeaturePredicate description()
Booking testing
whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for Booking evaluates
true if its value of feature description
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 forAllDescription()
description to the
predicate. The predicate for Booking evaluates
true if its value of feature description
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 orderByDescription()
Booking depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
Booking depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate origin()
Booking testing
whether the value of the feature origin is
null or not.
BookingOriginQuery thereExistsOrigin()
origin to the predicate.
The predicate for Booking evaluates true if
its value of feature origin 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!
BookingOriginQuery forAllOrigin()
origin to the predicate.
The predicate for Booking evaluates true if
its value of feature origin 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!
OptionalFeaturePredicate position()
Booking testing
whether the value of the feature position is
null or not.
DepotPositionQuery thereExistsPosition()
position to the
predicate. The predicate for Booking evaluates
true if its value of feature position
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!
DepotPositionQuery forAllPosition()
position to the
predicate. The predicate for Booking evaluates
true if its value of feature position
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!
ComparableTypePredicate<Date> valueDate()
SimpleTypeOrder orderByValueDate()
Booking depending
the feature valueDate
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 | |||||||||