com.konakart.app
Class DataDescriptor
java.lang.Object
com.konakart.app.DataDescriptor
- All Implemented Interfaces:
- DataDescriptorIf
public class DataDescriptor
- extends java.lang.Object
- implements DataDescriptorIf
|
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. |
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataDescriptor
public DataDescriptor()
- Constructor
DataDescriptor
public DataDescriptor(java.lang.String orderBy,
int offset,
int limit)
- Constructor
- Parameters:
orderBy - offset - limit -
DataDescriptor
public DataDescriptor(java.lang.String orderBy,
int offset)
- Constructor
- Parameters:
orderBy - offset -
DataDescriptor
public DataDescriptor(java.lang.String orderBy)
- Constructor
- Parameters:
orderBy -
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- Returns a string containing the attributes of the Data Descriptor object.
toStringBrief
public java.lang.String toStringBrief()
- Returns:
- Returns a string containing selected attributes of the Option object.
getLimit
public int getLimit()
- Description copied from interface:
DataDescriptorIf
- It defines the maximum number of objects returned.
- Specified by:
getLimit in interface DataDescriptorIf
- Returns:
- Returns the limit.
setLimit
public void setLimit(int limit)
- Description copied from interface:
DataDescriptorIf
- It defines the maximum number of objects returned.
- Specified by:
setLimit in interface DataDescriptorIf
- Parameters:
limit - The limit to set.
getOffset
public int getOffset()
- Description copied from interface:
DataDescriptorIf
- It sets the offset so that an array of objects can be paged.
- Specified by:
getOffset in interface DataDescriptorIf
- Returns:
- Returns the offset.
setOffset
public void setOffset(int offset)
- Description copied from interface:
DataDescriptorIf
- It sets the offset so that an array of objects can be paged.
- Specified by:
setOffset in interface DataDescriptorIf
- Parameters:
offset - The offset to set.
getOrderBy
public java.lang.String getOrderBy()
- Description copied from interface:
DataDescriptorIf
- 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
*
- Specified by:
getOrderBy in interface DataDescriptorIf
- Returns:
- Returns the orderBy.
setOrderBy
public void setOrderBy(java.lang.String orderBy)
- Description copied from interface:
DataDescriptorIf
- 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
*
- Specified by:
setOrderBy in interface DataDescriptorIf
- Parameters:
orderBy - The orderBy to set.
getOrderBy_1
public java.lang.String getOrderBy_1()
- Description copied from interface:
DataDescriptorIf
- If set it is used as a secondary order by. The valid orderBy_1 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
*
- Specified by:
getOrderBy_1 in interface DataDescriptorIf
- Returns:
- Returns the orderBy_1.
setOrderBy_1
public void setOrderBy_1(java.lang.String orderBy_1)
- Description copied from interface:
DataDescriptorIf
- If set it is used as a secondary order by. The valid orderBy_1 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
*
- Specified by:
setOrderBy_1 in interface DataDescriptorIf
- Parameters:
orderBy_1 - The orderBy_1 to set.
getCustom1
public java.lang.String getCustom1()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom1 in interface DataDescriptorIf
- Returns:
- Returns the custom1.
setCustom1
public void setCustom1(java.lang.String custom1)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom1 in interface DataDescriptorIf
- Parameters:
custom1 - The custom1 to set.
getCustom2
public java.lang.String getCustom2()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom2 in interface DataDescriptorIf
- Returns:
- Returns the custom2.
setCustom2
public void setCustom2(java.lang.String custom2)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom2 in interface DataDescriptorIf
- Parameters:
custom2 - The custom2 to set.
getCustom3
public java.lang.String getCustom3()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom3 in interface DataDescriptorIf
- Returns:
- Returns the custom3.
setCustom3
public void setCustom3(java.lang.String custom3)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom3 in interface DataDescriptorIf
- Parameters:
custom3 - The custom3 to set.
getCustom4
public java.lang.String getCustom4()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom4 in interface DataDescriptorIf
- Returns:
- Returns the custom4.
setCustom4
public void setCustom4(java.lang.String custom4)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom4 in interface DataDescriptorIf
- Parameters:
custom4 - The custom4 to set.
getCustom5
public java.lang.String getCustom5()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom5 in interface DataDescriptorIf
- Returns:
- Returns the custom5.
setCustom5
public void setCustom5(java.lang.String custom5)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom5 in interface DataDescriptorIf
- Parameters:
custom5 - The custom5 to set.
isShowInvisible
public boolean isShowInvisible()
- Description copied from interface:
DataDescriptorIf
- If set to true, we return even the invisible products.
- Specified by:
isShowInvisible in interface DataDescriptorIf
- Returns:
- Returns the showInvisible.
setShowInvisible
public void setShowInvisible(boolean showInvisible)
- Description copied from interface:
DataDescriptorIf
- If set to true, we return even the invisible products.
- Specified by:
setShowInvisible in interface DataDescriptorIf
- Parameters:
showInvisible - The showInvisible to set.
isFillDescription
public boolean isFillDescription()
- Description copied from interface:
DataDescriptorIf
- Fills the product description attribute with the description in the chosen language. Normally
this is not returned for performance reasons.
- Specified by:
isFillDescription in interface DataDescriptorIf
- Returns:
- the fillDescription
setFillDescription
public void setFillDescription(boolean fillDescription)
- Description copied from interface:
DataDescriptorIf
- Fills the product description attribute with the description in the chosen language. Normally
this is not returned for performance reasons.
- Specified by:
setFillDescription in interface DataDescriptorIf
- Parameters:
fillDescription - the fillDescription to set
getCustom1Rule
public int getCustom1Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom1Rule in interface DataDescriptorIf
- Returns:
- the custom1Rule
setCustom1Rule
public void setCustom1Rule(int custom1Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom1Rule in interface DataDescriptorIf
- Parameters:
custom1Rule - the custom1Rule to set
getCustom2Rule
public int getCustom2Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom2Rule in interface DataDescriptorIf
- Returns:
- the custom2Rule
setCustom2Rule
public void setCustom2Rule(int custom2Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom2Rule in interface DataDescriptorIf
- Parameters:
custom2Rule - the custom2Rule to set
getCustom3Rule
public int getCustom3Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom3Rule in interface DataDescriptorIf
- Returns:
- the custom3Rule
setCustom3Rule
public void setCustom3Rule(int custom3Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom3Rule in interface DataDescriptorIf
- Parameters:
custom3Rule - the custom3Rule to set
getCustom4Rule
public int getCustom4Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom4Rule in interface DataDescriptorIf
- Returns:
- the custom4Rule
setCustom4Rule
public void setCustom4Rule(int custom4Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom4Rule in interface DataDescriptorIf
- Parameters:
custom4Rule - the custom4Rule to set
getCustom5Rule
public int getCustom5Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom5Rule in interface DataDescriptorIf
- Returns:
- the custom5Rule
setCustom5Rule
public void setCustom5Rule(int custom5Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom5Rule in interface DataDescriptorIf
- Parameters:
custom5Rule - the custom5Rule to set
getCustom6
public java.lang.String getCustom6()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom6 in interface DataDescriptorIf
- Returns:
- the custom6
setCustom6
public void setCustom6(java.lang.String custom6)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom6 in interface DataDescriptorIf
- Parameters:
custom6 - the custom6 to set
getCustom6Rule
public int getCustom6Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom6Rule in interface DataDescriptorIf
- Returns:
- the custom6Rule
setCustom6Rule
public void setCustom6Rule(int custom6Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom6Rule in interface DataDescriptorIf
- Parameters:
custom6Rule - the custom6Rule to set
getCustom7
public java.lang.String getCustom7()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom7 in interface DataDescriptorIf
- Returns:
- the custom7
setCustom7
public void setCustom7(java.lang.String custom7)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom7 in interface DataDescriptorIf
- Parameters:
custom7 - the custom7 to set
getCustom7Rule
public int getCustom7Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom7Rule in interface DataDescriptorIf
- Returns:
- the custom7Rule
setCustom7Rule
public void setCustom7Rule(int custom7Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom7Rule in interface DataDescriptorIf
- Parameters:
custom7Rule - the custom7Rule to set
getCustom8
public java.lang.String getCustom8()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom8 in interface DataDescriptorIf
- Returns:
- the custom8
setCustom8
public void setCustom8(java.lang.String custom8)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom8 in interface DataDescriptorIf
- Parameters:
custom8 - the custom8 to set
getCustom8Rule
public int getCustom8Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom8Rule in interface DataDescriptorIf
- Returns:
- the custom8Rule
setCustom8Rule
public void setCustom8Rule(int custom8Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom8Rule in interface DataDescriptorIf
- Parameters:
custom8Rule - the custom8Rule to set
getCustom9
public java.lang.String getCustom9()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom9 in interface DataDescriptorIf
- Returns:
- the custom9
setCustom9
public void setCustom9(java.lang.String custom9)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom9 in interface DataDescriptorIf
- Parameters:
custom9 - the custom9 to set
getCustom9Rule
public int getCustom9Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom9Rule in interface DataDescriptorIf
- Returns:
- the custom9Rule
setCustom9Rule
public void setCustom9Rule(int custom9Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom9Rule in interface DataDescriptorIf
- Parameters:
custom9Rule - the custom9Rule to set
getCustom10
public java.lang.String getCustom10()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom10 in interface DataDescriptorIf
- Returns:
- the custom10
setCustom10
public void setCustom10(java.lang.String custom10)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom10 in interface DataDescriptorIf
- Parameters:
custom10 - the custom10 to set
getCustom10Rule
public int getCustom10Rule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
getCustom10Rule in interface DataDescriptorIf
- Returns:
- the custom10Rule
setCustom10Rule
public void setCustom10Rule(int custom10Rule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE
- KKConstants.SEARCH_ADD_WILDCARD_AFTER
- KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER
- Specified by:
setCustom10Rule in interface DataDescriptorIf
- Parameters:
custom10Rule - the custom10Rule to set
getCustom1Int
public java.lang.Integer getCustom1Int()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom1Int in interface DataDescriptorIf
- Returns:
- the custom1Int
setCustom1Int
public void setCustom1Int(java.lang.Integer custom1Int)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom1Int in interface DataDescriptorIf
- Parameters:
custom1Int - the custom1Int to set
getCustom1IntRule
public int getCustom1IntRule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
getCustom1IntRule in interface DataDescriptorIf
- Returns:
- the custom1IntRule
setCustom1IntRule
public void setCustom1IntRule(int custom1IntRule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
setCustom1IntRule in interface DataDescriptorIf
- Parameters:
custom1IntRule - the custom1IntRule to set
getCustom2Int
public java.lang.Integer getCustom2Int()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom2Int in interface DataDescriptorIf
- Returns:
- the custom2Int
setCustom2Int
public void setCustom2Int(java.lang.Integer custom2Int)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom2Int in interface DataDescriptorIf
- Parameters:
custom2Int - the custom2Int to set
getCustom2IntRule
public int getCustom2IntRule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
getCustom2IntRule in interface DataDescriptorIf
- Returns:
- the custom2IntRule
setCustom2IntRule
public void setCustom2IntRule(int custom2IntRule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
setCustom2IntRule in interface DataDescriptorIf
- Parameters:
custom2IntRule - the custom2IntRule to set
getCustom1Dec
public java.math.BigDecimal getCustom1Dec()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom1Dec in interface DataDescriptorIf
- Returns:
- the custom1Dec
setCustom1Dec
public void setCustom1Dec(java.math.BigDecimal custom1Dec)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom1Dec in interface DataDescriptorIf
- Parameters:
custom1Dec - the custom1Dec to set
getCustom1DecRule
public int getCustom1DecRule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
getCustom1DecRule in interface DataDescriptorIf
- Returns:
- the custom1DecRule
setCustom1DecRule
public void setCustom1DecRule(int custom1DecRule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
setCustom1DecRule in interface DataDescriptorIf
- Parameters:
custom1DecRule - the custom1DecRule to set
getCustom2Dec
public java.math.BigDecimal getCustom2Dec()
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
getCustom2Dec in interface DataDescriptorIf
- Returns:
- the custom2Dec
setCustom2Dec
public void setCustom2Dec(java.math.BigDecimal custom2Dec)
- Description copied from interface:
DataDescriptorIf
- If not null, it is used as a constraint . The associated rule attribute determines the type
of constraint.
- Specified by:
setCustom2Dec in interface DataDescriptorIf
- Parameters:
custom2Dec - the custom2Dec to set
getCustom2DecRule
public int getCustom2DecRule()
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
getCustom2DecRule in interface DataDescriptorIf
- Returns:
- the custom2DecRule
setCustom2DecRule
public void setCustom2DecRule(int custom2DecRule)
- Description copied from interface:
DataDescriptorIf
- The rule for the search constraint. Valid values are:
- KKConstants.SEARCH_EXACT
- KKConstants.SEARCH_GREATER_THAN
- KKConstants.SEARCH_GREATER_EQUAL
- KKConstants.SEARCH_LESS_THAN
- KKConstants.SEARCH_LESS_EQUAL
- Specified by:
setCustom2DecRule in interface DataDescriptorIf
- Parameters:
custom2DecRule - the custom2DecRule to set
isFillCustomAttrArray
public 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.
- Specified by:
isFillCustomAttrArray in interface DataDescriptorIf
- Returns:
- the fillCustomAttrArray
setFillCustomAttrArray
public 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.
- Specified by:
setFillCustomAttrArray in interface DataDescriptorIf
- Parameters:
fillCustomAttrArray - the fillCustomAttrArray to set
isFillMiscItems
public boolean isFillMiscItems()
- Description copied from interface:
DataDescriptorIf
- Indicates whether the miscItems attribute will be filled with the associated miscellaneous
items. The default value is false, in order to maximize performance.
- Specified by:
isFillMiscItems in interface DataDescriptorIf
- Returns:
- the fillMiscItems
setFillMiscItems
public void setFillMiscItems(boolean fillMiscItems)
- Specified by:
setFillMiscItems in interface DataDescriptorIf
- Parameters:
fillMiscItems - the fillMiscItems to set
Copyright © 2011 DS Data Systems UK Ltd.