|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleBookingQuery
| Method Summary | |
|---|---|
org.openmdx.base.cci2.BasicObjectQuery |
forAllOriginContext()
Adds a condition for the feature originContext to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
originContext satisfies the given condition. |
StringTypePredicate |
forAllOriginContextParams()
Adds a condition for the feature originContextParams to
the predicate for SimpleBooking, which evaluates to
false unless the values of the feature
originContextParams satisfy the given condition. |
StringTypePredicate |
forAllOriginId()
Adds a condition for the feature originId to the predicate
for SimpleBooking, which evaluates to false
unless the value of the feature originId satisfies the
given condition. |
UomQuery |
forAllQuantityUom()
Adds a condition for the feature quantityUom to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
quantityUom satisfies the given condition. |
MultivaluedTypeOrder |
orderByOriginContextParams()
Allows to adds a sort instruction for SimpleBooking
depending the feature originContextParams
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByOriginId()
Allows to adds a sort instruction for SimpleBooking
depending the feature originId
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByQuantity()
Allows to adds a sort instruction for SimpleBooking
depending the feature quantity
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
originContext()
Adds a constraint to the predicate for SimpleBooking
testing whether the feature originContext has values or
not. |
MultivaluedFeaturePredicate |
originContextParams()
Adds a constraint to the predicate for SimpleBooking
testing whether the feature originContextParams has values
or not. |
OptionalFeaturePredicate |
originId()
Adds a constraint to the predicate for SimpleBooking
testing whether the value of the feature originId is
null or not. |
ComparableTypePredicate<BigDecimal> |
quantity()
|
OptionalFeaturePredicate |
quantityUom()
Adds a constraint to the predicate for SimpleBooking
testing whether the value of the feature quantityUom is
null or not. |
org.openmdx.base.cci2.BasicObjectQuery |
thereExistsOriginContext()
Adds a condition for the feature originContext to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
originContext satisfies the given condition. |
StringTypePredicate |
thereExistsOriginContextParams()
Adds a condition for the feature originContextParams to
the predicate for SimpleBooking, which evaluates to
false unless the values of the feature
originContextParams satisfy the given condition. |
StringTypePredicate |
thereExistsOriginId()
Adds a condition for the feature originId to the predicate
for SimpleBooking, which evaluates to false
unless the value of the feature originId satisfies the
given condition. |
UomQuery |
thereExistsQuantityUom()
Adds a condition for the feature quantityUom to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
quantityUom satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.BookingQuery |
|---|
bookingDate, bookingStatus, bookingType, description, forAllDescription, forAllPosition, name, orderByBookingDate, orderByBookingStatus, orderByBookingType, orderByDescription, orderByName, orderByValueDate, position, thereExistsDescription, thereExistsPosition, 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 |
| Method Detail |
|---|
MultivaluedFeaturePredicate originContext()
SimpleBooking
testing whether the feature originContext has values or
not.
org.openmdx.base.cci2.BasicObjectQuery thereExistsOriginContext()
originContext to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
originContext satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
org.openmdx.base.cci2.BasicObjectQuery forAllOriginContext()
originContext to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
originContext satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
MultivaluedFeaturePredicate originContextParams()
SimpleBooking
testing whether the feature originContextParams has values
or not.
StringTypePredicate thereExistsOriginContextParams()
originContextParams to
the predicate for SimpleBooking, which evaluates to
false unless the values of the feature
originContextParams satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllOriginContextParams()
originContextParams to
the predicate for SimpleBooking, which evaluates to
false unless the values of the feature
originContextParams satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByOriginContextParams()
SimpleBooking
depending the feature originContextParams
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate originId()
SimpleBooking
testing whether the value of the feature originId is
null or not.
StringTypePredicate thereExistsOriginId()
originId to the predicate
for SimpleBooking, which evaluates to false
unless the value of the feature originId satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllOriginId()
originId to the predicate
for SimpleBooking, which evaluates to false
unless the value of the feature originId satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByOriginId()
SimpleBooking
depending the feature originId
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<BigDecimal> quantity()
SimpleTypeOrder orderByQuantity()
SimpleBooking
depending the feature quantity
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate quantityUom()
SimpleBooking
testing whether the value of the feature quantityUom is
null or not.
UomQuery thereExistsQuantityUom()
quantityUom to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
quantityUom satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
UomQuery forAllQuantityUom()
quantityUom to the
predicate for SimpleBooking, which evaluates to
false unless the value of the feature
quantityUom satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||