|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostalAddressableFilter
| Method Summary | |
|---|---|
void |
forAllPostalAddressLine(short operator,
Collection filterValues)
|
void |
forAllPostalAddressLine(short operator,
String[] filterValues)
|
void |
forAllPostalCity(short operator,
Collection filterValues)
|
void |
forAllPostalCity(short operator,
String[] filterValues)
|
void |
forAllPostalCode(short operator,
Collection filterValues)
|
void |
forAllPostalCode(short operator,
String[] filterValues)
|
void |
forAllPostalCountry(short operator,
Collection filterValues)
|
void |
forAllPostalCountry(short operator,
short[] filterValues)
|
void |
forAllPostalCounty(short operator,
Collection filterValues)
|
void |
forAllPostalCounty(short operator,
String[] filterValues)
|
void |
forAllPostalFreightTerms(short operator,
Collection filterValues)
|
void |
forAllPostalFreightTerms(short operator,
short[] filterValues)
|
void |
forAllPostalLatitude(short operator,
BigDecimal[] filterValues)
|
void |
forAllPostalLatitude(short operator,
Collection filterValues)
|
void |
forAllPostalLongitude(short operator,
BigDecimal[] filterValues)
|
void |
forAllPostalLongitude(short operator,
Collection filterValues)
|
void |
forAllPostalState(short operator,
Collection filterValues)
|
void |
forAllPostalState(short operator,
String[] filterValues)
|
void |
forAllPostalStreet(short operator,
Collection filterValues)
|
void |
forAllPostalStreet(short operator,
String[] filterValues)
|
void |
forAllPostalUtcOffset(short operator,
Collection filterValues)
|
void |
forAllPostalUtcOffset(short operator,
short[] filterValues)
|
void |
orderByPostalAddressLine(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalCity(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalCode(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalCountry(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalCounty(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalFreightTerms(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalLatitude(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalLongitude(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalState(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalStreet(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByPostalUtcOffset(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsPostalAddressLine(short operator,
Collection filterValues)
|
void |
thereExistsPostalAddressLine(short operator,
String[] filterValues)
|
void |
thereExistsPostalCity(short operator,
Collection filterValues)
|
void |
thereExistsPostalCity(short operator,
String[] filterValues)
|
void |
thereExistsPostalCode(short operator,
Collection filterValues)
|
void |
thereExistsPostalCode(short operator,
String[] filterValues)
|
void |
thereExistsPostalCountry(short operator,
Collection filterValues)
|
void |
thereExistsPostalCountry(short operator,
short[] filterValues)
|
void |
thereExistsPostalCounty(short operator,
Collection filterValues)
|
void |
thereExistsPostalCounty(short operator,
String[] filterValues)
|
void |
thereExistsPostalFreightTerms(short operator,
Collection filterValues)
|
void |
thereExistsPostalFreightTerms(short operator,
short[] filterValues)
|
void |
thereExistsPostalLatitude(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPostalLatitude(short operator,
Collection filterValues)
|
void |
thereExistsPostalLongitude(short operator,
BigDecimal[] filterValues)
|
void |
thereExistsPostalLongitude(short operator,
Collection filterValues)
|
void |
thereExistsPostalState(short operator,
Collection filterValues)
|
void |
thereExistsPostalState(short operator,
String[] filterValues)
|
void |
thereExistsPostalStreet(short operator,
Collection filterValues)
|
void |
thereExistsPostalStreet(short operator,
String[] filterValues)
|
void |
thereExistsPostalUtcOffset(short operator,
Collection filterValues)
|
void |
thereExistsPostalUtcOffset(short operator,
short[] filterValues)
|
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllPostalAddressLine(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalAddressLine(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalAddressLine(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalAddressLine(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalAddressLine(short order)
order - The sort order for this filter.Directions
void forAllPostalCity(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCity(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalCity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCity(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalCity(short order)
order - The sort order for this filter.Directions
void forAllPostalCode(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCode(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalCode(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCode(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalCode(short order)
order - The sort order for this filter.Directions
void forAllPostalCountry(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCountry(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalCountry(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCountry(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalCountry(short order)
order - The sort order for this filter.Directions
void forAllPostalCounty(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCounty(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalCounty(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalCounty(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalCounty(short order)
order - The sort order for this filter.Directions
void forAllPostalFreightTerms(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalFreightTerms(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalFreightTerms(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalFreightTerms(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalFreightTerms(short order)
order - The sort order for this filter.Directions
void forAllPostalLatitude(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalLatitude(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalLatitude(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalLatitude(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalLatitude(short order)
order - The sort order for this filter.Directions
void forAllPostalLongitude(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalLongitude(short operator,
BigDecimal[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalLongitude(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalLongitude(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalLongitude(short order)
order - The sort order for this filter.Directions
void forAllPostalState(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalState(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalState(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalState(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalState(short order)
order - The sort order for this filter.Directions
void forAllPostalStreet(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalStreet(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalStreet(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalStreet(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalStreet(short order)
order - The sort order for this filter.Directions
void forAllPostalUtcOffset(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalUtcOffset(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllPostalUtcOffset(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsPostalUtcOffset(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByPostalUtcOffset(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 | |||||||||