|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotPositionQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
booking()
Adds a constraint to the predicate for DepotPosition testing whether the feature booking has values or not. |
OptionalFeaturePredicate |
closingDate()
Adds a constraint to the predicate for DepotPosition testing whether the value of the feature closingDate is null or not. |
DepotQuery |
depot()
|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for DepotPosition testing whether the value of the feature description is null or not. |
SingleBookingQuery |
forAllBooking()
Adds a condition for the feature booking to the predicate for DepotPosition, which evaluates to false unless the value of the feature booking satisfies the given condition. |
ComparableTypePredicate<Date> |
forAllClosingDate()
Adds a condition for the feature closingDate to the predicate for DepotPosition, which evaluates to false unless the value of the feature closingDate satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for DepotPosition, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
forAllQualifier()
Adds a condition for the feature qualifier to the predicate for DepotPosition, which evaluates to false unless the value of the feature qualifier satisfies the given condition. |
SimpleBookingQuery |
forAllSimpleBooking()
Adds a condition for the feature simpleBooking to the predicate for DepotPosition, which evaluates to false unless the value of the feature simpleBooking satisfies the given condition. |
BooleanTypePredicate |
isLocked()
|
StringTypePredicate |
name()
|
ComparableTypePredicate<Date> |
openingDate()
|
SimpleTypeOrder |
orderByClosingDate()
Allows to adds a sort instruction for DepotPosition depending the feature closingDate
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for DepotPosition depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIsLocked()
Allows to adds a sort instruction for DepotPosition depending the feature isLocked
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for DepotPosition depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByOpeningDate()
Allows to adds a sort instruction for DepotPosition depending the feature openingDate
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByQualifier()
Allows to adds a sort instruction for DepotPosition depending the feature qualifier
Note: The order in which orderBy… instructions are given is relevant! |
OptionalFeaturePredicate |
qualifier()
Adds a constraint to the predicate for DepotPosition testing whether the value of the feature qualifier is null or not. |
MultivaluedFeaturePredicate |
simpleBooking()
Adds a constraint to the predicate for DepotPosition testing whether the feature simpleBooking has values or not. |
SingleBookingQuery |
thereExistsBooking()
Adds a condition for the feature booking to the predicate for DepotPosition, which evaluates to false unless the value of the feature booking satisfies the given condition. |
ComparableTypePredicate<Date> |
thereExistsClosingDate()
Adds a condition for the feature closingDate to the predicate for DepotPosition, which evaluates to false unless the value of the feature closingDate satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for DepotPosition, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
thereExistsQualifier()
Adds a condition for the feature qualifier to the predicate for DepotPosition, which evaluates to false unless the value of the feature qualifier satisfies the given condition. |
SimpleBookingQuery |
thereExistsSimpleBooking()
Adds a condition for the feature simpleBooking to the predicate for DepotPosition, which evaluates to false unless the value of the feature simpleBooking 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, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, 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, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate booking()
DepotPosition testing whether the feature booking has values or not.
SingleBookingQuery thereExistsBooking()
booking to the predicate for DepotPosition, which evaluates to false unless the value of the feature booking satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SingleBookingQuery forAllBooking()
booking to the predicate for DepotPosition, which evaluates to false unless the value of the feature booking satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate closingDate()
DepotPosition testing whether the value of the feature closingDate is null or not.
ComparableTypePredicate<Date> thereExistsClosingDate()
closingDate to the predicate for DepotPosition, which evaluates to false unless the value of the feature closingDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllClosingDate()
closingDate to the predicate for DepotPosition, which evaluates to false unless the value of the feature closingDate satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByClosingDate()
DepotPosition depending the feature closingDate
Note: The order in which orderBy… instructions are given is relevant!
DepotQuery depot()
OptionalFeaturePredicate description()
DepotPosition testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for DepotPosition, 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 DepotPosition, 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()
DepotPosition depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
BooleanTypePredicate isLocked()
SimpleTypeOrder orderByIsLocked()
DepotPosition depending the feature isLocked
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
DepotPosition depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Date> openingDate()
SimpleTypeOrder orderByOpeningDate()
DepotPosition depending the feature openingDate
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate qualifier()
DepotPosition testing whether the value of the feature qualifier is null or not.
StringTypePredicate thereExistsQualifier()
qualifier to the predicate for DepotPosition, which evaluates to false unless the value of the feature qualifier satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllQualifier()
qualifier to the predicate for DepotPosition, which evaluates to false unless the value of the feature qualifier satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByQualifier()
DepotPosition depending the feature qualifier
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate simpleBooking()
DepotPosition testing whether the feature simpleBooking has values or not.
SimpleBookingQuery thereExistsSimpleBooking()
simpleBooking to the predicate for DepotPosition, which evaluates to false unless the value of the feature simpleBooking satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SimpleBookingQuery forAllSimpleBooking()
simpleBooking to the predicate for DepotPosition, which evaluates to false unless the value of the feature simpleBooking 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 | |||||||||