|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetContractAmountsParamsFilter
| Method Summary | |
|---|---|
void |
forAllContract(short operator,
AbstractContract[] filterValues)
|
void |
forAllContract(short operator,
Collection filterValues)
|
void |
forAllLineItemNumber(short operator,
Collection filterValues)
|
void |
forAllLineItemNumber(short operator,
int[] filterValues)
|
void |
forAllPositionAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionAmount(short operator,
Collection filterValues)
|
void |
forAllPositionBaseAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionBaseAmount(short operator,
Collection filterValues)
|
void |
forAllPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionDiscountAmount(short operator,
Collection filterValues)
|
void |
forAllPositionTaxAmount(short operator,
BigDecimal[] filterValues)
|
void |
forAllPositionTaxAmount(short operator,
Collection filterValues)
|
void |
forAllSalesCommission(short operator,
BigDecimal[] filterValues)
|
void |
forAllSalesCommission(short operator,
Collection filterValues)
|
void |
forAllSalesCommissionIsPercentage(short operator,
boolean[] filterValues)
|
void |
forAllSalesCommissionIsPercentage(short operator,
Collection filterValues)
|
void |
orderByContract(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLineItemNumber(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPositionAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPositionBaseAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPositionDiscountAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPositionTaxAmount(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderBySalesCommission(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderBySalesCommissionIsPercentage(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsContract(short operator,
AbstractContract[] filterValues)
|
void |
thereExistsContract(short operator,
Collection filterValues)
|
void |
thereExistsLineItemNumber(short operator,
Collection filterValues)
|
void |
thereExistsLineItemNumber(short operator,
int[] filterValues)
|
void |
thereExistsPositionAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionAmount(short operator,
Collection filterValues)
|
void |
thereExistsPositionBaseAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionBaseAmount(short operator,
Collection filterValues)
|
void |
thereExistsPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionDiscountAmount(short operator,
Collection filterValues)
|
void |
thereExistsPositionTaxAmount(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPositionTaxAmount(short operator,
Collection filterValues)
|
void |
thereExistsSalesCommission(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsSalesCommission(short operator,
Collection filterValues)
|
void |
thereExistsSalesCommissionIsPercentage(short operator,
boolean[] filterValues)
|
void |
thereExistsSalesCommissionIsPercentage(short operator,
Collection filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllContract(short operator,
AbstractContract[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContract(short operator,
AbstractContract[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContract(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContract(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByContract(short order)
order - The sort order for this filter.Directions
void forAllLineItemNumber(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLineItemNumber(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLineItemNumber(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLineItemNumber(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLineItemNumber(short order)
order - The sort order for this filter.Directions
void forAllPositionAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPositionAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPositionAmount(short order)
order - The sort order for this filter.Directions
void forAllPositionBaseAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionBaseAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPositionBaseAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionBaseAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPositionBaseAmount(short order)
order - The sort order for this filter.Directions
void forAllPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionDiscountAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPositionDiscountAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionDiscountAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPositionDiscountAmount(short order)
order - The sort order for this filter.Directions
void forAllPositionTaxAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionTaxAmount(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPositionTaxAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPositionTaxAmount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPositionTaxAmount(short order)
order - The sort order for this filter.Directions
void forAllSalesCommission(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSalesCommission(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSalesCommission(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSalesCommission(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySalesCommission(short order)
order - The sort order for this filter.Directions
void forAllSalesCommissionIsPercentage(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSalesCommissionIsPercentage(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllSalesCommissionIsPercentage(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsSalesCommissionIsPercentage(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderBySalesCommissionIsPercentage(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||