|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LeadFilter
| Method Summary | |
|---|---|
void |
forAllCloseProbability(short operator,
Collection filterValues)
|
void |
forAllCloseProbability(short operator,
short[] filterValues)
|
void |
forAllEstimatedCloseDate(short operator,
Collection filterValues)
|
void |
forAllEstimatedCloseDate(short operator,
Date[] filterValues)
|
void |
forAllEstimatedSalesCommission(short operator,
BigDecimal[] filterValues)
|
void |
forAllEstimatedSalesCommission(short operator,
Collection filterValues)
|
void |
forAllEstimatedValue(short operator,
BigDecimal[] filterValues)
|
void |
forAllEstimatedValue(short operator,
Collection filterValues)
|
void |
forAllLeadRating(short operator,
Collection filterValues)
|
void |
forAllLeadRating(short operator,
short[] filterValues)
|
void |
forAllLeadSource(short operator,
Collection filterValues)
|
void |
forAllLeadSource(short operator,
short[] filterValues)
|
void |
forAllNextStep(short operator,
Collection filterValues)
|
void |
forAllNextStep(short operator,
String[] filterValues)
|
void |
forAllOpportunity(short operator,
Collection filterValues)
|
void |
forAllOpportunity(short operator,
Opportunity[] filterValues)
|
void |
orderByCloseProbability(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByEstimatedCloseDate(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByEstimatedSalesCommission(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByEstimatedValue(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLeadRating(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByLeadSource(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByNextStep(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsCloseProbability(short operator,
Collection filterValues)
|
void |
thereExistsCloseProbability(short operator,
short[] filterValues)
|
void |
thereExistsEstimatedCloseDate(short operator,
Collection filterValues)
|
void |
thereExistsEstimatedCloseDate(short operator,
Date[] filterValues)
|
void |
thereExistsEstimatedSalesCommission(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsEstimatedSalesCommission(short operator,
Collection filterValues)
|
void |
thereExistsEstimatedValue(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsEstimatedValue(short operator,
Collection filterValues)
|
void |
thereExistsLeadRating(short operator,
Collection filterValues)
|
void |
thereExistsLeadRating(short operator,
short[] filterValues)
|
void |
thereExistsLeadSource(short operator,
Collection filterValues)
|
void |
thereExistsLeadSource(short operator,
short[] filterValues)
|
void |
thereExistsNextStep(short operator,
Collection filterValues)
|
void |
thereExistsNextStep(short operator,
String[] filterValues)
|
void |
thereExistsOpportunity(short operator,
Collection filterValues)
|
void |
thereExistsOpportunity(short operator,
Opportunity[] filterValues)
|
| Methods inherited from interface org.opencrx.kernel.base.cci.TemplateEnabledFilter |
|---|
forAllIsTemplate, forAllIsTemplate, forAllTemplateReferenceFilter, forAllTemplateReferenceFilter, orderByIsTemplate, orderByTemplateReferenceFilter, thereExistsIsTemplate, thereExistsIsTemplate, thereExistsTemplateReferenceFilter, thereExistsTemplateReferenceFilter |
| 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 forAllCloseProbability(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCloseProbability(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllCloseProbability(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCloseProbability(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByCloseProbability(short order)
order - The sort order for this filter.Directions
void forAllEstimatedCloseDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimatedCloseDate(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllEstimatedCloseDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimatedCloseDate(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByEstimatedCloseDate(short order)
order - The sort order for this filter.Directions
void forAllEstimatedSalesCommission(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimatedSalesCommission(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllEstimatedSalesCommission(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimatedSalesCommission(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByEstimatedSalesCommission(short order)
order - The sort order for this filter.Directions
void forAllEstimatedValue(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimatedValue(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllEstimatedValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsEstimatedValue(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByEstimatedValue(short order)
order - The sort order for this filter.Directions
void forAllLeadRating(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadRating(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLeadRating(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadRating(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLeadRating(short order)
order - The sort order for this filter.Directions
void forAllLeadSource(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadSource(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLeadSource(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLeadSource(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLeadSource(short order)
order - The sort order for this filter.Directions
void forAllNextStep(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsNextStep(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllNextStep(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsNextStep(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByNextStep(short order)
order - The sort order for this filter.Directions
void forAllOpportunity(short operator,
Opportunity[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunity(short operator,
Opportunity[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOpportunity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||