|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.opencrx.kernel.product1.cci.SelectableProductBundleFilterImpl
public class SelectableProductBundleFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
SelectableProductBundleFilterImpl(RefPackage_1_0 aPackage)
|
|
SelectableProductBundleFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
SelectableProductBundleFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
basedOn()
Adds a constraint to the predicate for SelectableProductBundle testing whether the value of the
feature basedOn is null or not. |
MultivaluedFeaturePredicate |
context()
Adds a constraint to the predicate for ContextCapable
testing whether the feature context has values or not. |
ComparableTypePredicate |
createdAt()
|
MultivaluedFeaturePredicate |
createdBy()
Adds a constraint to the predicate for BasicObject testing
whether the feature createdBy has values or not. |
ComparableTypePredicate |
defaultQuantity()
|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for SelectableItem
testing whether the value of the feature description is
null or not. |
ProductBundleQuery |
forAllBasedOn()
Adds a constraint for the feature basedOn to the
predicate. |
void |
forAllBasedOn(short operator,
Collection values)
|
void |
forAllBasedOn(short operator,
ProductBundle[] filterValues)
|
ContextQuery |
forAllContext()
Adds a constraint for the feature context to the
predicate. |
void |
forAllContext(short operator,
Collection values)
|
void |
forAllContext(short operator,
Context[] filterValues)
|
void |
forAllCreatedAt(short operator,
Collection values)
|
void |
forAllCreatedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
forAllCreatedBy()
Adds a constraint for the feature createdBy to the
predicate. |
void |
forAllCreatedBy(short operator,
Collection values)
|
void |
forAllCreatedBy(short operator,
String[] filterValues)
|
void |
forAllDefaultQuantity(short operator,
BigDecimal[] filterValues)
|
void |
forAllDefaultQuantity(short operator,
Collection values)
|
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
void |
forAllDescription(short operator,
Collection values)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllIdentity(short operator,
Collection values)
|
void |
forAllIdentity(short operator,
String[] filterValues)
|
void |
forAllItemNumber(short operator,
Collection values)
|
void |
forAllItemNumber(short operator,
long[] filterValues)
|
void |
forAllMaxQuantity(short operator,
BigDecimal[] filterValues)
|
void |
forAllMaxQuantity(short operator,
Collection values)
|
void |
forAllMinQuantity(short operator,
BigDecimal[] filterValues)
|
void |
forAllMinQuantity(short operator,
Collection values)
|
void |
forAllModifiedAt(short operator,
Collection values)
|
void |
forAllModifiedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
forAllModifiedBy()
Adds a constraint for the feature modifiedBy to the
predicate. |
void |
forAllModifiedBy(short operator,
Collection values)
|
void |
forAllModifiedBy(short operator,
String[] filterValues)
|
void |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
ComparableTypePredicate |
forAllQuantity()
Adds a constraint for the feature quantity to the
predicate. |
void |
forAllQuantity(short operator,
BigDecimal[] filterValues)
|
void |
forAllQuantity(short operator,
Collection values)
|
BooleanTypePredicate |
forAllSelector()
Adds a constraint for the feature selector to the
predicate. |
void |
forAllSelector(short operator,
boolean[] filterValues)
|
void |
forAllSelector(short operator,
Collection values)
|
StringTypePredicate |
identity()
|
ComparableTypePredicate |
itemNumber()
|
ComparableTypePredicate |
maxQuantity()
|
ComparableTypePredicate |
minQuantity()
|
ComparableTypePredicate |
modifiedAt()
|
MultivaluedFeaturePredicate |
modifiedBy()
Adds a constraint to the predicate for BasicObject testing
whether the feature modifiedBy has values or not. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByCreatedAt()
Allows to adds a sort instruction for BasicObject
depending the feature createdAt
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByCreatedAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByCreatedBy()
Allows to adds a sort instruction for BasicObject
depending the feature createdBy
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByCreatedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByDefaultQuantity()
Allows to adds a sort instruction for SelectableItemWithQuantity depending the feature
defaultQuantity
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDefaultQuantity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for SelectableItem
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByIdentity()
Allows to adds a sort instruction for ExtentCapable
depending the feature identity
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByIdentity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByItemNumber()
Allows to adds a sort instruction for SelectableItem
depending the feature itemNumber
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByItemNumber(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByMaxQuantity()
Allows to adds a sort instruction for SelectableItemWithQuantity depending the feature
maxQuantity
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByMaxQuantity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByMinQuantity()
Allows to adds a sort instruction for SelectableItemWithQuantity depending the feature
minQuantity
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByMinQuantity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByModifiedAt()
Allows to adds a sort instruction for BasicObject
depending the feature modifiedAt
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByModifiedAt(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByModifiedBy()
Allows to adds a sort instruction for BasicObject
depending the feature modifiedBy
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByModifiedBy(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for SelectableItem
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByQuantity()
Allows to adds a sort instruction for SelectableItemWithQuantity depending the feature
quantity
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByQuantity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderBySelector()
Allows to adds a sort instruction for SelectableItem
depending the feature selector
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderBySelector(short order)
Specifies the sort order of all the instances that match the filter criteria. |
OptionalFeaturePredicate |
quantity()
Adds a constraint to the predicate for SelectableItemWithQuantity testing whether the value of
the feature quantity is null or not. |
OptionalFeaturePredicate |
selector()
Adds a constraint to the predicate for SelectableItem
testing whether the value of the feature selector is
null or not. |
ProductBundleQuery |
thereExistsBasedOn()
Adds a constraint for the feature basedOn to the
predicate. |
void |
thereExistsBasedOn(short operator,
Collection values)
|
void |
thereExistsBasedOn(short operator,
ProductBundle[] filterValues)
|
ContextQuery |
thereExistsContext()
Adds a constraint for the feature context to the
predicate. |
void |
thereExistsContext(short operator,
Collection values)
|
void |
thereExistsContext(short operator,
Context[] filterValues)
|
void |
thereExistsCreatedAt(short operator,
Collection values)
|
void |
thereExistsCreatedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
thereExistsCreatedBy()
Adds a constraint for the feature createdBy to the
predicate. |
void |
thereExistsCreatedBy(short operator,
Collection values)
|
void |
thereExistsCreatedBy(short operator,
String[] filterValues)
|
void |
thereExistsDefaultQuantity(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsDefaultQuantity(short operator,
Collection values)
|
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
void |
thereExistsDescription(short operator,
Collection values)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsIdentity(short operator,
Collection values)
|
void |
thereExistsIdentity(short operator,
String[] filterValues)
|
void |
thereExistsItemNumber(short operator,
Collection values)
|
void |
thereExistsItemNumber(short operator,
long[] filterValues)
|
void |
thereExistsMaxQuantity(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsMaxQuantity(short operator,
Collection values)
|
void |
thereExistsMinQuantity(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsMinQuantity(short operator,
Collection values)
|
void |
thereExistsModifiedAt(short operator,
Collection values)
|
void |
thereExistsModifiedAt(short operator,
Date[] filterValues)
|
StringTypePredicate |
thereExistsModifiedBy()
Adds a constraint for the feature modifiedBy to the
predicate. |
void |
thereExistsModifiedBy(short operator,
Collection values)
|
void |
thereExistsModifiedBy(short operator,
String[] filterValues)
|
void |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
ComparableTypePredicate |
thereExistsQuantity()
Adds a constraint for the feature quantity to the
predicate. |
void |
thereExistsQuantity(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsQuantity(short operator,
Collection values)
|
BooleanTypePredicate |
thereExistsSelector()
Adds a constraint for the feature selector to the
predicate. |
void |
thereExistsSelector(short operator,
boolean[] filterValues)
|
void |
thereExistsSelector(short operator,
Collection values)
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue |
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1 |
|---|
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Constructor Detail |
|---|
public SelectableProductBundleFilterImpl(RefPackage_1_0 aPackage)
public SelectableProductBundleFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public SelectableProductBundleFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface SelectableItemFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
SelectableItemFilter
orderByDescription in interface SelectableItemFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate description()
SelectableItemQuerySelectableItem
testing whether the value of the feature description is
null or not.
description in interface SelectableItemQuerypublic StringTypePredicate thereExistsDescription()
SelectableItemQuerydescription to the
predicate. The predicate for SelectableItem 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!
thereExistsDescription in interface SelectableItemQuerypublic StringTypePredicate forAllDescription()
SelectableItemQuerydescription to the
predicate. The predicate for SelectableItem 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!
forAllDescription in interface SelectableItemQuerypublic SimpleTypeOrder orderByDescription()
SelectableItemQuerySelectableItem
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface SelectableItemQuery
public void forAllItemNumber(short operator,
Collection values)
forAllItemNumber in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItemNumber(short operator,
Collection values)
thereExistsItemNumber in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void forAllItemNumber(short operator,
long[] filterValues)
forAllItemNumber in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsItemNumber(short operator,
long[] filterValues)
thereExistsItemNumber in interface SelectableItemFilteroperator - The operator for this filter.FilterOperatorspublic void orderByItemNumber(short order)
SelectableItemFilter
orderByItemNumber in interface SelectableItemFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate itemNumber()
itemNumber in interface SelectableItemQuerypublic SimpleTypeOrder orderByItemNumber()
SelectableItemQuerySelectableItem
depending the feature itemNumber
Note: The order in which orderBy…
instructions are given is relevant!
orderByItemNumber in interface SelectableItemQuery
public void forAllName(short operator,
Collection values)
forAllName in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface SelectableItemFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
SelectableItemFilter
orderByName in interface SelectableItemFilterorder - The sort order for this filter.Directionspublic StringTypePredicate name()
name in interface SelectableItemQuerypublic SimpleTypeOrder orderByName()
SelectableItemQuerySelectableItem
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface SelectableItemQuery
public void forAllSelector(short operator,
Collection values)
forAllSelector in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsSelector(short operator,
Collection values)
thereExistsSelector in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void forAllSelector(short operator,
boolean[] filterValues)
forAllSelector in interface SelectableItemFilteroperator - The operator for this filter.FilterOperators
public void thereExistsSelector(short operator,
boolean[] filterValues)
thereExistsSelector in interface SelectableItemFilteroperator - The operator for this filter.FilterOperatorspublic void orderBySelector(short order)
SelectableItemFilter
orderBySelector in interface SelectableItemFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate selector()
SelectableItemQuerySelectableItem
testing whether the value of the feature selector is
null or not.
selector in interface SelectableItemQuerypublic BooleanTypePredicate thereExistsSelector()
SelectableItemQueryselector to the
predicate. The predicate for SelectableItem evaluates
true if its value of feature selector
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!
thereExistsSelector in interface SelectableItemQuerypublic BooleanTypePredicate forAllSelector()
SelectableItemQueryselector to the
predicate. The predicate for SelectableItem evaluates
true if its value of feature selector
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!
forAllSelector in interface SelectableItemQuerypublic SimpleTypeOrder orderBySelector()
SelectableItemQuerySelectableItem
depending the feature selector
Note: The order in which orderBy…
instructions are given is relevant!
orderBySelector in interface SelectableItemQuery
public void forAllDefaultQuantity(short operator,
Collection values)
forAllDefaultQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDefaultQuantity(short operator,
Collection values)
thereExistsDefaultQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void forAllDefaultQuantity(short operator,
BigDecimal[] filterValues)
forAllDefaultQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDefaultQuantity(short operator,
BigDecimal[] filterValues)
thereExistsDefaultQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDefaultQuantity(short order)
SelectableItemWithQuantityFilter
orderByDefaultQuantity in interface SelectableItemWithQuantityFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate defaultQuantity()
defaultQuantity in interface SelectableItemWithQuantityQuerypublic SimpleTypeOrder orderByDefaultQuantity()
SelectableItemWithQuantityQuerySelectableItemWithQuantity depending the feature
defaultQuantity
Note: The order in which orderBy…
instructions are given is relevant!
orderByDefaultQuantity in interface SelectableItemWithQuantityQuery
public void forAllMaxQuantity(short operator,
Collection values)
forAllMaxQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsMaxQuantity(short operator,
Collection values)
thereExistsMaxQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void forAllMaxQuantity(short operator,
BigDecimal[] filterValues)
forAllMaxQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsMaxQuantity(short operator,
BigDecimal[] filterValues)
thereExistsMaxQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperatorspublic void orderByMaxQuantity(short order)
SelectableItemWithQuantityFilter
orderByMaxQuantity in interface SelectableItemWithQuantityFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate maxQuantity()
maxQuantity in interface SelectableItemWithQuantityQuerypublic SimpleTypeOrder orderByMaxQuantity()
SelectableItemWithQuantityQuerySelectableItemWithQuantity depending the feature
maxQuantity
Note: The order in which orderBy…
instructions are given is relevant!
orderByMaxQuantity in interface SelectableItemWithQuantityQuery
public void forAllMinQuantity(short operator,
Collection values)
forAllMinQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsMinQuantity(short operator,
Collection values)
thereExistsMinQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void forAllMinQuantity(short operator,
BigDecimal[] filterValues)
forAllMinQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsMinQuantity(short operator,
BigDecimal[] filterValues)
thereExistsMinQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperatorspublic void orderByMinQuantity(short order)
SelectableItemWithQuantityFilter
orderByMinQuantity in interface SelectableItemWithQuantityFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate minQuantity()
minQuantity in interface SelectableItemWithQuantityQuerypublic SimpleTypeOrder orderByMinQuantity()
SelectableItemWithQuantityQuerySelectableItemWithQuantity depending the feature
minQuantity
Note: The order in which orderBy…
instructions are given is relevant!
orderByMinQuantity in interface SelectableItemWithQuantityQuery
public void forAllQuantity(short operator,
Collection values)
forAllQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsQuantity(short operator,
Collection values)
thereExistsQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void forAllQuantity(short operator,
BigDecimal[] filterValues)
forAllQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperators
public void thereExistsQuantity(short operator,
BigDecimal[] filterValues)
thereExistsQuantity in interface SelectableItemWithQuantityFilteroperator - The operator for this filter.FilterOperatorspublic void orderByQuantity(short order)
SelectableItemWithQuantityFilter
orderByQuantity in interface SelectableItemWithQuantityFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate quantity()
SelectableItemWithQuantityQuerySelectableItemWithQuantity testing whether the value of
the feature quantity is null or not.
quantity in interface SelectableItemWithQuantityQuerypublic ComparableTypePredicate thereExistsQuantity()
SelectableItemWithQuantityQueryquantity to the
predicate. The predicate for SelectableItemWithQuantity
evaluates true if its value of feature
quantity 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!
thereExistsQuantity in interface SelectableItemWithQuantityQuerypublic ComparableTypePredicate forAllQuantity()
SelectableItemWithQuantityQueryquantity to the
predicate. The predicate for SelectableItemWithQuantity
evaluates true if its value of feature
quantity 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!
forAllQuantity in interface SelectableItemWithQuantityQuerypublic SimpleTypeOrder orderByQuantity()
SelectableItemWithQuantityQuerySelectableItemWithQuantity depending the feature
quantity
Note: The order in which orderBy…
instructions are given is relevant!
orderByQuantity in interface SelectableItemWithQuantityQuery
public void forAllBasedOn(short operator,
ProductBundle[] filterValues)
forAllBasedOn in interface SelectableProductBundleFilteroperator - The operator for this filter.FilterOperators
public void thereExistsBasedOn(short operator,
ProductBundle[] filterValues)
thereExistsBasedOn in interface SelectableProductBundleFilteroperator - The operator for this filter.FilterOperators
public void forAllBasedOn(short operator,
Collection values)
forAllBasedOn in interface SelectableProductBundleFilteroperator - The operator for this filter.FilterOperators
public void thereExistsBasedOn(short operator,
Collection values)
thereExistsBasedOn in interface SelectableProductBundleFilteroperator - The operator for this filter.FilterOperatorspublic OptionalFeaturePredicate basedOn()
SelectableProductBundleQuerySelectableProductBundle testing whether the value of the
feature basedOn is null or not.
basedOn in interface SelectableProductBundleQuerypublic ProductBundleQuery thereExistsBasedOn()
SelectableProductBundleQuerybasedOn to the
predicate. The predicate for SelectableProductBundle
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!
thereExistsBasedOn in interface SelectableProductBundleQuerypublic ProductBundleQuery forAllBasedOn()
SelectableProductBundleQuerybasedOn to the
predicate. The predicate for SelectableProductBundle
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!
forAllBasedOn in interface SelectableProductBundleQuery
public void forAllCreatedAt(short operator,
Collection values)
forAllCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedAt(short operator,
Collection values)
thereExistsCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllCreatedAt(short operator,
Date[] filterValues)
forAllCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedAt(short operator,
Date[] filterValues)
thereExistsCreatedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperatorspublic void orderByCreatedAt(short order)
BasicObjectFilter
orderByCreatedAt in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate createdAt()
createdAt in interface BasicObjectQuerypublic SimpleTypeOrder orderByCreatedAt()
BasicObjectQueryBasicObject
depending the feature createdAt
Note: The order in which orderBy…
instructions are given is relevant!
orderByCreatedAt in interface BasicObjectQuery
public void forAllCreatedBy(short operator,
Collection values)
forAllCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedBy(short operator,
Collection values)
thereExistsCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllCreatedBy(short operator,
String[] filterValues)
forAllCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsCreatedBy(short operator,
String[] filterValues)
thereExistsCreatedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperatorspublic void orderByCreatedBy(short order)
BasicObjectFilter
orderByCreatedBy in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate createdBy()
BasicObjectQueryBasicObject testing
whether the feature createdBy has values or not.
createdBy in interface BasicObjectQuerypublic StringTypePredicate thereExistsCreatedBy()
BasicObjectQuerycreatedBy to the
predicate. The predicate for BasicObject evaluates
true if at least one of its values of feature
createdBy 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!
thereExistsCreatedBy in interface BasicObjectQuerypublic StringTypePredicate forAllCreatedBy()
BasicObjectQuerycreatedBy to the
predicate. The predicate for BasicObject evaluates
true if all of its values of feature
createdBy 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!
forAllCreatedBy in interface BasicObjectQuerypublic MultivaluedTypeOrder orderByCreatedBy()
BasicObjectQueryBasicObject
depending the feature createdBy
Note: The order in which orderBy…
instructions are given is relevant!
orderByCreatedBy in interface BasicObjectQuery
public void forAllModifiedAt(short operator,
Collection values)
forAllModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedAt(short operator,
Collection values)
thereExistsModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllModifiedAt(short operator,
Date[] filterValues)
forAllModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedAt(short operator,
Date[] filterValues)
thereExistsModifiedAt in interface BasicObjectFilteroperator - The operator for this filter.FilterOperatorspublic void orderByModifiedAt(short order)
BasicObjectFilter
orderByModifiedAt in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic ComparableTypePredicate modifiedAt()
modifiedAt in interface BasicObjectQuerypublic SimpleTypeOrder orderByModifiedAt()
BasicObjectQueryBasicObject
depending the feature modifiedAt
Note: The order in which orderBy…
instructions are given is relevant!
orderByModifiedAt in interface BasicObjectQuery
public void forAllModifiedBy(short operator,
Collection values)
forAllModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedBy(short operator,
Collection values)
thereExistsModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void forAllModifiedBy(short operator,
String[] filterValues)
forAllModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperators
public void thereExistsModifiedBy(short operator,
String[] filterValues)
thereExistsModifiedBy in interface BasicObjectFilteroperator - The operator for this filter.FilterOperatorspublic void orderByModifiedBy(short order)
BasicObjectFilter
orderByModifiedBy in interface BasicObjectFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate modifiedBy()
BasicObjectQueryBasicObject testing
whether the feature modifiedBy has values or not.
modifiedBy in interface BasicObjectQuerypublic StringTypePredicate thereExistsModifiedBy()
BasicObjectQuerymodifiedBy to the
predicate. The predicate for BasicObject evaluates
true if at least one of its values of feature
modifiedBy 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!
thereExistsModifiedBy in interface BasicObjectQuerypublic StringTypePredicate forAllModifiedBy()
BasicObjectQuerymodifiedBy to the
predicate. The predicate for BasicObject evaluates
true if all of its values of feature
modifiedBy 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!
forAllModifiedBy in interface BasicObjectQuerypublic MultivaluedTypeOrder orderByModifiedBy()
BasicObjectQueryBasicObject
depending the feature modifiedBy
Note: The order in which orderBy…
instructions are given is relevant!
orderByModifiedBy in interface BasicObjectQuery
public void forAllContext(short operator,
Context[] filterValues)
forAllContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Context[] filterValues)
thereExistsContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void forAllContext(short operator,
Collection values)
forAllContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContext(short operator,
Collection values)
thereExistsContext in interface ContextCapableFilteroperator - The operator for this filter.FilterOperatorspublic MultivaluedFeaturePredicate context()
ContextCapableQueryContextCapable
testing whether the feature context has values or not.
context in interface ContextCapableQuerypublic ContextQuery thereExistsContext()
ContextCapableQuerycontext to the
predicate. The predicate for ContextCapable evaluates
true if its value of feature context
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!
thereExistsContext in interface ContextCapableQuerypublic ContextQuery forAllContext()
ContextCapableQuerycontext to the
predicate. The predicate for ContextCapable evaluates
true if its value of feature context
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!
forAllContext in interface ContextCapableQuery
public void forAllIdentity(short operator,
Collection values)
forAllIdentity in interface ExtentCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIdentity(short operator,
Collection values)
thereExistsIdentity in interface ExtentCapableFilteroperator - The operator for this filter.FilterOperators
public void forAllIdentity(short operator,
String[] filterValues)
forAllIdentity in interface ExtentCapableFilteroperator - The operator for this filter.FilterOperators
public void thereExistsIdentity(short operator,
String[] filterValues)
thereExistsIdentity in interface ExtentCapableFilteroperator - The operator for this filter.FilterOperatorspublic void orderByIdentity(short order)
ExtentCapableFilter
orderByIdentity in interface ExtentCapableFilterorder - The sort order for this filter.Directionspublic StringTypePredicate identity()
identity in interface ExtentCapableQuerypublic SimpleTypeOrder orderByIdentity()
ExtentCapableQueryExtentCapable
depending the feature identity
Note: The order in which orderBy…
instructions are given is relevant!
orderByIdentity in interface ExtentCapableQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||