|
||||||||||
| 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.depot1.cci.OpenDepotParamsFilterImpl
public class OpenDepotParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
OpenDepotParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
OpenDepotParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
OpenDepotParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
depotGroup()
Adds a constraint to the predicate for OpenDepotParams
testing whether the value of the feature depotGroup is
null or not. |
org.w3c.cci2.StringTypePredicate |
depotNumber()
|
org.w3c.cci2.OptionalFeaturePredicate |
depotType()
Adds a constraint to the predicate for OpenDepotParams
testing whether the value of the feature depotType is
null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for OpenDepotParams
testing whether the value of the feature description is
null or not. |
DepotGroupQuery |
forAllDepotGroup()
Adds a constraint for the feature depotGroup to the
predicate. |
void |
forAllDepotGroup(short operator,
Collection values)
|
void |
forAllDepotGroup(short operator,
DepotGroup[] filterValues)
|
void |
forAllDepotNumber(short operator,
Collection values)
|
void |
forAllDepotNumber(short operator,
String[] filterValues)
|
DepotTypeQuery |
forAllDepotType()
Adds a constraint for the feature depotType to the
predicate. |
void |
forAllDepotType(short operator,
Collection values)
|
void |
forAllDepotType(short operator,
DepotType[] filterValues)
|
org.w3c.cci2.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 |
forAllName(short operator,
Collection values)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllOpeningDate(short operator,
Collection values)
|
void |
forAllOpeningDate(short operator,
Date[] filterValues)
|
org.w3c.cci2.StringTypePredicate |
name()
|
org.w3c.cci2.ComparableTypePredicate |
openingDate()
|
void |
orderByDepotGroup(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByDepotNumber()
Allows to adds a sort instruction for OpenDepotParams
depending the feature depotNumber
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByDepotNumber(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDepotType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
org.w3c.cci2.SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for OpenDepotParams
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. |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for OpenDepotParams
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. |
org.w3c.cci2.SimpleTypeOrder |
orderByOpeningDate()
Allows to adds a sort instruction for OpenDepotParams
depending the feature openingDate
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByOpeningDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
DepotGroupQuery |
thereExistsDepotGroup()
Adds a constraint for the feature depotGroup to the
predicate. |
void |
thereExistsDepotGroup(short operator,
Collection values)
|
void |
thereExistsDepotGroup(short operator,
DepotGroup[] filterValues)
|
void |
thereExistsDepotNumber(short operator,
Collection values)
|
void |
thereExistsDepotNumber(short operator,
String[] filterValues)
|
DepotTypeQuery |
thereExistsDepotType()
Adds a constraint for the feature depotType to the
predicate. |
void |
thereExistsDepotType(short operator,
Collection values)
|
void |
thereExistsDepotType(short operator,
DepotType[] filterValues)
|
org.w3c.cci2.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 |
thereExistsName(short operator,
Collection values)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsOpeningDate(short operator,
Collection values)
|
void |
thereExistsOpeningDate(short operator,
Date[] filterValues)
|
| 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 OpenDepotParamsFilterImpl(RefPackage_1_0 aPackage)
public OpenDepotParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public OpenDepotParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllDepotGroup(short operator,
Collection values)
forAllDepotGroup in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepotGroup(short operator,
Collection values)
thereExistsDepotGroup in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllDepotGroup(short operator,
DepotGroup[] filterValues)
forAllDepotGroup in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepotGroup(short operator,
DepotGroup[] filterValues)
thereExistsDepotGroup in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDepotGroup(short order)
OpenDepotParamsFilter
orderByDepotGroup in interface OpenDepotParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate depotGroup()
OpenDepotParamsQueryOpenDepotParams
testing whether the value of the feature depotGroup is
null or not.
depotGroup in interface OpenDepotParamsQuerypublic DepotGroupQuery thereExistsDepotGroup()
OpenDepotParamsQuerydepotGroup to the
predicate. The predicate for OpenDepotParams evaluates
true if its value of feature depotGroup
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!
thereExistsDepotGroup in interface OpenDepotParamsQuerypublic DepotGroupQuery forAllDepotGroup()
OpenDepotParamsQuerydepotGroup to the
predicate. The predicate for OpenDepotParams evaluates
true if its value of feature depotGroup
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!
forAllDepotGroup in interface OpenDepotParamsQuery
public void forAllDepotNumber(short operator,
Collection values)
forAllDepotNumber in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepotNumber(short operator,
Collection values)
thereExistsDepotNumber in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllDepotNumber(short operator,
String[] filterValues)
forAllDepotNumber in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepotNumber(short operator,
String[] filterValues)
thereExistsDepotNumber in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDepotNumber(short order)
OpenDepotParamsFilter
orderByDepotNumber in interface OpenDepotParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.StringTypePredicate depotNumber()
depotNumber in interface OpenDepotParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByDepotNumber()
OpenDepotParamsQueryOpenDepotParams
depending the feature depotNumber
Note: The order in which orderBy…
instructions are given is relevant!
orderByDepotNumber in interface OpenDepotParamsQuery
public void forAllDepotType(short operator,
Collection values)
forAllDepotType in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepotType(short operator,
Collection values)
thereExistsDepotType in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllDepotType(short operator,
DepotType[] filterValues)
forAllDepotType in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDepotType(short operator,
DepotType[] filterValues)
thereExistsDepotType in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDepotType(short order)
OpenDepotParamsFilter
orderByDepotType in interface OpenDepotParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate depotType()
OpenDepotParamsQueryOpenDepotParams
testing whether the value of the feature depotType is
null or not.
depotType in interface OpenDepotParamsQuerypublic DepotTypeQuery thereExistsDepotType()
OpenDepotParamsQuerydepotType to the
predicate. The predicate for OpenDepotParams evaluates
true if its value of feature depotType
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!
thereExistsDepotType in interface OpenDepotParamsQuerypublic DepotTypeQuery forAllDepotType()
OpenDepotParamsQuerydepotType to the
predicate. The predicate for OpenDepotParams evaluates
true if its value of feature depotType
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!
forAllDepotType in interface OpenDepotParamsQuery
public void forAllDescription(short operator,
Collection values)
forAllDescription in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
Collection values)
thereExistsDescription in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllDescription(short operator,
String[] filterValues)
forAllDescription in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsDescription(short operator,
String[] filterValues)
thereExistsDescription in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByDescription(short order)
OpenDepotParamsFilter
orderByDescription in interface OpenDepotParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.OptionalFeaturePredicate description()
OpenDepotParamsQueryOpenDepotParams
testing whether the value of the feature description is
null or not.
description in interface OpenDepotParamsQuerypublic org.w3c.cci2.StringTypePredicate thereExistsDescription()
OpenDepotParamsQuerydescription to the
predicate. The predicate for OpenDepotParams 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 OpenDepotParamsQuerypublic org.w3c.cci2.StringTypePredicate forAllDescription()
OpenDepotParamsQuerydescription to the
predicate. The predicate for OpenDepotParams 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 OpenDepotParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByDescription()
OpenDepotParamsQueryOpenDepotParams
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
orderByDescription in interface OpenDepotParamsQuery
public void forAllName(short operator,
Collection values)
forAllName in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
Collection values)
thereExistsName in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllName(short operator,
String[] filterValues)
forAllName in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsName(short operator,
String[] filterValues)
thereExistsName in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByName(short order)
OpenDepotParamsFilter
orderByName in interface OpenDepotParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.StringTypePredicate name()
name in interface OpenDepotParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByName()
OpenDepotParamsQueryOpenDepotParams
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
orderByName in interface OpenDepotParamsQuery
public void forAllOpeningDate(short operator,
Collection values)
forAllOpeningDate in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsOpeningDate(short operator,
Collection values)
thereExistsOpeningDate in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllOpeningDate(short operator,
Date[] filterValues)
forAllOpeningDate in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsOpeningDate(short operator,
Date[] filterValues)
thereExistsOpeningDate in interface OpenDepotParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByOpeningDate(short order)
OpenDepotParamsFilter
orderByOpeningDate in interface OpenDepotParamsFilterorder - The sort order for this filter.Directionspublic org.w3c.cci2.ComparableTypePredicate openingDate()
openingDate in interface OpenDepotParamsQuerypublic org.w3c.cci2.SimpleTypeOrder orderByOpeningDate()
OpenDepotParamsQueryOpenDepotParams
depending the feature openingDate
Note: The order in which orderBy…
instructions are given is relevant!
orderByOpeningDate in interface OpenDepotParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||