org.opencrx.kernel.depot1.cci2
Interface CreateBookingByPositionNameParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateBookingByPositionNameParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate bookingText()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature bookingText is null or not.
 OptionalFeaturePredicate bookingTextName()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature bookingTextName is null or not.
 ComparableTypePredicate<Short> bookingType()
           
 OptionalFeaturePredicate depotCredit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotCredit is null or not.
 OptionalFeaturePredicate depotDebit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotDebit is null or not.
 OptionalFeaturePredicate depotNumberCredit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotNumberCredit is null or not.
 OptionalFeaturePredicate depotNumberDebit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotNumberDebit is null or not.
 BookingTextQuery forAllBookingText()
          Adds a condition for the feature bookingText to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingText satisfies the given condition.
 StringTypePredicate forAllBookingTextName()
          Adds a condition for the feature bookingTextName to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingTextName satisfies the given condition.
 DepotQuery forAllDepotCredit()
          Adds a condition for the feature depotCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotCredit satisfies the given condition.
 DepotQuery forAllDepotDebit()
          Adds a condition for the feature depotDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotDebit satisfies the given condition.
 StringTypePredicate forAllDepotNumberCredit()
          Adds a condition for the feature depotNumberCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberCredit satisfies the given condition.
 StringTypePredicate forAllDepotNumberDebit()
          Adds a condition for the feature depotNumberDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberDebit satisfies the given condition.
 BookingOriginQuery forAllOrigin()
          Adds a condition for the feature origin to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature origin satisfies the given condition.
 CompoundBookingQuery forAllReversalOf()
          Adds a condition for the feature reversalOf to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature reversalOf satisfies the given condition.
 SimpleTypeOrder orderByBookingTextName()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature bookingTextName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByBookingType()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature bookingType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDepotNumberCredit()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature depotNumberCredit Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDepotNumberDebit()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature depotNumberDebit Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPositionName()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature positionName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByQuantity()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByValueDate()
          Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature valueDate Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate origin()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature origin is null or not.
 StringTypePredicate positionName()
           
 ComparableTypePredicate<BigDecimal> quantity()
           
 OptionalFeaturePredicate reversalOf()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature reversalOf is null or not.
 BookingTextQuery thereExistsBookingText()
          Adds a condition for the feature bookingText to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingText satisfies the given condition.
 StringTypePredicate thereExistsBookingTextName()
          Adds a condition for the feature bookingTextName to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingTextName satisfies the given condition.
 DepotQuery thereExistsDepotCredit()
          Adds a condition for the feature depotCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotCredit satisfies the given condition.
 DepotQuery thereExistsDepotDebit()
          Adds a condition for the feature depotDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotDebit satisfies the given condition.
 StringTypePredicate thereExistsDepotNumberCredit()
          Adds a condition for the feature depotNumberCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberCredit satisfies the given condition.
 StringTypePredicate thereExistsDepotNumberDebit()
          Adds a condition for the feature depotNumberDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberDebit satisfies the given condition.
 BookingOriginQuery thereExistsOrigin()
          Adds a condition for the feature origin to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature origin satisfies the given condition.
 CompoundBookingQuery thereExistsReversalOf()
          Adds a condition for the feature reversalOf to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature reversalOf satisfies the given condition.
 ComparableTypePredicate<Date> valueDate()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

bookingText

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


thereExistsBookingText

BookingTextQuery thereExistsBookingText()
Adds a condition for the feature bookingText to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingText satisfies the given condition.

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


forAllBookingText

BookingTextQuery forAllBookingText()
Adds a condition for the feature bookingText to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingText satisfies the given condition.

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


bookingTextName

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


thereExistsBookingTextName

StringTypePredicate thereExistsBookingTextName()
Adds a condition for the feature bookingTextName to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingTextName satisfies the given condition.

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


forAllBookingTextName

StringTypePredicate forAllBookingTextName()
Adds a condition for the feature bookingTextName to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature bookingTextName satisfies the given condition.

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


orderByBookingTextName

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


bookingType

ComparableTypePredicate<Short> bookingType()

orderByBookingType

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


depotCredit

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


thereExistsDepotCredit

DepotQuery thereExistsDepotCredit()
Adds a condition for the feature depotCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotCredit satisfies the given condition.

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


forAllDepotCredit

DepotQuery forAllDepotCredit()
Adds a condition for the feature depotCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotCredit satisfies the given condition.

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


depotDebit

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


thereExistsDepotDebit

DepotQuery thereExistsDepotDebit()
Adds a condition for the feature depotDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotDebit satisfies the given condition.

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


forAllDepotDebit

DepotQuery forAllDepotDebit()
Adds a condition for the feature depotDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotDebit satisfies the given condition.

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


depotNumberCredit

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


thereExistsDepotNumberCredit

StringTypePredicate thereExistsDepotNumberCredit()
Adds a condition for the feature depotNumberCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberCredit satisfies the given condition.

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


forAllDepotNumberCredit

StringTypePredicate forAllDepotNumberCredit()
Adds a condition for the feature depotNumberCredit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberCredit satisfies the given condition.

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


orderByDepotNumberCredit

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


depotNumberDebit

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


thereExistsDepotNumberDebit

StringTypePredicate thereExistsDepotNumberDebit()
Adds a condition for the feature depotNumberDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberDebit satisfies the given condition.

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


forAllDepotNumberDebit

StringTypePredicate forAllDepotNumberDebit()
Adds a condition for the feature depotNumberDebit to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature depotNumberDebit satisfies the given condition.

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


orderByDepotNumberDebit

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


origin

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


thereExistsOrigin

BookingOriginQuery thereExistsOrigin()
Adds a condition for the feature origin to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature origin satisfies the given condition.

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


forAllOrigin

BookingOriginQuery forAllOrigin()
Adds a condition for the feature origin to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature origin satisfies the given condition.

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


positionName

StringTypePredicate positionName()

orderByPositionName

SimpleTypeOrder orderByPositionName()
Allows to adds a sort instruction for CreateBookingByPositionNameParams depending the feature positionName 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 CreateBookingByPositionNameParams depending the feature quantity Note: The order in which orderBy… instructions are given is relevant!


reversalOf

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


thereExistsReversalOf

CompoundBookingQuery thereExistsReversalOf()
Adds a condition for the feature reversalOf to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature reversalOf satisfies the given condition.

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


forAllReversalOf

CompoundBookingQuery forAllReversalOf()
Adds a condition for the feature reversalOf to the predicate for CreateBookingByPositionNameParams, which evaluates to false unless the value of the feature reversalOf satisfies the given condition.

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


valueDate

ComparableTypePredicate<Date> valueDate()

orderByValueDate

SimpleTypeOrder orderByValueDate()
Allows to adds a sort instruction for CreateBookingByPositionNameParams 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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.