com.konakart.appif
Interface DataDescriptorIf

All Known Implementing Classes:
DataDescriptor

public interface DataDescriptorIf

Contains information required to manage engine calls that return an array of data. Offsets, limits for the number of objects returned and sort orders, may be controlled using the DataDescriptor.

When used to return an array of product objects, the default behavior is that invisible products are not returned unless setShowInvisible() is set to true.

If any of the custom attributes ( i.e. custom1, custom2 etc. ) are given non null values, then they are used as search constraints in the query. For example, if custom1 is set to "Large" then only objects with the custom1 attribute set to "Large" are returned. A rule can be set to make he search exact or to use wild cards.


Method Summary
 java.lang.String getCustom1()
          If not null, it is used as a constraint .
 java.lang.String getCustom10()
          If not null, it is used as a constraint .
 int getCustom10Rule()
          The rule for the search constraint.
 java.math.BigDecimal getCustom1Dec()
          If not null, it is used as a constraint .
 int getCustom1DecRule()
          The rule for the search constraint.
 java.lang.Integer getCustom1Int()
          If not null, it is used as a constraint .
 int getCustom1IntRule()
          The rule for the search constraint.
 int getCustom1Rule()
          The rule for the search constraint.
 java.lang.String getCustom2()
          If not null, it is used as a constraint .
 java.math.BigDecimal getCustom2Dec()
          If not null, it is used as a constraint .
 int getCustom2DecRule()
          The rule for the search constraint.
 java.lang.Integer getCustom2Int()
          If not null, it is used as a constraint .
 int getCustom2IntRule()
          The rule for the search constraint.
 int getCustom2Rule()
          The rule for the search constraint.
 java.lang.String getCustom3()
          If not null, it is used as a constraint .
 int getCustom3Rule()
          The rule for the search constraint.
 java.lang.String getCustom4()
          If not null, it is used as a constraint .
 int getCustom4Rule()
          The rule for the search constraint.
 java.lang.String getCustom5()
          If not null, it is used as a constraint .
 int getCustom5Rule()
          The rule for the search constraint.
 java.lang.String getCustom6()
          If not null, it is used as a constraint .
 int getCustom6Rule()
          The rule for the search constraint.
 java.lang.String getCustom7()
          If not null, it is used as a constraint .
 int getCustom7Rule()
          The rule for the search constraint.
 java.lang.String getCustom8()
          If not null, it is used as a constraint .
 int getCustom8Rule()
          The rule for the search constraint.
 java.lang.String getCustom9()
          If not null, it is used as a constraint .
 int getCustom9Rule()
          The rule for the search constraint.
 int getLimit()
          It defines the maximum number of objects returned.
 int getOffset()
          It sets the offset so that an array of objects can be paged.
 java.lang.String getOrderBy_1()
          If set it is used as a secondary order by.
 java.lang.String getOrderBy()
          The valid orderBy values are: com.konakart.app.DataDescConstants.ORDER_BY_NAME_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_NAME_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_PRICE_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_PRICE_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_RATING_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_RATING_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_ID com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_DESCENDING *
 boolean isFillCustomAttrArray()
          When set to true, each product returned has an instantiated array of custom attributes when applicable.
 boolean isFillDescription()
          Fills the product description attribute with the description in the chosen language.
 boolean isFillMiscItems()
          Indicates whether the miscItems attribute will be filled with the associated miscellaneous items.
 boolean isShowInvisible()
          If set to true, we return even the invisible products.
 void setCustom1(java.lang.String custom1)
          If not null, it is used as a constraint .
 void setCustom10(java.lang.String custom10)
          If not null, it is used as a constraint .
 void setCustom10Rule(int custom10Rule)
          The rule for the search constraint.
 void setCustom1Dec(java.math.BigDecimal custom1Dec)
          If not null, it is used as a constraint .
 void setCustom1DecRule(int custom1DecRule)
          The rule for the search constraint.
 void setCustom1Int(java.lang.Integer custom1Int)
          If not null, it is used as a constraint .
 void setCustom1IntRule(int custom1IntRule)
          The rule for the search constraint.
 void setCustom1Rule(int custom1Rule)
          The rule for the search constraint.
 void setCustom2(java.lang.String custom2)
          If not null, it is used as a constraint .
 void setCustom2Dec(java.math.BigDecimal custom2Dec)
          If not null, it is used as a constraint .
 void setCustom2DecRule(int custom2DecRule)
          The rule for the search constraint.
 void setCustom2Int(java.lang.Integer custom2Int)
          If not null, it is used as a constraint .
 void setCustom2IntRule(int custom2IntRule)
          The rule for the search constraint.
 void setCustom2Rule(int custom2Rule)
          The rule for the search constraint.
 void setCustom3(java.lang.String custom3)
          If not null, it is used as a constraint .
 void setCustom3Rule(int custom3Rule)
          The rule for the search constraint.
 void setCustom4(java.lang.String custom4)
          If not null, it is used as a constraint .
 void setCustom4Rule(int custom4Rule)
          The rule for the search constraint.
 void setCustom5(java.lang.String custom5)
          If not null, it is used as a constraint .
 void setCustom5Rule(int custom5Rule)
          The rule for the search constraint.
 void setCustom6(java.lang.String custom6)
          If not null, it is used as a constraint .
 void setCustom6Rule(int custom6Rule)
          The rule for the search constraint.
 void setCustom7(java.lang.String custom7)
          If not null, it is used as a constraint .
 void setCustom7Rule(int custom7Rule)
          The rule for the search constraint.
 void setCustom8(java.lang.String custom8)
          If not null, it is used as a constraint .
 void setCustom8Rule(int custom8Rule)
          The rule for the search constraint.
 void setCustom9(java.lang.String custom9)
          If not null, it is used as a constraint .
 void setCustom9Rule(int custom9Rule)
          The rule for the search constraint.
 void setFillCustomAttrArray(boolean fillCustomAttrArray)
          When set to true, each product returned has an instantiated array of custom attributes when applicable.
 void setFillDescription(boolean fillDescription)
          Fills the product description attribute with the description in the chosen language.
 void setFillMiscItems(boolean fillMiscItems)
           
 void setLimit(int limit)
          It defines the maximum number of objects returned.
 void setOffset(int offset)
          It sets the offset so that an array of objects can be paged.
 void setOrderBy_1(java.lang.String orderBy_1)
          If set it is used as a secondary order by.
 void setOrderBy(java.lang.String orderBy)
          The valid orderBy values are: com.konakart.app.DataDescConstants.ORDER_BY_NAME_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_NAME_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_PRICE_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_PRICE_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_DATE_ADDED_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_VIEWED_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_TIMES_ORDERED_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_RATING_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_RATING_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_ID com.konakart.app.DataDescConstants.ORDER_BY_MANUFACTURER com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM3_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM4_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM5_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM6_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM7_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM8_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM9_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM10_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1INT_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2INT_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM1DEC_DESCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_ASCENDING com.konakart.app.DataDescConstants.ORDER_BY_CUSTOM2DEC_DESCENDING *
 void setShowInvisible(boolean showInvisible)
          If set to true, we return even the invisible products.
 

Method Detail

getLimit

int getLimit()
It defines the maximum number of objects returned.

Returns:
Returns the limit.

setLimit

void setLimit(int limit)
It defines the maximum number of objects returned.

Parameters:
limit - The limit to set.

getOffset

int getOffset()
It sets the offset so that an array of objects can be paged.

Returns:
Returns the offset.

setOffset

void setOffset(int offset)
It sets the offset so that an array of objects can be paged.

Parameters:
offset - The offset to set.

getOrderBy

java.lang.String getOrderBy()
The valid orderBy values are:

Returns:
Returns the orderBy.

setOrderBy

void setOrderBy(java.lang.String orderBy)
The valid orderBy values are:

Parameters:
orderBy - The orderBy to set.

getOrderBy_1

java.lang.String getOrderBy_1()
If set it is used as a secondary order by. The valid orderBy_1 values are:

Returns:
Returns the orderBy_1.

setOrderBy_1

void setOrderBy_1(java.lang.String orderBy_1)
If set it is used as a secondary order by. The valid orderBy_1 values are:

Parameters:
orderBy_1 - The orderBy_1 to set.

isShowInvisible

boolean isShowInvisible()
If set to true, we return even the invisible products.

Returns:
Returns the showInvisible.

setShowInvisible

void setShowInvisible(boolean showInvisible)
If set to true, we return even the invisible products.

Parameters:
showInvisible - The showInvisible to set.

isFillMiscItems

boolean isFillMiscItems()
Indicates whether the miscItems attribute will be filled with the associated miscellaneous items. The default value is false, in order to maximize performance.

Returns:
the fillMiscItems

setFillMiscItems

void setFillMiscItems(boolean fillMiscItems)
Parameters:
fillMiscItems - when set to true the miscellaneous items for the object are returned in the miscItems attribute. The default value is false, in order to maximize performance.

isFillDescription

boolean isFillDescription()
Fills the product description attribute with the description in the chosen language. Normally this is not returned for performance reasons.

Returns:
the fillDescription

setFillDescription

void setFillDescription(boolean fillDescription)
Fills the product description attribute with the description in the chosen language. Normally this is not returned for performance reasons.

Parameters:
fillDescription - the fillDescription to set

isFillCustomAttrArray

boolean isFillCustomAttrArray()
When set to true, each product returned has an instantiated array of custom attributes when applicable. The default value is false, in order to maximize performance.

Returns:
the fillCustomAttrArray

setFillCustomAttrArray

void setFillCustomAttrArray(boolean fillCustomAttrArray)
When set to true, each product returned has an instantiated array of custom attributes when applicable. The default value is false, in order to maximize performance.

Parameters:
fillCustomAttrArray - the fillCustomAttrArray to set

getCustom1

java.lang.String getCustom1()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
Returns the custom1.

setCustom1

void setCustom1(java.lang.String custom1)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom1 - The custom1 to set.

getCustom2

java.lang.String getCustom2()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
Returns the custom2.

setCustom2

void setCustom2(java.lang.String custom2)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom2 - The custom2 to set.

getCustom3

java.lang.String getCustom3()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
Returns the custom3.

setCustom3

void setCustom3(java.lang.String custom3)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom3 - The custom3 to set.

getCustom4

java.lang.String getCustom4()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
Returns the custom4.

setCustom4

void setCustom4(java.lang.String custom4)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom4 - The custom4 to set.

getCustom5

java.lang.String getCustom5()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
Returns the custom5.

setCustom5

void setCustom5(java.lang.String custom5)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom5 - The custom5 to set.

getCustom6

java.lang.String getCustom6()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom6

setCustom6

void setCustom6(java.lang.String custom6)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom6 - the custom6 to set

getCustom7

java.lang.String getCustom7()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom7

setCustom7

void setCustom7(java.lang.String custom7)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom7 - the custom7 to set

getCustom8

java.lang.String getCustom8()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom8

setCustom8

void setCustom8(java.lang.String custom8)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom8 - the custom8 to set

getCustom9

java.lang.String getCustom9()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom9

setCustom9

void setCustom9(java.lang.String custom9)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom9 - the custom9 to set

getCustom10

java.lang.String getCustom10()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom10

setCustom10

void setCustom10(java.lang.String custom10)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom10 - the custom10 to set

getCustom1Int

java.lang.Integer getCustom1Int()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom1Int

setCustom1Int

void setCustom1Int(java.lang.Integer custom1Int)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom1Int - the custom1Int to set

getCustom2Int

java.lang.Integer getCustom2Int()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom2Int

setCustom2Int

void setCustom2Int(java.lang.Integer custom2Int)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom2Int - the custom2Int to set

getCustom1Dec

java.math.BigDecimal getCustom1Dec()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom1Dec

setCustom1Dec

void setCustom1Dec(java.math.BigDecimal custom1Dec)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom1Dec - the custom1Dec to set

getCustom2Dec

java.math.BigDecimal getCustom2Dec()
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Returns:
the custom2Dec

setCustom2Dec

void setCustom2Dec(java.math.BigDecimal custom2Dec)
If not null, it is used as a constraint . The associated rule attribute determines the type of constraint.

Parameters:
custom2Dec - the custom2Dec to set

getCustom1Rule

int getCustom1Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom1Rule

setCustom1Rule

void setCustom1Rule(int custom1Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom1Rule - the custom1Rule to set

getCustom2Rule

int getCustom2Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom2Rule

setCustom2Rule

void setCustom2Rule(int custom2Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom2Rule - the custom2Rule to set

getCustom3Rule

int getCustom3Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom3Rule

setCustom3Rule

void setCustom3Rule(int custom3Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom3Rule - the custom3Rule to set

getCustom4Rule

int getCustom4Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom4Rule

setCustom4Rule

void setCustom4Rule(int custom4Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom4Rule - the custom4Rule to set

getCustom5Rule

int getCustom5Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom5Rule

setCustom5Rule

void setCustom5Rule(int custom5Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom5Rule - the custom5Rule to set

getCustom6Rule

int getCustom6Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom6Rule

setCustom6Rule

void setCustom6Rule(int custom6Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom6Rule - the custom6Rule to set

getCustom7Rule

int getCustom7Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom7Rule

setCustom7Rule

void setCustom7Rule(int custom7Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom7Rule - the custom7Rule to set

getCustom8Rule

int getCustom8Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom8Rule

setCustom8Rule

void setCustom8Rule(int custom8Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom8Rule - the custom8Rule to set

getCustom9Rule

int getCustom9Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom9Rule

setCustom9Rule

void setCustom9Rule(int custom9Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom9Rule - the custom9Rule to set

getCustom10Rule

int getCustom10Rule()
The rule for the search constraint. Valid values are:

Returns:
the custom10Rule

setCustom10Rule

void setCustom10Rule(int custom10Rule)
The rule for the search constraint. Valid values are:

Parameters:
custom10Rule - the custom10Rule to set

getCustom1IntRule

int getCustom1IntRule()
The rule for the search constraint. Valid values are:

Returns:
the custom1IntRule

setCustom1IntRule

void setCustom1IntRule(int custom1IntRule)
The rule for the search constraint. Valid values are:

Parameters:
custom1IntRule - the custom1IntRule to set

getCustom2IntRule

int getCustom2IntRule()
The rule for the search constraint. Valid values are:

Returns:
the custom2IntRule

setCustom2IntRule

void setCustom2IntRule(int custom2IntRule)
The rule for the search constraint. Valid values are:

Parameters:
custom2IntRule - the custom2IntRule to set

getCustom1DecRule

int getCustom1DecRule()
The rule for the search constraint. Valid values are:

Returns:
the custom1DecRule

setCustom1DecRule

void setCustom1DecRule(int custom1DecRule)
The rule for the search constraint. Valid values are:

Parameters:
custom1DecRule - the custom1DecRule to set

getCustom2DecRule

int getCustom2DecRule()
The rule for the search constraint. Valid values are:

Returns:
the custom2DecRule

setCustom2DecRule

void setCustom2DecRule(int custom2DecRule)
The rule for the search constraint. Valid values are:

Parameters:
custom2DecRule - the custom2DecRule to set


Copyright © 2011 DS Data Systems UK Ltd.