|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForecastPeriodFilter
| Method Summary | |
|---|---|
void |
forAllLeadExpectedSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllLeadExpectedSum(short operator,
Collection filterValues)
|
void |
forAllLeadMaxSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllLeadMaxSum(short operator,
Collection filterValues)
|
void |
forAllLeadMinSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllLeadMinSum(short operator,
Collection filterValues)
|
void |
forAllOpportunityExpectedSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllOpportunityExpectedSum(short operator,
Collection filterValues)
|
void |
forAllOpportunityMaxSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllOpportunityMaxSum(short operator,
Collection filterValues)
|
void |
forAllOpportunityMinSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllOpportunityMinSum(short operator,
Collection filterValues)
|
void |
forAllPeriod(short operator,
Collection filterValues)
|
void |
forAllPeriod(short operator,
String[] filterValues)
|
void |
forAllPerson(short operator,
Collection filterValues)
|
void |
forAllPerson(short operator,
Contact[] filterValues)
|
void |
forAllQuoteSum(short operator,
BigDecimal[] filterValues)
|
void |
forAllQuoteSum(short operator,
Collection filterValues)
|
void |
orderByLeadExpectedSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLeadMaxSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLeadMinSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByOpportunityExpectedSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByOpportunityMaxSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByOpportunityMinSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPeriod(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByQuoteSum(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsLeadExpectedSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsLeadExpectedSum(short operator,
Collection filterValues)
|
void |
thereExistsLeadMaxSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsLeadMaxSum(short operator,
Collection filterValues)
|
void |
thereExistsLeadMinSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsLeadMinSum(short operator,
Collection filterValues)
|
void |
thereExistsOpportunityExpectedSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsOpportunityExpectedSum(short operator,
Collection filterValues)
|
void |
thereExistsOpportunityMaxSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsOpportunityMaxSum(short operator,
Collection filterValues)
|
void |
thereExistsOpportunityMinSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsOpportunityMinSum(short operator,
Collection filterValues)
|
void |
thereExistsPeriod(short operator,
Collection filterValues)
|
void |
thereExistsPeriod(short operator,
String[] filterValues)
|
void |
thereExistsPerson(short operator,
Collection filterValues)
|
void |
thereExistsPerson(short operator,
Contact[] filterValues)
|
void |
thereExistsQuoteSum(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsQuoteSum(short operator,
Collection filterValues)
|
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
|---|
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter |
|---|
forAllContext, forAllContext, thereExistsContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter |
|---|
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllLeadExpectedSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadExpectedSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLeadExpectedSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadExpectedSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLeadExpectedSum(short order)
order - The sort order for this filter.Directions
void forAllLeadMaxSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadMaxSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLeadMaxSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadMaxSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLeadMaxSum(short order)
order - The sort order for this filter.Directions
void forAllLeadMinSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadMinSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLeadMinSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadMinSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLeadMinSum(short order)
order - The sort order for this filter.Directions
void forAllOpportunityExpectedSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunityExpectedSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOpportunityExpectedSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunityExpectedSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOpportunityExpectedSum(short order)
order - The sort order for this filter.Directions
void forAllOpportunityMaxSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunityMaxSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOpportunityMaxSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunityMaxSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOpportunityMaxSum(short order)
order - The sort order for this filter.Directions
void forAllOpportunityMinSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunityMinSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOpportunityMinSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunityMinSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOpportunityMinSum(short order)
order - The sort order for this filter.Directions
void forAllPeriod(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPeriod(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPeriod(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPeriod(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPeriod(short order)
order - The sort order for this filter.Directions
void forAllPerson(short operator,
Contact[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPerson(short operator,
Contact[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPerson(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPerson(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllQuoteSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQuoteSum(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllQuoteSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsQuoteSum(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByQuoteSum(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 | |||||||||