|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SingleBookingQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
cb()
Adds a constraint to the predicate for SingleBooking testing whether the value of the feature cb is null or not. |
CompoundBookingQuery |
forAllCb()
Adds a condition for the feature cb to the predicate for SingleBooking, which evaluates to false unless the value of the feature cb satisfies the given condition. |
BookingOriginQuery |
forAllOrigin()
Adds a condition for the feature origin to the predicate for SingleBooking, which evaluates to false unless the value of the feature origin satisfies the given condition. |
OptionalFeaturePredicate |
origin()
Adds a constraint to the predicate for SingleBooking testing whether the value of the feature origin is null or not. |
CompoundBookingQuery |
thereExistsCb()
Adds a condition for the feature cb to the predicate for SingleBooking, which evaluates to false unless the value of the feature cb satisfies the given condition. |
BookingOriginQuery |
thereExistsOrigin()
Adds a condition for the feature origin to the predicate for SingleBooking, which evaluates to false unless the value of the feature origin satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.BookingQuery |
|---|
bookingDate, bookingStatus, bookingType, description, forAllDescription, forAllPosition, name, orderByBookingDate, orderByBookingStatus, orderByBookingType, orderByDescription, orderByName, orderByValueDate, position, thereExistsDescription, thereExistsPosition, valueDate |
| Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySetQuery |
|---|
forAllProperty, property, thereExistsProperty |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainerQuery |
|---|
additionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescription |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
|---|
audit, forAllAudit, thereExistsAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
|---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
|---|
configType, configuration, forAllConfigType, forAllConfiguration, thereExistsConfigType, thereExistsConfiguration |
| Method Detail |
|---|
OptionalFeaturePredicate cb()
SingleBooking testing whether the value of the feature cb is null or not.
CompoundBookingQuery thereExistsCb()
cb to the predicate for SingleBooking, which evaluates to false unless the value of the feature cb satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
CompoundBookingQuery forAllCb()
cb to the predicate for SingleBooking, which evaluates to false unless the value of the feature cb satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate origin()
SingleBooking testing whether the value of the feature origin is null or not.
BookingOriginQuery thereExistsOrigin()
origin to the predicate for SingleBooking, 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 SingleBooking, 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||