org.opencrx.kernel.depot1.cci2
Interface SimpleBookingQuery

All Superinterfaces:
AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, BookingQuery, org.openmdx.base.cci2.ContextCapableQuery, DescriptionContainerQuery, org.openmdx.base.cci2.ExtentCapableQuery, PropertySetQuery, SecureObjectQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery

public interface SimpleBookingQuery
extends BookingQuery


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

originContext

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


thereExistsOriginContext

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.

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


forAllOriginContext

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.

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


orderByOriginContextParams

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!


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