|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductQuery
| Method Summary | |
|---|---|
ComparableTypePredicate |
forAllGrossWeightKilogram()
Adds a constraint for the feature grossWeightKilogram to
the predicate. |
BooleanTypePredicate |
forAllIsStockItem()
Adds a constraint for the feature isStockItem to the
predicate. |
ComparableTypePredicate |
forAllNetWeightKilogram()
Adds a constraint for the feature netWeightKilogram to the
predicate. |
StringTypePredicate |
forAllProductDimension()
Adds a constraint for the feature productDimension to the
predicate. |
OptionalFeaturePredicate |
grossWeightKilogram()
Adds a constraint to the predicate for Product testing
whether the value of the feature grossWeightKilogram is
null or not. |
OptionalFeaturePredicate |
isStockItem()
Adds a constraint to the predicate for Product testing
whether the value of the feature isStockItem is
null or not. |
OptionalFeaturePredicate |
netWeightKilogram()
Adds a constraint to the predicate for Product testing
whether the value of the feature netWeightKilogram is
null or not. |
SimpleTypeOrder |
orderByGrossWeightKilogram()
Allows to adds a sort instruction for Product depending
the feature grossWeightKilogram
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsStockItem()
Allows to adds a sort instruction for Product depending
the feature isStockItem
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByNetWeightKilogram()
Allows to adds a sort instruction for Product depending
the feature netWeightKilogram
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByProductDimension()
Allows to adds a sort instruction for Product depending
the feature productDimension
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
productDimension()
Adds a constraint to the predicate for Product testing
whether the value of the feature productDimension is
null or not. |
ComparableTypePredicate |
thereExistsGrossWeightKilogram()
Adds a constraint for the feature grossWeightKilogram to
the predicate. |
BooleanTypePredicate |
thereExistsIsStockItem()
Adds a constraint for the feature isStockItem to the
predicate. |
ComparableTypePredicate |
thereExistsNetWeightKilogram()
Adds a constraint for the feature netWeightKilogram to the
predicate. |
StringTypePredicate |
thereExistsProductDimension()
Adds a constraint for the feature productDimension to the
predicate. |
| Methods inherited from interface org.opencrx.kernel.generic.query.PicturedQuery |
|---|
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName |
| Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.opencrx.kernel.product1.query.ProductConfigurationSetQuery |
|---|
configType, forAllConfigType, thereExistsConfigType |
| Method Detail |
|---|
OptionalFeaturePredicate grossWeightKilogram()
Product testing
whether the value of the feature grossWeightKilogram is
null or not.
ComparableTypePredicate thereExistsGrossWeightKilogram()
grossWeightKilogram to
the predicate. The predicate for Product evaluates
true if its value of feature
grossWeightKilogram 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 forAllGrossWeightKilogram()
grossWeightKilogram to
the predicate. The predicate for Product evaluates
true if its value of feature
grossWeightKilogram 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 orderByGrossWeightKilogram()
Product depending
the feature grossWeightKilogram
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate isStockItem()
Product testing
whether the value of the feature isStockItem is
null or not.
BooleanTypePredicate thereExistsIsStockItem()
isStockItem to the
predicate. The predicate for Product evaluates
true if its value of feature isStockItem
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 forAllIsStockItem()
isStockItem to the
predicate. The predicate for Product evaluates
true if its value of feature isStockItem
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 orderByIsStockItem()
Product depending
the feature isStockItem
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate netWeightKilogram()
Product testing
whether the value of the feature netWeightKilogram is
null or not.
ComparableTypePredicate thereExistsNetWeightKilogram()
netWeightKilogram to the
predicate. The predicate for Product evaluates
true if its value of feature
netWeightKilogram 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 forAllNetWeightKilogram()
netWeightKilogram to the
predicate. The predicate for Product evaluates
true if its value of feature
netWeightKilogram 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 orderByNetWeightKilogram()
Product depending
the feature netWeightKilogram
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate productDimension()
Product testing
whether the value of the feature productDimension is
null or not.
StringTypePredicate thereExistsProductDimension()
productDimension to the
predicate. The predicate for Product evaluates
true if its value of feature productDimension
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 forAllProductDimension()
productDimension to the
predicate. The predicate for Product evaluates
true if its value of feature productDimension
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 orderByProductDimension()
Product depending
the feature productDimension
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 | |||||||||