public class AdvancedCatEntrySearchListDataBean extends CatEntrySearchListDataBean
catentries
that are not published and not buyable,
lastUpdateOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL,
NOTEQUAL
, GREATER,
LESS,
GREATER_EQUAL
, LESS_EQUAL
.
availabilityDateOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
availableOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
isEntitlementOn
(boolean): The value is used to turn entitlement on / off.
CATENTRY
database table..
buyableOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
CATENDESC
database table.
publishedOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
markForDeleteOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
onauction
column of the CATENTRY
database table.
onAuction
(String): The value is used to search on onAuction (catentry.onAuction column).
onAuctionOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
onspecial
column of the CATENTRY
database table.
onSpecial
(String): The value is used to search on onSpecial (catentry.onspecial column).
onSpecialOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'
catentry
name (Catentdesc.name column).
nameCaseSensitive
(String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
nameTermOperator
(String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
nameType
(String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
shortDesc
(String): The value of this variable is used in search based on catentry shortdescription
(Catentdesc.shortdescription column).
shortDescCaseSensitive
(String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
shortDescOperator
(String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
shortDescType
(String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
CATENTDESC
database table.
catentry
keyword (Catentdesc.keyword column).
keywordCaseSensitive
(String) : A user can choose case sensitive or case insensitive search. The value in this variable is used to identify if a search is case sensitive or not. The value must be either 'yes'(case sensitive search) or 'no'(case insensitive search).
keywordOperator
(String) : A user can choose either 'like' or 'equal' as search operators. The value in this variable is used to store a user's choice. The value must be either 'LIKE'(for like operator) or 'EQUAL'(for equal operator).
keywordType
(String) : A user can specify three types of search criteria All, Any, Exact Phrase. The value in this variable is used to store a user's search criteria. The value must be 'ALL'(for All search criteria), 'ANY'(for Any search criteria) and 'EXACT'(for Exact phrase criteria).
storeIdOperator
(String) : A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=. The value in this variable is used to store a user's choice. The value must be any one of the following: EQUAL
, NOTEQUAL
, GREATER
, 'LESS,' GREATER_EQUAL
, 'LESS_EQUAL
,' 'IN.'
catentry
type to be used for the search.
catentry
type
catentry
type
catentry
type
advancedCatEntrySearchDB.setName("Circular Saw"); advancedCatEntrySearchDB.setNameCaseSensitive("true"); advancedCatEntrySearchDB.setNameTermOperator("EQUAL"); advancedCatEntrySearchDB.setNameType("ALL");
ALL, ALL_CATALOG, ALL_CATEGORIES, ALLWORDS, ANYWORDS, ATTRVALUE_FLOATVALUE, ATTRVALUE_INTEGERVALUE, ATTRVALUE_STRINGVALUE, BOTH, CASE_SENSITIVE, CATGPENREL_BOTH_SCHEMA_TYPE, CATGPENREL_PRODUCT_SCHEMA_TYPE, DISTINCT_RESULT, EXACTPHRASE, ITEM, LISTPRICE_ON, MASTER_CATALOG, OPERATOR_EQUAL, OPERATOR_GREATER, OPERATOR_GREATER_EQUAL, OPERATOR_IN, OPERATOR_LEFT_LIKE, OPERATOR_LESS, OPERATOR_LESS_EQUAL, OPERATOR_LIKE, OPERATOR_NOT_EQUAL, OPERATOR_NOT_LIKE, OPERATOR_RIGHT_LIKE, PRODUCT, SEARCH_IN_CATEGORYNAME, SEARCH_IN_CATEGORYNAME_AND_DESCRIPTIONS, SEARCH_IN_CATEGORYNAME_AND_SHORT_DESCRIPTION, SEARCH_IN_KEYWORD, SEARCH_IN_PRODUCTNAME, SEARCH_IN_PRODUCTNAME_AND_DESCRIPTIONS, SEARCH_IN_PRODUCTNAME_AND_SHORT_DESCRIPTION
emptyString
Constructor and Description |
---|
AdvancedCatEntrySearchListDataBean()
AdvancedCatEntrySearchListDataBean constructor comment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAvailabilityDate()
The value of this variable is used in search based on availability date (Catentry.Availabilitydate column).
|
java.lang.String |
getAvailabilityDateOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getAvailable()
The value of this variable is used in search based on available time (Catentry.Available column).
|
java.lang.String |
getAvailableOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getBuyable()
The value is used to search on buyable (catentry.buyable column).
|
java.lang.String |
getBuyableOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getKeyword()
The value of this variable is used in search based on
catentry keyword (Catentdesc.keyword column). |
java.lang.String |
getKeywordCaseSensitive()
A user can choose case sensitive or case insensitive search.
|
java.lang.String |
getKeywordOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getKeywordType()
A user can specify three types of search criteria All, Any, Exact Phrase.
|
java.lang.String |
getLastUpdate()
The value of this variable is used in search based on Lastupdate (Catentry.Lastupdate column).
|
java.lang.String |
getLastUpdateOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getMarkForDelete()
The value is used to search on markForDelete (catentry.markfordelete column).
|
java.lang.String |
getMarkForDeleteOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getName()
The value of this variable is used in search based on
catentry name (Catentdesc.name column). |
java.lang.String |
getNameCaseSensitive()
A user can choose case sensitive or case insensitive search.
|
java.lang.String |
getNameTermOperator()
A user can choose either 'like' or 'equal' as search operators.
|
java.lang.String |
getNameType()
A user can specify three types of search criteria All, Any, Exact Phrase.
|
java.lang.String |
getOnAuction()
The value is used to search on
onAuction (catentry.onAuction column). |
java.lang.String |
getOnAuctionOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getOnSpecial()
The value is used to search on onSpecial (catentry.onspecial column).
|
java.lang.String |
getOnSpecialOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getPublished()
The value is used to search on published (catentry.published column).
|
java.lang.String |
getPublishedOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getShortDesc()
The value of this variable is used in search based on
catentry shortdescription (Catentdesc.shortdescription column). |
java.lang.String |
getShortDescCaseSensitive()
A user can choose case sensitive or case insensitive search.
|
java.lang.String |
getShortDescOperator()
A user can choose either 'like' or 'equal' as search operators.
|
java.lang.String |
getShortDescType()
A user can specify three types of search criteria All, Any, Exact Phrase.
|
java.lang.String |
getStoreId()
A user can specify the store to search on.
|
java.lang.String |
getStoreIdOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
java.lang.String |
getStoreIds()
A user can specify a number of stores to search on.
|
java.lang.String |
getStoreIdsOperator()
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
boolean |
isIsBundle()
Set this to false if bundle ids must be returned, by default it is false.
|
boolean |
isIsDynamicKit()
isDynamicKit (boolean): Returns results of 'dynamic kit data bean'
catentry type |
boolean |
isIsItem()
Returns results of 'item data bean'
catentry type |
boolean |
isIsPackage()
Set this to true if package ids must be returned, by default it is false.
|
boolean |
isIsProduct()
Returns results of 'product data bean'
catentry type |
boolean |
isRemoveDefaultContract() |
void |
populate()
Populate the data bean
|
void |
setAvailabilityDate(java.lang.String newAvailabilityDate)
The value of this variable is used in search based on availability date (Catentry.Availabilitydate column).
|
void |
setAvailabilityDateOperator(java.lang.String newAvailabilityDateOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setAvailable(java.lang.String newAvailable)
The value of this variable is used in search based on available time (Catentry.Available column).
|
void |
setAvailableOperator(java.lang.String newAvailableOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setBuyable(java.lang.String newBuyable)
The value is used to search on buyable (catentry.buyable column).
|
void |
setBuyableOperator(java.lang.String newBuyableOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setIsBundle(boolean newIsBundle)
Set this to false if bundle ids must be returned, by default it is false.
|
void |
setIsDynamicKit(boolean newIsDynamicKit)
isDynamicKit (boolean): Returns results of 'dynamic kit data bean'
catentry type |
void |
setIsItem(boolean newIsItem)
Returns results of 'item data bean'
catentry type |
void |
setIsPackage(boolean newIsPackage)
Set this to true if package ids must be returned, by default it is false.
|
void |
setIsProduct(boolean newIsProduct)
Returns results of 'product data bean'
catentry type |
void |
setKeyword(java.lang.String newKeyword)
The value of this variable is used in search based on
catentry keyword (Catentdesc.keyword column). |
void |
setKeywordCaseSensitive(java.lang.String newKeywordCaseSensitive)
A user can choose case sensitive or case insensitive search.
|
void |
setKeywordOperator(java.lang.String newKeywordOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setKeywordType(java.lang.String newKeywordType)
A user can specify three types of search criteria All, Any, Exact Phrase.
|
void |
setLastUpdate(java.lang.String newLastUpdate)
The value of this variable is used in search based on Lastupdate (Catentry.Lastupdate column).
|
void |
setLastUpdateOperator(java.lang.String newLastUpdateOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setMarkForDelete(java.lang.String newMarkForDelete)
The value is used to search on markForDelete (catentry.markfordelete column).
|
void |
setMarkForDeleteOperator(java.lang.String newMarkForDeleteOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setName(java.lang.String newName)
The value of this variable is used in search based on
catentry name (Catentdesc.name column). |
void |
setNameCaseSensitive(java.lang.String newNameCaseSensitive)
A user can choose case sensitive or case insensitive search.
|
void |
setNameTermOperator(java.lang.String newNameTermOperator)
A user can choose either 'like' or 'equal' as search operators.
|
void |
setNameType(java.lang.String newNameType)
A user can specify three types of search criteria All, Any, Exact Phrase.
|
void |
setOnAuction(java.lang.String newOnAuction)
The value is used to search on onAuction (catentry.onAuction column).
|
void |
setOnAuctionOperator(java.lang.String newOnAuctionOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setOnSpecial(java.lang.String newOnSpecial)
The value is used to search on onSpecial (catentry.onspecial column).
|
void |
setOnSpecialOperator(java.lang.String newOnSpecialOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setPublished(java.lang.String newPublished)
The value is used to search on published (catentry.published column).
|
void |
setPublishedOperator(java.lang.String newPublishedOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setRemoveDefaultContract(boolean bool) |
void |
setShortDesc(java.lang.String newShortDesc)
The value of this variable is used in search based on
catentry shortdescription (Catentdesc.shortdescription column). |
void |
setShortDescCaseSensitive(java.lang.String newShortDescCaseSensitive)
A user can choose case sensitive or case insensitive search.
|
void |
setShortDescOperator(java.lang.String newShortDescOperator)
A user can choose either 'like' or 'equal' as search operators.
|
void |
setShortDescType(java.lang.String newShortDescType)
A user can specify three types of search criteria All, Any, Exact Phrase.
|
void |
setStoreId(java.lang.String newStoreId)
A user can specify the store to search on.
|
void |
setStoreIdOperator(java.lang.String newStoreIdOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
void |
setStoreIds(java.lang.String newStoreIds)
A user can specify a number of stores to search on.
|
void |
setStoreIdsOperator(java.lang.String newStoreIdsOperator)
A user can choose one of the following operators as search operators: =, <, >, !=, <=, >=.
|
buildFieldConstraint, buildRichAttributeConstraint, getAttributeName1, getAttributeName10, getAttributeName2, getAttributeName3, getAttributeName4, getAttributeName5, getAttributeName6, getAttributeName7, getAttributeName8, getAttributeName9, getAttributeValue1, getAttributeValue10, getAttributeValue2, getAttributeValue3, getAttributeValue4, getAttributeValue5, getAttributeValue6, getAttributeValue7, getAttributeValue8, getAttributeValue9, getAttributeValueCaseSensitive, getAttributeValueOperator1, getAttributeValueOperator10, getAttributeValueOperator2, getAttributeValueOperator3, getAttributeValueOperator4, getAttributeValueOperator5, getAttributeValueOperator6, getAttributeValueOperator7, getAttributeValueOperator8, getAttributeValueOperator9, getAttributeValueType1, getAttributeValueType10, getAttributeValueType2, getAttributeValueType3, getAttributeValueType4, getAttributeValueType5, getAttributeValueType6, getAttributeValueType7, getAttributeValueType8, getAttributeValueType9, getCachedResult, getCatalogId, getCatalogIdOperator, getCategoryTerm, getCategoryTermCaseSensitive, getCategoryTermOperator, getCategoryTermScope, getCategoryType, getCatGroupId, getCatGroupIdOperator, getCatgrpSchemaType, getCurrency, getCurrencyCaseSensitive, getCurrencyOperator, getDistinct, getExceededResultSize, getField1, getField2, getField3, getField4, getField5, getFieldOperator1, getFieldOperator2, getFieldOperator3, getFieldOperator4, getFieldOperator5, getFieldValueCaseSensitive4, getFieldValueCaseSensitive5, getFilterTerm, getFilterTermCaseSensitive, getFilterTermOperator, getFilterType, getIsAllNull, getIsListPriceOn, getLangId, getManufacturer, getManufacturerCaseSensitive, getManufacturerOperator, getManufacturerPartNum, getManufacturerPartNumCaseSensitive, getManufacturerPartNumOperator, getMaxPrice, getMinPrice, getOrderBy1, getOrderByOperator1, getPrice, getPriceOperator, getQtyAvailable, getQtyAvailableOperator, getQtyMeasure, getQtyMeasureCaseSensitive, getQtyMeasureOperator, getRASchemaType, getResultCount, getResultList, getResultName, getResultSet, getResultSetName, getResultType, getSearchCategoryDataBean, getSearchTerm, getSearchTermCaseSensitive, getSearchTermOperator, getSearchTermScope, getSearchType, getSku, getSkuCaseSensitive, getSkuOperator, getUserId, isCoSearchSkuEnabled, isMaxPriceError, isMinPriceError, isUseCachedCollectionEnumeration, setAttributeName1, setAttributeName10, setAttributeName2, setAttributeName3, setAttributeName4, setAttributeName5, setAttributeName6, setAttributeName7, setAttributeName8, setAttributeName9, setAttributeValue1, setAttributeValue10, setAttributeValue2, setAttributeValue3, setAttributeValue4, setAttributeValue5, setAttributeValue6, setAttributeValue7, setAttributeValue8, setAttributeValue9, setAttributeValueCaseSensitive, setAttributeValueOperator1, setAttributeValueOperator10, setAttributeValueOperator2, setAttributeValueOperator3, setAttributeValueOperator4, setAttributeValueOperator5, setAttributeValueOperator6, setAttributeValueOperator7, setAttributeValueOperator8, setAttributeValueOperator9, setAttributeValueType1, setAttributeValueType10, setAttributeValueType2, setAttributeValueType3, setAttributeValueType4, setAttributeValueType5, setAttributeValueType6, setAttributeValueType7, setAttributeValueType8, setAttributeValueType9, setCatalogId, setCatalogIdOperator, setCategoryTerm, setCategoryTermCaseSensitive, setCategoryTermOperator, setCategoryTermScope, setCategoryType, setCatGroupId, setCatGroupIdOperator, setCatgrpSchemaType, setCoSearchSkuEnabled, setCurrency, setCurrencyCaseSensitive, setCurrencyOperator, setDistinct, setExceededResultSize, setField1, setField2, setField3, setField4, setField5, setFieldOperator1, setFieldOperator2, setFieldOperator3, setFieldOperator4, setFieldOperator5, setFieldValueCaseSensitive4, setFieldValueCaseSensitive5, setFilterTerm, setFilterTermCaseSensitive, setFilterTermOperator, setFilterType, setIsAllNull, setIsListPriceOn, setLangId, setManufacturer, setManufacturerCaseSensitive, setManufacturerOperator, setManufacturerPartNum, setManufacturerPartNumCaseSensitive, setManufacturerPartNumOperator, setMaxPrice, setMinPrice, setOrderBy1, setOrderByOperator1, setPrice, setPriceOperator, setQtyAvailable, setQtyAvailableOperator, setQtyMeasure, setQtyMeasureCaseSensitive, setQtyMeasureOperator, setRASchemaType, setResultCount, setResultName, setResultSet, setResultSetName, setResultType, setRuleQuery, setSearchTerm, setSearchTermCaseSensitive, setSearchTermOperator, setSearchTermScope, setSearchType, setSku, setSkuCaseSensitive, setSkuOperator, setUseCachedCollectionEnumeration, setUserId
getBeginIndex, getCurrentPageNumber, getEndIndex, getExceededPageSize, getLocale, getPageSize, getResultSetSize, getTotalNumberOfResultSetPages, isNextPageExists, isPreviousPageExists, isResultSetEmpty, setAcceleratorFlag, setBeginIndex, setExceededPageSize, setLocale, setPageSize
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBeginIndex, getPageSize
setBeginIndex, setPageSize
getRequestProperties, setRequestProperties
public AdvancedCatEntrySearchListDataBean()
public java.lang.String getAvailabilityDate()
public java.lang.String getAvailabilityDateOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getAvailable()
public java.lang.String getAvailableOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getBuyable()
public java.lang.String getBuyableOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getKeyword()
catentry
keyword (Catentdesc.keyword column).public java.lang.String getKeywordCaseSensitive()
public java.lang.String getKeywordOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getKeywordType()
public java.lang.String getLastUpdate()
lastUpdate
criteria in the search.public java.lang.String getLastUpdateOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'lastUpdate
operator criteria in the search.public java.lang.String getMarkForDelete()
public java.lang.String getMarkForDeleteOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getName()
catentry
name (Catentdesc.name column).public java.lang.String getNameCaseSensitive()
public java.lang.String getNameTermOperator()
public java.lang.String getNameType()
public java.lang.String getOnAuction()
onAuction
(catentry.onAuction column).onAuction
criteria in the search.public java.lang.String getOnAuctionOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'onAuction
operator criteria in the search.public java.lang.String getOnSpecial()
public java.lang.String getOnSpecialOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getPublished()
public java.lang.String getPublishedOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getShortDesc()
catentry shortdescription
(Catentdesc.shortdescription column).public java.lang.String getShortDescCaseSensitive()
public java.lang.String getShortDescOperator()
public java.lang.String getShortDescType()
public java.lang.String getStoreId()
public java.lang.String getStoreIdOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'public java.lang.String getStoreIds()
storeIds
criteria in the search.public java.lang.String getStoreIdsOperator()
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
,' 'IN.'storeIds
operator criteria in the search.public boolean isIsBundle()
isIsBundle
in class CatEntrySearchListDataBean
public boolean isRemoveDefaultContract()
public void setRemoveDefaultContract(boolean bool)
public boolean isIsDynamicKit()
catentry
typeisIsDynamicKit
in class CatEntrySearchListDataBean
public boolean isIsItem()
catentry
typeisIsItem
in class CatEntrySearchListDataBean
public boolean isIsPackage()
isIsPackage
in class CatEntrySearchListDataBean
public boolean isIsProduct()
catentry
typeisIsProduct
in class CatEntrySearchListDataBean
public void populate()
populate
in interface SmartDataBean
populate
in class CatEntrySearchListDataBean
public void setAvailabilityDate(java.lang.String newAvailabilityDate)
newAvailabilityDate
- java.lang.String. The availability date used for the search.public void setAvailabilityDateOperator(java.lang.String newAvailabilityDateOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newAvailabilityDateOperator
- java.lang.String. The availability date operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setAvailable(java.lang.String newAvailable)
newAvailable
- java.lang.String. The available time value used for the search.public void setAvailableOperator(java.lang.String newAvailableOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newAvailableOperator
- java.lang.String. The available time operator.public void setBuyable(java.lang.String newBuyable)
newBuyable
- java.lang.String. The buyable value used for the search.public void setBuyableOperator(java.lang.String newBuyableOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newBuyableOperator
- java.lang.String. The buyable operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setIsBundle(boolean newIsBundle)
setIsBundle
in class CatEntrySearchListDataBean
newIsBundle
- boolean. The isBundle flag value.public void setIsDynamicKit(boolean newIsDynamicKit)
catentry
typesetIsDynamicKit
in class CatEntrySearchListDataBean
newIsDynamicKit
- boolean. The isDynamicKit flag value.public void setIsItem(boolean newIsItem)
catentry
typesetIsItem
in class CatEntrySearchListDataBean
newIsItem
- boolean. The isItem flag value.public void setIsPackage(boolean newIsPackage)
setIsPackage
in class CatEntrySearchListDataBean
newIsPackage
- boolean. The isPackage flag value.public void setIsProduct(boolean newIsProduct)
catentry
typesetIsProduct
in class CatEntrySearchListDataBean
newIsProduct
- boolean. The isProduct flag value.public void setKeyword(java.lang.String newKeyword)
catentry
keyword (Catentdesc.keyword column).newKeyword
- java.lang.String. The isKeyword flag value.public void setKeywordCaseSensitive(java.lang.String newKeywordCaseSensitive)
newKeywordCaseSensitive
- java.lang.String. The keyword case sensitive value, either 'yes' or 'no'.public void setKeywordOperator(java.lang.String newKeywordOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newKeywordOperator
- java.lang.String. The keyword operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setKeywordType(java.lang.String newKeywordType)
newKeywordType
- java.lang.String. The keyword search criteria, either 'ALL', 'ANY', or 'EXACT'.public void setLastUpdate(java.lang.String newLastUpdate)
newLastUpdate
- java.lang.String. The last update value used for the search.public void setLastUpdateOperator(java.lang.String newLastUpdateOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newLastUpdateOperator
- java.lang.String. The last update operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setMarkForDelete(java.lang.String newMarkForDelete)
newMarkForDelete
- java.lang.String. The mark for delete flag value.public void setMarkForDeleteOperator(java.lang.String newMarkForDeleteOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newMarkForDeleteOperator
- java.lang.String. the mark for delete flag operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setName(java.lang.String newName)
catentry
name (Catentdesc.name column).newName
- java.lang.String. The name used for the search.public void setNameCaseSensitive(java.lang.String newNameCaseSensitive)
newNameCaseSensitive
- java.lang.String. The name case sensitive value, either 'yes', or 'no'.public void setNameTermOperator(java.lang.String newNameTermOperator)
newNameTermOperator
- java.lang.String. The name operator, either 'like' or 'equal'.public void setNameType(java.lang.String newNameType)
newNameType
- java.lang.String. The name search criteria, either 'ALL', 'ANY', or 'EXACT'.public void setOnAuction(java.lang.String newOnAuction)
newOnAuction
- java.lang.String. The on auction value used for the search.public void setOnAuctionOperator(java.lang.String newOnAuctionOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newOnAuctionOperator
- java.lang.String. The on auction operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setOnSpecial(java.lang.String newOnSpecial)
newOnSpecial
- java.lang.String. The on special value used for the search.public void setOnSpecialOperator(java.lang.String newOnSpecialOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newOnSpecialOperator
- java.lang.String. The on special operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setPublished(java.lang.String newPublished)
newPublished
- java.lang.String. The published value used for the search.public void setPublishedOperator(java.lang.String newPublishedOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newPublishedOperator
- java.lang.String. The published operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setShortDesc(java.lang.String newShortDesc)
catentry shortdescription
(Catentdesc.shortdescription column).newShortDesc
- java.lang.String. The short description used for the search.public void setShortDescCaseSensitive(java.lang.String newShortDescCaseSensitive)
newShortDescCaseSensitive
- java.lang.String. The short description case sensitive value, either 'yes' or 'no'.public void setShortDescOperator(java.lang.String newShortDescOperator)
newShortDescOperator
- java.lang.String. The short description operator, either 'LIKE' or 'EQUAL'.public void setShortDescType(java.lang.String newShortDescType)
newShortDescType
- java.lang.String. The short description type, either 'ALL', 'ANY', or 'EXACT'.public void setStoreId(java.lang.String newStoreId)
newStoreId
- java.lang.String. The store ID used for the search.public void setStoreIdOperator(java.lang.String newStoreIdOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, 'LESS_EQUAL
.'newStoreIdOperator
- java.lang.String. The store ID operator, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.public void setStoreIds(java.lang.String newStoreIds)
newStoreId
- java.lang.String. A list of store IDs to search, delimited by spaces.public void setStoreIdsOperator(java.lang.String newStoreIdsOperator)
EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.newStoreIdOperator
- java.lang.String. The operator used for the list of store IDs to search, one of EQUAL
, NOTEQUAL
, GREATER
, LESS
, GREATER_EQUAL
, LESS_EQUAL
.