public interface BookingQuery extends PropertySetQuery, SecureObjectQuery, DescriptionContainerQuery, org.openmdx.base.cci2.BasicObjectQuery
forAllProperty, thereExistsProperty| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Date> |
bookingDate() |
org.w3c.cci2.ComparableTypePredicate<Short> |
bookingStatus() |
org.w3c.cci2.ComparableTypePredicate<Short> |
bookingType() |
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for
Booking testing whether the value of the feature description is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllDescription()
Adds a condition for the feature
description to the predicate for Booking, which evaluates to false unless the value of the feature description satisfies the given condition. |
org.openmdx.base.cci2.BasicObjectQuery |
forAllOriginContext()
Adds a condition for the feature
originContext to the predicate for Booking, which evaluates to false unless the value of the feature originContext satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllOriginContextParams()
Adds a condition for the feature
originContextParams to the predicate for Booking, which evaluates to false unless the values of the feature originContextParams satisfy the given condition. |
DepotPositionQuery |
forAllPosition()
Adds a condition for the feature
position to the predicate for Booking, which evaluates to false unless the value of the feature position satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
name() |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.MultivaluedFeaturePredicate |
originContext()
Adds a constraint to the predicate for
Booking testing whether the feature originContext has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
originContextParams()
Adds a constraint to the predicate for
Booking testing whether the feature originContextParams has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
position()
Adds a constraint to the predicate for
Booking testing whether the value of the feature position is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature
description to the predicate for Booking, which evaluates to false unless the value of the feature description satisfies the given condition. |
org.openmdx.base.cci2.BasicObjectQuery |
thereExistsOriginContext()
Adds a condition for the feature
originContext to the predicate for Booking, which evaluates to false unless the value of the feature originContext satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsOriginContextParams()
Adds a condition for the feature
originContextParams to the predicate for Booking, which evaluates to false unless the values of the feature originContextParams satisfy the given condition. |
DepotPositionQuery |
thereExistsPosition()
Adds a condition for the feature
position to the predicate for Booking, which evaluates to false unless the value of the feature position satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
valueDate() |
forAllProperty, property, thereExistsPropertyaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUseradditionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescriptioncreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.ComparableTypePredicate<Date> bookingDate()
org.w3c.cci2.SimpleTypeOrder orderByBookingDate()
Booking depending the feature bookingDate
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> bookingStatus()
org.w3c.cci2.SimpleTypeOrder orderByBookingStatus()
Booking depending the feature bookingStatus
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> bookingType()
org.w3c.cci2.SimpleTypeOrder orderByBookingType()
Booking depending the feature bookingType
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate description()
Booking testing whether the value of the feature description is null or not.org.w3c.cci2.StringTypePredicate thereExistsDescription()
description to the predicate for Booking, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllDescription()
description to the predicate for Booking, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByDescription()
Booking depending the feature description
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.StringTypePredicate name()
org.w3c.cci2.SimpleTypeOrder orderByName()
Booking depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate originContext()
Booking testing whether the feature originContext has values or not.org.openmdx.base.cci2.BasicObjectQuery thereExistsOriginContext()
originContext to the predicate for Booking, 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 Booking, 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
org.w3c.cci2.MultivaluedFeaturePredicate originContextParams()
Booking testing whether the feature originContextParams has values or not.org.w3c.cci2.StringTypePredicate thereExistsOriginContextParams()
originContextParams to the predicate for Booking, 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
org.w3c.cci2.StringTypePredicate forAllOriginContextParams()
originContextParams to the predicate for Booking, 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
org.w3c.cci2.OptionalFeaturePredicate position()
Booking testing whether the value of the feature position is null or not.DepotPositionQuery thereExistsPosition()
position to the predicate for Booking, which evaluates to false unless the value of the feature position satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotPositionQuery forAllPosition()
position to the predicate for Booking, which evaluates to false unless the value of the feature position satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.ComparableTypePredicate<Date> valueDate()
org.w3c.cci2.SimpleTypeOrder orderByValueDate()
Booking depending the feature valueDate
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.