|
||||||||||
| 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.contract1.cci.GetContractAmountsParamsFilterImpl
public class GetContractAmountsParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
GetContractAmountsParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
GetContractAmountsParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
GetContractAmountsParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
AbstractContractQuery |
contract()
|
void |
forAllContract(short operator,
AbstractContract[] filterValues)
|
void |
forAllContract(short operator,
Collection values)
|
ComparableTypePredicate |
forAllLineItemNumber()
Adds a constraint for the feature lineItemNumber to the
predicate. |
void |
forAllLineItemNumber(short operator,
Collection values)
|
void |
forAllLineItemNumber(short operator,
int[] filterValues)
|
ComparableTypePredicate |
forAllPositionAmount()
Adds a constraint for the feature positionAmount to the
predicate. |
void |
forAllPositionAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionAmount(short operator,
Collection values)
|
ComparableTypePredicate |
forAllPositionBaseAmount()
Adds a constraint for the feature positionBaseAmount to
the predicate. |
void |
forAllPositionBaseAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionBaseAmount(short operator,
Collection values)
|
ComparableTypePredicate |
forAllPositionDiscountAmount()
Adds a constraint for the feature positionDiscountAmount
to the predicate. |
void |
forAllPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionDiscountAmount(short operator,
Collection values)
|
ComparableTypePredicate |
forAllPositionTaxAmount()
Adds a constraint for the feature positionTaxAmount to the
predicate. |
void |
forAllPositionTaxAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionTaxAmount(short operator,
Collection values)
|
ComparableTypePredicate |
forAllSalesCommission()
Adds a constraint for the feature salesCommission to the
predicate. |
void |
forAllSalesCommission(short operator,
BigDecimal[] filterValues)
|
void |
forAllSalesCommission(short operator,
Collection values)
|
BooleanTypePredicate |
forAllSalesCommissionIsPercentage()
Adds a constraint for the feature salesCommissionIsPercentage to the predicate. |
void |
forAllSalesCommissionIsPercentage(short operator,
boolean[] filterValues)
|
void |
forAllSalesCommissionIsPercentage(short operator,
Collection values)
|
MultivaluedFeaturePredicate |
lineItemNumber()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
lineItemNumber has values or not. |
void |
orderByContract(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByLineItemNumber()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
lineItemNumber
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByLineItemNumber(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByPositionAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
positionAmount
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPositionAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByPositionBaseAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
positionBaseAmount
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPositionBaseAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByPositionDiscountAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
positionDiscountAmount
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPositionDiscountAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderByPositionTaxAmount()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
positionTaxAmount
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPositionTaxAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderBySalesCommission()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
salesCommission
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderBySalesCommission(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedTypeOrder |
orderBySalesCommissionIsPercentage()
Allows to adds a sort instruction for GetContractAmountsParams depending the feature
salesCommissionIsPercentage
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderBySalesCommissionIsPercentage(short order)
Specifies the sort order of all the instances that match the filter criteria. |
MultivaluedFeaturePredicate |
positionAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
positionAmount has values or not. |
MultivaluedFeaturePredicate |
positionBaseAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
positionBaseAmount has values or not. |
MultivaluedFeaturePredicate |
positionDiscountAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
positionDiscountAmount has values or not. |
MultivaluedFeaturePredicate |
positionTaxAmount()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
positionTaxAmount has values or not. |
MultivaluedFeaturePredicate |
salesCommission()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
salesCommission has values or not. |
MultivaluedFeaturePredicate |
salesCommissionIsPercentage()
Adds a constraint to the predicate for GetContractAmountsParams testing whether the feature
salesCommissionIsPercentage has values or not. |
void |
thereExistsContract(short operator,
AbstractContract[] filterValues)
|
void |
thereExistsContract(short operator,
Collection values)
|
ComparableTypePredicate |
thereExistsLineItemNumber()
Adds a constraint for the feature lineItemNumber to the
predicate. |
void |
thereExistsLineItemNumber(short operator,
Collection values)
|
void |
thereExistsLineItemNumber(short operator,
int[] filterValues)
|
ComparableTypePredicate |
thereExistsPositionAmount()
Adds a constraint for the feature positionAmount to the
predicate. |
void |
thereExistsPositionAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionAmount(short operator,
Collection values)
|
ComparableTypePredicate |
thereExistsPositionBaseAmount()
Adds a constraint for the feature positionBaseAmount to
the predicate. |
void |
thereExistsPositionBaseAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionBaseAmount(short operator,
Collection values)
|
ComparableTypePredicate |
thereExistsPositionDiscountAmount()
Adds a constraint for the feature positionDiscountAmount
to the predicate. |
void |
thereExistsPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionDiscountAmount(short operator,
Collection values)
|
ComparableTypePredicate |
thereExistsPositionTaxAmount()
Adds a constraint for the feature positionTaxAmount to the
predicate. |
void |
thereExistsPositionTaxAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionTaxAmount(short operator,
Collection values)
|
ComparableTypePredicate |
thereExistsSalesCommission()
Adds a constraint for the feature salesCommission to the
predicate. |
void |
thereExistsSalesCommission(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsSalesCommission(short operator,
Collection values)
|
BooleanTypePredicate |
thereExistsSalesCommissionIsPercentage()
Adds a constraint for the feature salesCommissionIsPercentage to the predicate. |
void |
thereExistsSalesCommissionIsPercentage(short operator,
boolean[] filterValues)
|
void |
thereExistsSalesCommissionIsPercentage(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 GetContractAmountsParamsFilterImpl(RefPackage_1_0 aPackage)
public GetContractAmountsParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public GetContractAmountsParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllContract(short operator,
Collection values)
forAllContract in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContract(short operator,
Collection values)
thereExistsContract in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllContract(short operator,
AbstractContract[] filterValues)
forAllContract in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContract(short operator,
AbstractContract[] filterValues)
thereExistsContract in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByContract(short order)
GetContractAmountsParamsFilter
orderByContract in interface GetContractAmountsParamsFilterorder - The sort order for this filter.Directionspublic AbstractContractQuery contract()
contract in interface GetContractAmountsParamsQuery
public void forAllLineItemNumber(short operator,
Collection values)
forAllLineItemNumber in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsLineItemNumber(short operator,
Collection values)
thereExistsLineItemNumber in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllLineItemNumber(short operator,
int[] filterValues)
forAllLineItemNumber in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsLineItemNumber(short operator,
int[] filterValues)
thereExistsLineItemNumber in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByLineItemNumber(short order)
GetContractAmountsParamsFilter
orderByLineItemNumber in interface GetContractAmountsParamsFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate lineItemNumber()
GetContractAmountsParamsQueryGetContractAmountsParams testing whether the feature
lineItemNumber has values or not.
lineItemNumber in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate thereExistsLineItemNumber()
GetContractAmountsParamsQuerylineItemNumber to the
predicate. The predicate for GetContractAmountsParams
evaluates true if at least one of its values of feature
lineItemNumber 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!
thereExistsLineItemNumber in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate forAllLineItemNumber()
GetContractAmountsParamsQuerylineItemNumber to the
predicate. The predicate for GetContractAmountsParams
evaluates true if all of its values of feature
lineItemNumber 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!
forAllLineItemNumber in interface GetContractAmountsParamsQuerypublic MultivaluedTypeOrder orderByLineItemNumber()
GetContractAmountsParamsQueryGetContractAmountsParams depending the feature
lineItemNumber
Note: The order in which orderBy…
instructions are given is relevant!
orderByLineItemNumber in interface GetContractAmountsParamsQuery
public void forAllPositionAmount(short operator,
Collection values)
forAllPositionAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionAmount(short operator,
Collection values)
thereExistsPositionAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllPositionAmount(short operator,
BigDecimal[] filterValues)
forAllPositionAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionAmount(short operator,
BigDecimal[] filterValues)
thereExistsPositionAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPositionAmount(short order)
GetContractAmountsParamsFilter
orderByPositionAmount in interface GetContractAmountsParamsFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate positionAmount()
GetContractAmountsParamsQueryGetContractAmountsParams testing whether the feature
positionAmount has values or not.
positionAmount in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate thereExistsPositionAmount()
GetContractAmountsParamsQuerypositionAmount to the
predicate. The predicate for GetContractAmountsParams
evaluates true if at least one of its values of feature
positionAmount 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!
thereExistsPositionAmount in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate forAllPositionAmount()
GetContractAmountsParamsQuerypositionAmount to the
predicate. The predicate for GetContractAmountsParams
evaluates true if all of its values of feature
positionAmount 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!
forAllPositionAmount in interface GetContractAmountsParamsQuerypublic MultivaluedTypeOrder orderByPositionAmount()
GetContractAmountsParamsQueryGetContractAmountsParams depending the feature
positionAmount
Note: The order in which orderBy…
instructions are given is relevant!
orderByPositionAmount in interface GetContractAmountsParamsQuery
public void forAllPositionBaseAmount(short operator,
Collection values)
forAllPositionBaseAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionBaseAmount(short operator,
Collection values)
thereExistsPositionBaseAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllPositionBaseAmount(short operator,
BigDecimal[] filterValues)
forAllPositionBaseAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionBaseAmount(short operator,
BigDecimal[] filterValues)
thereExistsPositionBaseAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPositionBaseAmount(short order)
GetContractAmountsParamsFilter
orderByPositionBaseAmount in interface GetContractAmountsParamsFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate positionBaseAmount()
GetContractAmountsParamsQueryGetContractAmountsParams testing whether the feature
positionBaseAmount has values or not.
positionBaseAmount in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate thereExistsPositionBaseAmount()
GetContractAmountsParamsQuerypositionBaseAmount to
the predicate. The predicate for GetContractAmountsParams
evaluates true if at least one of its values of feature
positionBaseAmount 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!
thereExistsPositionBaseAmount in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate forAllPositionBaseAmount()
GetContractAmountsParamsQuerypositionBaseAmount to
the predicate. The predicate for GetContractAmountsParams
evaluates true if all of its values of feature
positionBaseAmount 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!
forAllPositionBaseAmount in interface GetContractAmountsParamsQuerypublic MultivaluedTypeOrder orderByPositionBaseAmount()
GetContractAmountsParamsQueryGetContractAmountsParams depending the feature
positionBaseAmount
Note: The order in which orderBy…
instructions are given is relevant!
orderByPositionBaseAmount in interface GetContractAmountsParamsQuery
public void forAllPositionDiscountAmount(short operator,
Collection values)
forAllPositionDiscountAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionDiscountAmount(short operator,
Collection values)
thereExistsPositionDiscountAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
forAllPositionDiscountAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
thereExistsPositionDiscountAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPositionDiscountAmount(short order)
GetContractAmountsParamsFilter
orderByPositionDiscountAmount in interface GetContractAmountsParamsFilterorder - The sort order for this filter.Directionspublic MultivaluedFeaturePredicate positionDiscountAmount()
GetContractAmountsParamsQueryGetContractAmountsParams testing whether the feature
positionDiscountAmount has values or not.
positionDiscountAmount in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate thereExistsPositionDiscountAmount()
GetContractAmountsParamsQuerypositionDiscountAmount
to the predicate. The predicate for
GetContractAmountsParams evaluates true if at
least one of its values of feature positionDiscountAmount
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!
thereExistsPositionDiscountAmount in interface GetContractAmountsParamsQuerypublic ComparableTypePredicate forAllPositionDiscountAmount()
GetContractAmountsParamsQuerypositionDiscountAmount
to the predicate. The predicate for
GetContractAmountsParams evaluates true if
all of its values of feature positionDiscountAmount
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!
forAllPositionDiscountAmount in interface GetContractAmountsParamsQuerypublic MultivaluedTypeOrder orderByPositionDiscountAmount()
GetContractAmountsParamsQueryGetContractAmountsParams depending the feature
positionDiscountAmount
Note: The order in which orderBy…
instructions are given is relevant!
orderByPositionDiscountAmount in interface GetContractAmountsParamsQuery
public void forAllPositionTaxAmount(short operator,
Collection values)
forAllPositionTaxAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPositionTaxAmount(short operator,
Collection values)
thereExistsPositionTaxAmount in interface GetContractAmountsParamsFilteroperator - The operator for this filter.