|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PriceLevelQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
basedOn()
Adds a constraint to the predicate for PriceLevel testing
whether the value of the feature basedOn is
null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for PriceLevel testing
whether the value of the feature description is
null or not. |
PriceLevelQuery |
forAllBasedOn()
Adds a constraint for the feature basedOn to the
predicate. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
BooleanTypePredicate |
forAllIsFinal()
Adds a constraint for the feature isFinal to the
predicate. |
ComparableTypePredicate<Short> |
forAllPaymentMethod()
Adds a constraint for the feature paymentMethod to the
predicate. |
ComparableTypePredicate<Short> |
forAllPriceUsage()
Adds a constraint for the feature priceUsage to the
predicate. |
ComparableTypePredicate<Short> |
forAllShippingMethod()
Adds a constraint for the feature shippingMethod to the
predicate. |
ComparableTypePredicate<Date> |
forAllValidFrom()
Adds a constraint for the feature validFrom to the
predicate. |
ComparableTypePredicate<Date> |
forAllValidTo()
Adds a constraint for the feature validTo to the
predicate. |
OptionalFeaturePredicate |
isFinal()
Adds a constraint to the predicate for PriceLevel testing
whether the value of the feature isFinal is
null or not. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for PriceLevel depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsFinal()
Allows to adds a sort instruction for PriceLevel depending
the feature isFinal
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for PriceLevel depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByPaymentMethod()
Allows to adds a sort instruction for PriceLevel depending
the feature paymentMethod
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByPriceCurrency()
Allows to adds a sort instruction for PriceLevel depending
the feature priceCurrency
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByPriceUsage()
Allows to adds a sort instruction for PriceLevel depending
the feature priceUsage
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByShippingMethod()
Allows to adds a sort instruction for PriceLevel depending
the feature shippingMethod
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByValidFrom()
Allows to adds a sort instruction for PriceLevel depending
the feature validFrom
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByValidTo()
Allows to adds a sort instruction for PriceLevel depending
the feature validTo
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
paymentMethod()
Adds a constraint to the predicate for PriceLevel testing
whether the feature paymentMethod has values or not. |
ComparableTypePredicate<Short> |
priceCurrency()
|
MultivaluedFeaturePredicate |
priceUsage()
Adds a constraint to the predicate for PriceLevel testing
whether the feature priceUsage has values or not. |
MultivaluedFeaturePredicate |
shippingMethod()
Adds a constraint to the predicate for PriceLevel testing
whether the feature shippingMethod has values or not. |
PriceLevelQuery |
thereExistsBasedOn()
Adds a constraint for the feature basedOn to the
predicate. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
BooleanTypePredicate |
thereExistsIsFinal()
Adds a constraint for the feature isFinal to the
predicate. |
ComparableTypePredicate<Short> |
thereExistsPaymentMethod()
Adds a constraint for the feature paymentMethod to the
predicate. |
ComparableTypePredicate<Short> |
thereExistsPriceUsage()
Adds a constraint for the feature priceUsage to the
predicate. |
ComparableTypePredicate<Short> |
thereExistsShippingMethod()
Adds a constraint for the feature shippingMethod to the
predicate. |
ComparableTypePredicate<Date> |
thereExistsValidFrom()
Adds a constraint for the feature validFrom to the
predicate. |
ComparableTypePredicate<Date> |
thereExistsValidTo()
Adds a constraint for the feature validTo to the
predicate. |
OptionalFeaturePredicate |
validFrom()
Adds a constraint to the predicate for PriceLevel testing
whether the value of the feature validFrom is
null or not. |
OptionalFeaturePredicate |
validTo()
Adds a constraint to the predicate for PriceLevel testing
whether the value of the feature validTo is
null or not. |
| 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.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate basedOn()
PriceLevel testing
whether the value of the feature basedOn is
null or not.
PriceLevelQuery thereExistsBasedOn()
basedOn to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature basedOn
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!
PriceLevelQuery forAllBasedOn()
basedOn to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature basedOn
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!
OptionalFeaturePredicate description()
PriceLevel testing
whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature description
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!
StringTypePredicate forAllDescription()
description to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature description
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!
SimpleTypeOrder orderByDescription()
PriceLevel depending
the feature description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate isFinal()
PriceLevel testing
whether the value of the feature isFinal is
null or not.
BooleanTypePredicate thereExistsIsFinal()
isFinal to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature isFinal
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!
BooleanTypePredicate forAllIsFinal()
isFinal to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature isFinal
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!
SimpleTypeOrder orderByIsFinal()
PriceLevel depending
the feature isFinal
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
PriceLevel depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate paymentMethod()
PriceLevel testing
whether the feature paymentMethod has values or not.
ComparableTypePredicate<Short> thereExistsPaymentMethod()
paymentMethod to the
predicate. The predicate for PriceLevel evaluates
true if at least one of its values of feature
paymentMethod satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
ComparableTypePredicate<Short> forAllPaymentMethod()
paymentMethod to the
predicate. The predicate for PriceLevel evaluates
true if all of its values of feature
paymentMethod satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByPaymentMethod()
PriceLevel depending
the feature paymentMethod
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> priceCurrency()
SimpleTypeOrder orderByPriceCurrency()
PriceLevel depending
the feature priceCurrency
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate priceUsage()
PriceLevel testing
whether the feature priceUsage has values or not.
ComparableTypePredicate<Short> thereExistsPriceUsage()
priceUsage to the
predicate. The predicate for PriceLevel evaluates
true if at least one of its values of feature
priceUsage satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
ComparableTypePredicate<Short> forAllPriceUsage()
priceUsage to the
predicate. The predicate for PriceLevel evaluates
true if all of its values of feature
priceUsage satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByPriceUsage()
PriceLevel depending
the feature priceUsage
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate shippingMethod()
PriceLevel testing
whether the feature shippingMethod has values or not.
ComparableTypePredicate<Short> thereExistsShippingMethod()
shippingMethod to the
predicate. The predicate for PriceLevel evaluates
true if at least one of its values of feature
shippingMethod satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
ComparableTypePredicate<Short> forAllShippingMethod()
shippingMethod to the
predicate. The predicate for PriceLevel evaluates
true if all of its values of feature
shippingMethod satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByShippingMethod()
PriceLevel depending
the feature shippingMethod
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate validFrom()
PriceLevel testing
whether the value of the feature validFrom is
null or not.
ComparableTypePredicate<Date> thereExistsValidFrom()
validFrom to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature validFrom
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!
ComparableTypePredicate<Date> forAllValidFrom()
validFrom to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature validFrom
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!
SimpleTypeOrder orderByValidFrom()
PriceLevel depending
the feature validFrom
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate validTo()
PriceLevel testing
whether the value of the feature validTo is
null or not.
ComparableTypePredicate<Date> thereExistsValidTo()
validTo to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature validTo
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!
ComparableTypePredicate<Date> forAllValidTo()
validTo to the
predicate. The predicate for PriceLevel evaluates
true if its value of feature validTo
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!
SimpleTypeOrder orderByValidTo()
PriceLevel depending
the feature validTo
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 | |||||||||