|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BookingPeriodQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Short> |
closingBookingTypeThreshold()
|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for BookingPeriod testing whether the value of the feature description is null or not. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for BookingPeriod, which evaluates to false unless the value of the feature description satisfies the given condition. |
BooleanTypePredicate |
forAllIsClosed()
Adds a condition for the feature isClosed to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isClosed satisfies the given condition. |
BooleanTypePredicate |
forAllIsFinal()
Adds a condition for the feature isFinal to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isFinal satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllPeriodEndsAtExclusive()
Adds a condition for the feature periodEndsAtExclusive to the predicate for BookingPeriod, which evaluates to false unless the value of the feature periodEndsAtExclusive satisfies the given condition. |
OptionalFeaturePredicate |
isClosed()
Adds a constraint to the predicate for BookingPeriod testing whether the value of the feature isClosed is null or not. |
OptionalFeaturePredicate |
isFinal()
Adds a constraint to the predicate for BookingPeriod testing whether the value of the feature isFinal is null or not. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByClosingBookingTypeThreshold()
Allows to adds a sort instruction for BookingPeriod depending the feature closingBookingTypeThreshold
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for BookingPeriod depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIsClosed()
Allows to adds a sort instruction for BookingPeriod depending the feature isClosed
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIsFinal()
Allows to adds a sort instruction for BookingPeriod depending the feature isFinal
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for BookingPeriod depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPeriodEndsAtExclusive()
Allows to adds a sort instruction for BookingPeriod depending the feature periodEndsAtExclusive
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPeriodStartsAt()
Allows to adds a sort instruction for BookingPeriod depending the feature periodStartsAt
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
periodEndsAtExclusive()
Adds a constraint to the predicate for BookingPeriod testing whether the value of the feature periodEndsAtExclusive is null or not. |
ComparableTypePredicate<Date> |
periodStartsAt()
|
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for BookingPeriod, which evaluates to false unless the value of the feature description satisfies the given condition. |
BooleanTypePredicate |
thereExistsIsClosed()
Adds a condition for the feature isClosed to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isClosed satisfies the given condition. |
BooleanTypePredicate |
thereExistsIsFinal()
Adds a condition for the feature isFinal to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isFinal satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsPeriodEndsAtExclusive()
Adds a condition for the feature periodEndsAtExclusive to the predicate for BookingPeriod, which evaluates to false unless the value of the feature periodEndsAtExclusive satisfies the given condition. |
| 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 |
| Method Detail |
|---|
ComparableTypePredicate<Short> closingBookingTypeThreshold()
SimpleTypeOrder orderByClosingBookingTypeThreshold()
BookingPeriod depending the feature closingBookingTypeThreshold
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate description()
BookingPeriod testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for BookingPeriod, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description to the predicate for BookingPeriod, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDescription()
BookingPeriod depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate isClosed()
BookingPeriod testing whether the value of the feature isClosed is null or not.
BooleanTypePredicate thereExistsIsClosed()
isClosed to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isClosed satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllIsClosed()
isClosed to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isClosed satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByIsClosed()
BookingPeriod depending the feature isClosed
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate isFinal()
BookingPeriod testing whether the value of the feature isFinal is null or not.
BooleanTypePredicate thereExistsIsFinal()
isFinal to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isFinal satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllIsFinal()
isFinal to the predicate for BookingPeriod, which evaluates to false unless the value of the feature isFinal satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByIsFinal()
BookingPeriod depending the feature isFinal
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
BookingPeriod depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate periodEndsAtExclusive()
BookingPeriod testing whether the value of the feature periodEndsAtExclusive is null or not.
ComparableTypePredicate<Date> thereExistsPeriodEndsAtExclusive()
periodEndsAtExclusive to the predicate for BookingPeriod, which evaluates to false unless the value of the feature periodEndsAtExclusive satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllPeriodEndsAtExclusive()
periodEndsAtExclusive to the predicate for BookingPeriod, which evaluates to false unless the value of the feature periodEndsAtExclusive satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByPeriodEndsAtExclusive()
BookingPeriod depending the feature periodEndsAtExclusive
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Date> periodStartsAt()
SimpleTypeOrder orderByPeriodStartsAt()
BookingPeriod depending the feature periodStartsAt
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 | |||||||||