|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PriceListEntryQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
basePrice()
Adds a constraint to the predicate for PriceListEntry
testing whether the value of the feature basePrice is
null or not. |
ProductBasePriceQuery |
forAllBasePrice()
Adds a condition for the feature basePrice to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
basePrice satisfies the given condition. |
AbstractProductQuery |
forAllProduct()
Adds a condition for the feature product to the predicate
for PriceListEntry, which evaluates to false
unless the value of the feature product satisfies the
given condition. |
SalesTaxTypeQuery |
forAllSalesTaxType()
Adds a condition for the feature salesTaxType to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
salesTaxType satisfies the given condition. |
SimpleTypeOrder |
orderByProductDescription()
Allows to adds a sort instruction for PriceListEntry
depending the feature productDescription
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByProductName()
Allows to adds a sort instruction for PriceListEntry
depending the feature productName
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
product()
Adds a constraint to the predicate for PriceListEntry
testing whether the value of the feature product is
null or not. |
StringTypePredicate |
productDescription()
|
StringTypePredicate |
productName()
|
OptionalFeaturePredicate |
salesTaxType()
Adds a constraint to the predicate for PriceListEntry
testing whether the value of the feature salesTaxType is
null or not. |
ProductBasePriceQuery |
thereExistsBasePrice()
Adds a condition for the feature basePrice to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
basePrice satisfies the given condition. |
AbstractProductQuery |
thereExistsProduct()
Adds a condition for the feature product to the predicate
for PriceListEntry, which evaluates to false
unless the value of the feature product satisfies the
given condition. |
SalesTaxTypeQuery |
thereExistsSalesTaxType()
Adds a condition for the feature salesTaxType to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
salesTaxType satisfies the given condition. |
| 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 basePrice()
PriceListEntry
testing whether the value of the feature basePrice is
null or not.
ProductBasePriceQuery thereExistsBasePrice()
basePrice to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
basePrice satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ProductBasePriceQuery forAllBasePrice()
basePrice to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
basePrice satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate product()
PriceListEntry
testing whether the value of the feature product is
null or not.
AbstractProductQuery thereExistsProduct()
product to the predicate
for PriceListEntry, which evaluates to false
unless the value of the feature product satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
AbstractProductQuery forAllProduct()
product to the predicate
for PriceListEntry, which evaluates to false
unless the value of the feature product satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
StringTypePredicate productDescription()
SimpleTypeOrder orderByProductDescription()
PriceListEntry
depending the feature productDescription
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate productName()
SimpleTypeOrder orderByProductName()
PriceListEntry
depending the feature productName
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate salesTaxType()
PriceListEntry
testing whether the value of the feature salesTaxType is
null or not.
SalesTaxTypeQuery thereExistsSalesTaxType()
salesTaxType to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
salesTaxType satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
SalesTaxTypeQuery forAllSalesTaxType()
salesTaxType to the
predicate for PriceListEntry, which evaluates to
false unless the value of the feature
salesTaxType 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 | |||||||||