|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProductQuery
Method Summary | |
---|---|
ComparableTypePredicate<BigDecimal> |
forAllGrossWeightKilogram()
Adds a condition for the feature grossWeightKilogram to the predicate for Product , which evaluates to false unless the value of the feature grossWeightKilogram satisfies the given condition. |
BooleanTypePredicate |
forAllIsStockItem()
Adds a condition for the feature isStockItem to the predicate for Product , which evaluates to false unless the value of the feature isStockItem satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllNetWeightKilogram()
Adds a condition for the feature netWeightKilogram to the predicate for Product , which evaluates to false unless the value of the feature netWeightKilogram satisfies the given condition. |
StringTypePredicate |
forAllProductDimension()
Adds a condition for the feature productDimension to the predicate for Product , which evaluates to false unless the value of the feature productDimension satisfies the given condition. |
ProductPhaseQuery |
forAllProductPhase()
Adds a condition for the feature productPhase to the predicate for Product , which evaluates to false unless the value of the feature productPhase satisfies the given condition. |
RelatedProductQuery |
forAllRelatedProduct()
Adds a condition for the feature relatedProduct to the predicate for Product , which evaluates to false unless the value of the feature relatedProduct satisfies the given condition. |
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. |
MultivaluedFeaturePredicate |
productPhase()
Adds a constraint to the predicate for Product testing whether the feature productPhase has values or not. |
MultivaluedFeaturePredicate |
relatedProduct()
Adds a constraint to the predicate for Product testing whether the feature relatedProduct has values or not. |
ComparableTypePredicate<BigDecimal> |
thereExistsGrossWeightKilogram()
Adds a condition for the feature grossWeightKilogram to the predicate for Product , which evaluates to false unless the value of the feature grossWeightKilogram satisfies the given condition. |
BooleanTypePredicate |
thereExistsIsStockItem()
Adds a condition for the feature isStockItem to the predicate for Product , which evaluates to false unless the value of the feature isStockItem satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsNetWeightKilogram()
Adds a condition for the feature netWeightKilogram to the predicate for Product , which evaluates to false unless the value of the feature netWeightKilogram satisfies the given condition. |
StringTypePredicate |
thereExistsProductDimension()
Adds a condition for the feature productDimension to the predicate for Product , which evaluates to false unless the value of the feature productDimension satisfies the given condition. |
ProductPhaseQuery |
thereExistsProductPhase()
Adds a condition for the feature productPhase to the predicate for Product , which evaluates to false unless the value of the feature productPhase satisfies the given condition. |
RelatedProductQuery |
thereExistsRelatedProduct()
Adds a condition for the feature relatedProduct to the predicate for Product , which evaluates to false unless the value of the feature relatedProduct satisfies the given condition. |
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainerQuery |
---|
additionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescription |
Methods inherited from interface org.opencrx.kernel.generic.cci2.PicturedQuery |
---|
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName |
Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery |
---|
depotReference, forAllDepotReference, thereExistsDepotReference |
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 |
---|
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainerQuery |
---|
forAllLocalizedField, localizedField, thereExistsLocalizedField |
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, 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, thereExistsModifiedBy |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Methods inherited from interface org.opencrx.kernel.product1.cci2.AddressContainerQuery |
---|
address, forAllAddress, thereExistsAddress |
Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
---|
configType, configuration, forAllConfigType, forAllConfiguration, thereExistsConfigType, thereExistsConfiguration |
Method Detail |
---|
OptionalFeaturePredicate grossWeightKilogram()
Product
testing whether the value of the feature grossWeightKilogram
is null
or not.
ComparableTypePredicate<BigDecimal> thereExistsGrossWeightKilogram()
grossWeightKilogram
to the predicate for Product
, which evaluates to false
unless the value of the feature grossWeightKilogram
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllGrossWeightKilogram()
grossWeightKilogram
to the predicate for Product
, which evaluates to false
unless the value of the feature grossWeightKilogram
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
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 for Product
, which evaluates to false
unless the value of the feature isStockItem
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
BooleanTypePredicate forAllIsStockItem()
isStockItem
to the predicate for Product
, which evaluates to false
unless the value of the feature isStockItem
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
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<BigDecimal> thereExistsNetWeightKilogram()
netWeightKilogram
to the predicate for Product
, which evaluates to false
unless the value of the feature netWeightKilogram
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllNetWeightKilogram()
netWeightKilogram
to the predicate for Product
, which evaluates to false
unless the value of the feature netWeightKilogram
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
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 for Product
, which evaluates to false
unless the value of the feature productDimension
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
StringTypePredicate forAllProductDimension()
productDimension
to the predicate for Product
, which evaluates to false
unless the value of the feature productDimension
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByProductDimension()
Product
depending the feature productDimension
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate productPhase()
Product
testing whether the feature productPhase
has values or not.
ProductPhaseQuery thereExistsProductPhase()
productPhase
to the predicate for Product
, which evaluates to false
unless the value of the feature productPhase
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ProductPhaseQuery forAllProductPhase()
productPhase
to the predicate for Product
, which evaluates to false
unless the value of the feature productPhase
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
MultivaluedFeaturePredicate relatedProduct()
Product
testing whether the feature relatedProduct
has values or not.
RelatedProductQuery thereExistsRelatedProduct()
relatedProduct
to the predicate for Product
, which evaluates to false
unless the value of the feature relatedProduct
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
RelatedProductQuery forAllRelatedProduct()
relatedProduct
to the predicate for Product
, which evaluates to false
unless the value of the feature relatedProduct
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 |