org.opencrx.kernel.depot1.query
Interface DepotReportItemBookingQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, DepotReportItemQuery, ExtentCapableQuery, SecureObjectQuery, ViewCapableQuery
All Known Subinterfaces:
DepotReportItemCreditQuery, DepotReportItemDebitQuery
All Known Implementing Classes:
DepotReportItemBookingFilterImpl, DepotReportItemCreditFilterImpl, DepotReportItemDebitFilterImpl

public interface DepotReportItemBookingQuery
extends DepotReportItemQuery


Method Summary
 ComparableTypePredicate balance()
           
 ComparableTypePredicate balanceCredit()
           
 ComparableTypePredicate balanceDebit()
           
 OptionalFeaturePredicate booking()
          Adds a constraint to the predicate for DepotReportItemBooking testing whether the value of the feature booking is null or not.
 ComparableTypePredicate bookingDate()
           
 OptionalFeaturePredicate cb()
          Adds a constraint to the predicate for DepotReportItemBooking testing whether the value of the feature cb is null or not.
 BookingQuery forAllBooking()
          Adds a constraint for the feature booking to the predicate.
 CompoundBookingQuery forAllCb()
          Adds a constraint for the feature cb to the predicate.
 SimpleTypeOrder orderByBalance()
          Allows to adds a sort instruction for DepotReportItemBooking depending the feature balance Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBalanceCredit()
          Allows to adds a sort instruction for DepotReportItemBooking depending the feature balanceCredit Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBalanceDebit()
          Allows to adds a sort instruction for DepotReportItemBooking depending the feature balanceDebit Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBookingDate()
          Allows to adds a sort instruction for DepotReportItemBooking depending the feature bookingDate Note: The order in which orderBy… instructions are given is relevant!
 BookingQuery thereExistsBooking()
          Adds a constraint for the feature booking to the predicate.
 CompoundBookingQuery thereExistsCb()
          Adds a constraint for the feature cb to the predicate.
 
Methods inherited from interface org.opencrx.kernel.depot1.query.DepotReportItemQuery
forAllPosition, orderByPositionName, orderByValueDate, position, positionName, thereExistsPosition, valueDate
 
Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

balance

ComparableTypePredicate balance()

orderByBalance

SimpleTypeOrder orderByBalance()
Allows to adds a sort instruction for DepotReportItemBooking depending the feature balance Note: The order in which orderBy… instructions are given is relevant!


balanceCredit

ComparableTypePredicate balanceCredit()

orderByBalanceCredit

SimpleTypeOrder orderByBalanceCredit()
Allows to adds a sort instruction for DepotReportItemBooking depending the feature balanceCredit Note: The order in which orderBy… instructions are given is relevant!


balanceDebit

ComparableTypePredicate balanceDebit()

orderByBalanceDebit

SimpleTypeOrder orderByBalanceDebit()
Allows to adds a sort instruction for DepotReportItemBooking depending the feature balanceDebit Note: The order in which orderBy… instructions are given is relevant!


booking

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


thereExistsBooking

BookingQuery thereExistsBooking()
Adds a constraint for the feature booking to the predicate. The predicate for DepotReportItemBooking evaluates true if its value of feature booking satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllBooking

BookingQuery forAllBooking()
Adds a constraint for the feature booking to the predicate. The predicate for DepotReportItemBooking evaluates true if its value of feature booking satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


bookingDate

ComparableTypePredicate bookingDate()

orderByBookingDate

SimpleTypeOrder orderByBookingDate()
Allows to adds a sort instruction for DepotReportItemBooking depending the feature bookingDate Note: The order in which orderBy… instructions are given is relevant!


cb

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


thereExistsCb

CompoundBookingQuery thereExistsCb()
Adds a constraint for the feature cb to the predicate. The predicate for DepotReportItemBooking evaluates true if its value of feature cb satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllCb

CompoundBookingQuery forAllCb()
Adds a constraint for the feature cb to the predicate. The predicate for DepotReportItemBooking evaluates true if its value of feature cb satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.