org.opencrx.kernel.depot1.query
Interface CreateBookingByPositionNameParamsQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate
All Known Implementing Classes:
CreateBookingByPositionNameParamsFilterImpl

public interface CreateBookingByPositionNameParamsQuery
extends org.w3c.cci2.AnyTypePredicate


Method Summary
 org.w3c.cci2.OptionalFeaturePredicate bookingText()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature bookingText is null or not.
 org.w3c.cci2.OptionalFeaturePredicate bookingTextName()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature bookingTextName is null or not.
 org.w3c.cci2.ComparableTypePredicate bookingType()
           
 org.w3c.cci2.OptionalFeaturePredicate depotCredit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotCredit is null or not.
 org.w3c.cci2.OptionalFeaturePredicate depotDebit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotDebit is null or not.
 org.w3c.cci2.OptionalFeaturePredicate depotNumberCredit()
          Adds a constraint to the predicate for CreateBookingByPositionNameParams testing whether the value of the feature depotNumberCredit is null or not.
 org.w3c.cci2.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 constraint for the feature bookingText to the predicate.
 org.w3c.cci2.StringTypePredicate forAllBookingTextName()
          Adds a constraint for the feature bookingTextName to the predicate.
 DepotQuery forAllDepotCredit()
          Adds a constraint for the feature depotCredit to the predicate.
 DepotQuery forAllDepotDebit()
          Adds a constraint for the feature depotDebit to the predicate.
 org.w3c.cci2.StringTypePredicate forAllDepotNumberCredit()
          Adds a constraint for the feature depotNumberCredit to the predicate.
 org.w3c.cci2.StringTypePredicate forAllDepotNumberDebit()
          Adds a constraint for the feature depotNumberDebit to the predicate.
 CompoundBookingQuery forAllReversalOf()
          Adds a constraint for the feature reversalOf to the predicate.
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.StringTypePredicate positionName()
           
 org.w3c.cci2.ComparableTypePredicate quantity()
           
 org.w3c.cci2.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 constraint for the feature bookingText to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsBookingTextName()
          Adds a constraint for the feature bookingTextName to the predicate.
 DepotQuery thereExistsDepotCredit()
          Adds a constraint for the feature depotCredit to the predicate.
 DepotQuery thereExistsDepotDebit()
          Adds a constraint for the feature depotDebit to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsDepotNumberCredit()
          Adds a constraint for the feature depotNumberCredit to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsDepotNumberDebit()
          Adds a constraint for the feature depotNumberDebit to the predicate.
 CompoundBookingQuery thereExistsReversalOf()
          Adds a constraint for the feature reversalOf to the predicate.
 org.w3c.cci2.ComparableTypePredicate valueDate()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

bookingText

org.w3c.cci2.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 constraint for the feature bookingText to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature bookingText 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!


forAllBookingText

BookingTextQuery forAllBookingText()
Adds a constraint for the feature bookingText to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature bookingText 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!


bookingTextName

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


thereExistsBookingTextName

org.w3c.cci2.StringTypePredicate thereExistsBookingTextName()
Adds a constraint for the feature bookingTextName to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature bookingTextName 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!


forAllBookingTextName

org.w3c.cci2.StringTypePredicate forAllBookingTextName()
Adds a constraint for the feature bookingTextName to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature bookingTextName 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!


orderByBookingTextName

org.w3c.cci2.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

org.w3c.cci2.ComparableTypePredicate bookingType()

orderByBookingType

org.w3c.cci2.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

org.w3c.cci2.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 constraint for the feature depotCredit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotCredit 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!


forAllDepotCredit

DepotQuery forAllDepotCredit()
Adds a constraint for the feature depotCredit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotCredit 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!


depotDebit

org.w3c.cci2.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 constraint for the feature depotDebit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotDebit 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!


forAllDepotDebit

DepotQuery forAllDepotDebit()
Adds a constraint for the feature depotDebit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotDebit 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!


depotNumberCredit

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


thereExistsDepotNumberCredit

org.w3c.cci2.StringTypePredicate thereExistsDepotNumberCredit()
Adds a constraint for the feature depotNumberCredit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotNumberCredit 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!


forAllDepotNumberCredit

org.w3c.cci2.StringTypePredicate forAllDepotNumberCredit()
Adds a constraint for the feature depotNumberCredit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotNumberCredit 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!


orderByDepotNumberCredit

org.w3c.cci2.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

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


thereExistsDepotNumberDebit

org.w3c.cci2.StringTypePredicate thereExistsDepotNumberDebit()
Adds a constraint for the feature depotNumberDebit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotNumberDebit 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!


forAllDepotNumberDebit

org.w3c.cci2.StringTypePredicate forAllDepotNumberDebit()
Adds a constraint for the feature depotNumberDebit to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature depotNumberDebit 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!


orderByDepotNumberDebit

org.w3c.cci2.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!


positionName

org.w3c.cci2.StringTypePredicate positionName()

orderByPositionName

org.w3c.cci2.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

org.w3c.cci2.ComparableTypePredicate quantity()

orderByQuantity

org.w3c.cci2.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

org.w3c.cci2.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 constraint for the feature reversalOf to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature reversalOf 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!


forAllReversalOf

CompoundBookingQuery forAllReversalOf()
Adds a constraint for the feature reversalOf to the predicate. The predicate for CreateBookingByPositionNameParams evaluates true if its value of feature reversalOf 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!


valueDate

org.w3c.cci2.ComparableTypePredicate valueDate()

orderByValueDate

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