|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotReportItemBookingQuery
| 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 |
|---|
ComparableTypePredicate balance()
SimpleTypeOrder orderByBalance()
DepotReportItemBooking depending the feature
balance
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate balanceCredit()
SimpleTypeOrder orderByBalanceCredit()
DepotReportItemBooking depending the feature
balanceCredit
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate balanceDebit()
SimpleTypeOrder orderByBalanceDebit()
DepotReportItemBooking depending the feature
balanceDebit
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate booking()
DepotReportItemBooking testing whether the value of the
feature booking is null or not.
BookingQuery thereExistsBooking()
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!
BookingQuery forAllBooking()
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!
ComparableTypePredicate bookingDate()
SimpleTypeOrder orderByBookingDate()
DepotReportItemBooking depending the feature
bookingDate
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate cb()
DepotReportItemBooking testing whether the value of the
feature cb is null or not.
CompoundBookingQuery thereExistsCb()
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!
CompoundBookingQuery forAllCb()
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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||