public interface SimpleBookingQuery extends BookingQuery
forAllProperty, thereExistsProperty| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.OptionalFeaturePredicate |
originId()
Adds a constraint to the predicate for
SimpleBooking testing whether the value of the feature originId is null or not. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
quantity() |
org.w3c.cci2.OptionalFeaturePredicate |
quantityUom()
Adds a constraint to the predicate for
SimpleBooking testing whether the value of the feature quantityUom is null or not. |
org.w3c.cci2.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. |
bookingDate, bookingStatus, bookingType, description, forAllDescription, forAllOriginContext, forAllOriginContextParams, forAllPosition, name, orderByBookingDate, orderByBookingStatus, orderByBookingType, orderByDescription, orderByName, orderByValueDate, originContext, originContextParams, position, thereExistsDescription, thereExistsOriginContext, thereExistsOriginContextParams, thereExistsPosition, valueDateforAllProperty, property, thereExistsPropertyaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUseradditionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescriptioncreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate originId()
SimpleBooking testing whether the value of the feature originId is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByOriginId()
SimpleBooking depending the feature originId
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<BigDecimal> quantity()
org.w3c.cci2.SimpleTypeOrder orderByQuantity()
SimpleBooking depending the feature quantity
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.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
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.