|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompetitorFilter
| Method Summary | |
|---|---|
void |
forAllAccount(short operator,
Account[] filterValues)
|
void |
forAllAccount(short operator,
Collection filterValues)
|
void |
forAllCompetitorState(short operator,
Collection filterValues)
|
void |
forAllCompetitorState(short operator,
short[] filterValues)
|
void |
forAllContact(short operator,
Collection filterValues)
|
void |
forAllContact(short operator,
Contact[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllKeyProduct(short operator,
Collection filterValues)
|
void |
forAllKeyProduct(short operator,
String[] filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
forAllOpportunities(short operator,
Collection filterValues)
|
void |
forAllOpportunities(short operator,
String[] filterValues)
|
void |
forAllStrengths(short operator,
Collection filterValues)
|
void |
forAllStrengths(short operator,
String[] filterValues)
|
void |
forAllThreats(short operator,
Collection filterValues)
|
void |
forAllThreats(short operator,
String[] filterValues)
|
void |
forAllWeaknesses(short operator,
Collection filterValues)
|
void |
forAllWeaknesses(short operator,
String[] filterValues)
|
void |
forAllWinPercentage(short operator,
BigDecimal[] filterValues)
|
void |
forAllWinPercentage(short operator,
Collection filterValues)
|
void |
orderByCompetitorState(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByKeyProduct(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByOpportunities(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByStrengths(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByThreats(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByWeaknesses(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByWinPercentage(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsAccount(short operator,
Account[] filterValues)
|
void |
thereExistsAccount(short operator,
Collection filterValues)
|
void |
thereExistsCompetitorState(short operator,
Collection filterValues)
|
void |
thereExistsCompetitorState(short operator,
short[] filterValues)
|
void |
thereExistsContact(short operator,
Collection filterValues)
|
void |
thereExistsContact(short operator,
Contact[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsKeyProduct(short operator,
Collection filterValues)
|
void |
thereExistsKeyProduct(short operator,
String[] filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
void |
thereExistsOpportunities(short operator,
Collection filterValues)
|
void |
thereExistsOpportunities(short operator,
String[] filterValues)
|
void |
thereExistsStrengths(short operator,
Collection filterValues)
|
void |
thereExistsStrengths(short operator,
String[] filterValues)
|
void |
thereExistsThreats(short operator,
Collection filterValues)
|
void |
thereExistsThreats(short operator,
String[] filterValues)
|
void |
thereExistsWeaknesses(short operator,
Collection filterValues)
|
void |
thereExistsWeaknesses(short operator,
String[] filterValues)
|
void |
thereExistsWinPercentage(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsWinPercentage(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 forAllAccount(short operator,
Account[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAccount(short operator,
Account[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAccount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAccount(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllCompetitorState(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCompetitorState(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllCompetitorState(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsCompetitorState(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByCompetitorState(short order)
order - The sort order for this filter.Directions
void forAllContact(short operator,
Contact[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContact(short operator,
Contact[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContact(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContact(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDescription(short order)
order - The sort order for this filter.Directions
void forAllKeyProduct(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsKeyProduct(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllKeyProduct(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsKeyProduct(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByKeyProduct(short order)
order - The sort order for this filter.Directions
void forAllName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByName(short order)
order - The sort order for this filter.Directions
void forAllOpportunities(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunities(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllOpportunities(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsOpportunities(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByOpportunities(short order)
order - The sort order for this filter.Directions
void forAllStrengths(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStrengths(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllStrengths(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStrengths(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByStrengths(short order)
order - The sort order for this filter.Directions
void forAllThreats(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsThreats(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllThreats(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsThreats(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByThreats(short order)
order - The sort order for this filter.Directions
void forAllWeaknesses(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWeaknesses(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllWeaknesses(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWeaknesses(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByWeaknesses(short order)
order - The sort order for this filter.Directions
void forAllWinPercentage(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWinPercentage(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllWinPercentage(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWinPercentage(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByWinPercentage(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 | |||||||||