org.opencrx.kernel.depot1.cci2
Interface SimpleBookingQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, BookingQuery, ContextCapableQuery, CreatableQuery, DescriptionContainerQuery, ExtentCapableQuery, ModifiableQuery, PropertySetQuery, SecureObjectQuery

public interface SimpleBookingQuery
extends BookingQuery


Method Summary
 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.
 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.
 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.PropertySetQuery
forAllProperty, property, thereExistsProperty
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainerQuery
additionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescription
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

originContext

MultivaluedFeaturePredicate originContext()
Adds a constraint to the predicate for SimpleBooking testing whether the feature originContext has values or not.


thereExistsOriginContext

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllOriginContext

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


originContextParams

MultivaluedFeaturePredicate originContextParams()
Adds a constraint to the predicate for SimpleBooking testing whether the feature originContextParams has values or not.


thereExistsOriginContextParams

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllOriginContextParams

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


originId

OptionalFeaturePredicate originId()
Adds a constraint to the predicate for SimpleBooking testing whether the value of the feature originId is null or not.


thereExistsOriginId

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllOriginId

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByOriginId

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!


quantity

ComparableTypePredicate<BigDecimal> quantity()

orderByQuantity

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!


quantityUom

OptionalFeaturePredicate quantityUom()
Adds a constraint to the predicate for SimpleBooking testing whether the value of the feature quantityUom is null or not.


thereExistsQuantityUom

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllQuantityUom

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.

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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.