|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CreateBookingByPositionParamsQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
bookingText()
Adds a constraint to the predicate for CreateBookingByPositionParams testing whether the value of the feature bookingText is null or not. |
OptionalFeaturePredicate |
bookingTextName()
Adds a constraint to the predicate for CreateBookingByPositionParams testing whether the value of the feature bookingTextName is null or not. |
ComparableTypePredicate<Short> |
bookingType()
|
BookingTextQuery |
forAllBookingText()
Adds a condition for the feature bookingText to the predicate for CreateBookingByPositionParams, 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 CreateBookingByPositionParams, which evaluates to false unless the value of the feature bookingTextName satisfies the given condition. |
BookingOriginQuery |
forAllOrigin()
Adds a condition for the feature origin to the predicate for CreateBookingByPositionParams, 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 CreateBookingByPositionParams, which evaluates to false unless the value of the feature reversalOf satisfies the given condition. |
SimpleTypeOrder |
orderByBookingTextName()
Allows to adds a sort instruction for CreateBookingByPositionParams depending the feature bookingTextName
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByBookingType()
Allows to adds a sort instruction for CreateBookingByPositionParams depending the feature bookingType
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByQuantity()
Allows to adds a sort instruction for CreateBookingByPositionParams depending the feature quantity
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByValueDate()
Allows to adds a sort instruction for CreateBookingByPositionParams depending the feature valueDate
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
origin()
Adds a constraint to the predicate for CreateBookingByPositionParams testing whether the value of the feature origin is null or not. |
DepotPositionQuery |
positionCredit()
|
DepotPositionQuery |
positionDebit()
|
ComparableTypePredicate<BigDecimal> |
quantity()
|
OptionalFeaturePredicate |
reversalOf()
Adds a constraint to the predicate for CreateBookingByPositionParams 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 CreateBookingByPositionParams, 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 CreateBookingByPositionParams, which evaluates to false unless the value of the feature bookingTextName satisfies the given condition. |
BookingOriginQuery |
thereExistsOrigin()
Adds a condition for the feature origin to the predicate for CreateBookingByPositionParams, 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 CreateBookingByPositionParams, 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 |
|---|
OptionalFeaturePredicate bookingText()
CreateBookingByPositionParams testing whether the value of the feature bookingText is null or not.
BookingTextQuery thereExistsBookingText()
bookingText to the predicate for CreateBookingByPositionParams, 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
BookingTextQuery forAllBookingText()
bookingText to the predicate for CreateBookingByPositionParams, 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
OptionalFeaturePredicate bookingTextName()
CreateBookingByPositionParams testing whether the value of the feature bookingTextName is null or not.
StringTypePredicate thereExistsBookingTextName()
bookingTextName to the predicate for CreateBookingByPositionParams, 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
StringTypePredicate forAllBookingTextName()
bookingTextName to the predicate for CreateBookingByPositionParams, 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
SimpleTypeOrder orderByBookingTextName()
CreateBookingByPositionParams depending the feature bookingTextName
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> bookingType()
SimpleTypeOrder orderByBookingType()
CreateBookingByPositionParams depending the feature bookingType
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate origin()
CreateBookingByPositionParams testing whether the value of the feature origin is null or not.
BookingOriginQuery thereExistsOrigin()
origin to the predicate for CreateBookingByPositionParams, 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
BookingOriginQuery forAllOrigin()
origin to the predicate for CreateBookingByPositionParams, 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
DepotPositionQuery positionCredit()
DepotPositionQuery positionDebit()
ComparableTypePredicate<BigDecimal> quantity()
SimpleTypeOrder orderByQuantity()
CreateBookingByPositionParams depending the feature quantity
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate reversalOf()
CreateBookingByPositionParams testing whether the value of the feature reversalOf is null or not.
CompoundBookingQuery thereExistsReversalOf()
reversalOf to the predicate for CreateBookingByPositionParams, 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
CompoundBookingQuery forAllReversalOf()
reversalOf to the predicate for CreateBookingByPositionParams, 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
ComparableTypePredicate<Date> valueDate()
SimpleTypeOrder orderByValueDate()
CreateBookingByPositionParams depending the feature valueDate
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||