|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DepotEntityQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
bookingPeriod()
Adds a constraint to the predicate for DepotEntity testing whether the feature bookingPeriod has values or not. |
MultivaluedFeaturePredicate |
bookingText()
Adds a constraint to the predicate for DepotEntity testing whether the feature bookingText has values or not. |
MultivaluedFeaturePredicate |
depot()
Adds a constraint to the predicate for DepotEntity testing whether the feature depot has values or not. |
StringTypePredicate |
depotEntityNumber()
|
MultivaluedFeaturePredicate |
depotGroup()
Adds a constraint to the predicate for DepotEntity testing whether the feature depotGroup has values or not. |
MultivaluedFeaturePredicate |
depotHolder()
Adds a constraint to the predicate for DepotEntity testing whether the feature depotHolder has values or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for DepotEntity testing whether the value of the feature description is null or not. |
BookingPeriodQuery |
forAllBookingPeriod()
Adds a condition for the feature bookingPeriod to the predicate for DepotEntity, which evaluates to false unless the value of the feature bookingPeriod satisfies the given condition. |
BookingTextQuery |
forAllBookingText()
Adds a condition for the feature bookingText to the predicate for DepotEntity, which evaluates to false unless the value of the feature bookingText satisfies the given condition. |
DepotQuery |
forAllDepot()
Adds a condition for the feature depot to the predicate for DepotEntity, which evaluates to false unless the value of the feature depot satisfies the given condition. |
DepotGroupQuery |
forAllDepotGroup()
Adds a condition for the feature depotGroup to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotGroup satisfies the given condition. |
DepotHolderQuery |
forAllDepotHolder()
Adds a condition for the feature depotHolder to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotHolder satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for DepotEntity, which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDepotEntityNumber()
Allows to adds a sort instruction for DepotEntity depending the feature depotEntityNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for DepotEntity depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for DepotEntity depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
BookingPeriodQuery |
thereExistsBookingPeriod()
Adds a condition for the feature bookingPeriod to the predicate for DepotEntity, which evaluates to false unless the value of the feature bookingPeriod satisfies the given condition. |
BookingTextQuery |
thereExistsBookingText()
Adds a condition for the feature bookingText to the predicate for DepotEntity, which evaluates to false unless the value of the feature bookingText satisfies the given condition. |
DepotQuery |
thereExistsDepot()
Adds a condition for the feature depot to the predicate for DepotEntity, which evaluates to false unless the value of the feature depot satisfies the given condition. |
DepotGroupQuery |
thereExistsDepotGroup()
Adds a condition for the feature depotGroup to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotGroup satisfies the given condition. |
DepotHolderQuery |
thereExistsDepotHolder()
Adds a condition for the feature depotHolder to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotHolder satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for DepotEntity, which evaluates to false unless the value of the feature description 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 bookingPeriod()
DepotEntity testing whether the feature bookingPeriod has values or not.
BookingPeriodQuery thereExistsBookingPeriod()
bookingPeriod to the predicate for DepotEntity, which evaluates to false unless the value of the feature bookingPeriod satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BookingPeriodQuery forAllBookingPeriod()
bookingPeriod to the predicate for DepotEntity, which evaluates to false unless the value of the feature bookingPeriod satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate bookingText()
DepotEntity testing whether the feature bookingText has values or not.
BookingTextQuery thereExistsBookingText()
bookingText to the predicate for DepotEntity, 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 DepotEntity, 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
MultivaluedFeaturePredicate depot()
DepotEntity testing whether the feature depot has values or not.
DepotQuery thereExistsDepot()
depot to the predicate for DepotEntity, which evaluates to false unless the value of the feature depot satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotQuery forAllDepot()
depot to the predicate for DepotEntity, which evaluates to false unless the value of the feature depot satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
StringTypePredicate depotEntityNumber()
SimpleTypeOrder orderByDepotEntityNumber()
DepotEntity depending the feature depotEntityNumber
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate depotGroup()
DepotEntity testing whether the feature depotGroup has values or not.
DepotGroupQuery thereExistsDepotGroup()
depotGroup to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotGroup satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotGroupQuery forAllDepotGroup()
depotGroup to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotGroup satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate depotHolder()
DepotEntity testing whether the feature depotHolder has values or not.
DepotHolderQuery thereExistsDepotHolder()
depotHolder to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotHolder satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DepotHolderQuery forAllDepotHolder()
depotHolder to the predicate for DepotEntity, which evaluates to false unless the value of the feature depotHolder satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate description()
DepotEntity testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for DepotEntity, 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 DepotEntity, 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()
DepotEntity depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
DepotEntity depending the feature name
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 | |||||||||