public class StoreLocatorDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | ALL_CATEGORIES
Search stores in any store category.
|
static java.lang.String | ALL_STORES
All stores.
|
static java.lang.String | CATALOG_RESOURCE
Catalog store relationship type.
|
static java.lang.String | CHANNEL_RESOURCE
Channel store relationship type.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | EQUAL
Equal.
|
static java.lang.String | MAX_SEARCH
The maximum number of matches from the product search bean.
|
static java.lang.String | MODE
The search mode parameter name.
|
static java.lang.String | OPEN_STORES
Only stores with open state.
|
static java.lang.String | OPENCLOSE_STORES
Stores with open and closed state.
|
static java.lang.String | SEARCH_BY_PRODUCT
Locate stores by products.
|
static java.lang.String | SEARCH_BY_STCATEGORY
Locate stores by store category.
|
static java.lang.String | SEARCH_STORES
The stores to search parameter name.
|
static java.lang.String | STORECATEGORYID
The store category id parameter name.
|
Constructor and Description |
---|
StoreLocatorDataBean()
This method creates a new StoreLocatorDataBean by calling the super constructor.
|
Modifier and Type | Method and Description |
---|---|
protected int | getBeginIndex()
This method gets the index of the first item in the return list.
|
java.lang.String | getCategoryTerm()
This method gets the category term to find.
|
java.lang.String | getCategoryTermScope()
This method gets the category term scope to be used.
|
java.lang.String | getCategoryType()
This method gets the category type criteria for this search.
|
boolean | getIsBundle()
This method gets the value of the isBundle parameter.
|
boolean | getIsItem()
This method gets the value of the isItem parameter.
|
boolean | getIsPackage()
This method gets the value of the isPackage parameter.
|
boolean | getIsProduct()
This method gets the value of the isProduct parameter.
|
java.lang.String | getMode()
This method gets the search mode which describes the type of search desired.
|
protected int | getPageSize()
This method gets the maximum size of the page.
|
int | getQuerySize()
This method gets the size of the entire query.
|
java.util.Vector | getResultSet()
This method gets the entire result set of the query.
|
java.util.Vector | getResultSubset()
This method gets the subset that the page needs for display.
|
java.lang.String | getSearchStores()
This method gets the search stores parameter value.
|
java.lang.String | getSearchTerm()
This method gets the search term to find.
|
java.lang.String | getSearchTermScope()
This method gets the search term scope to be used.
|
java.lang.String | getSearchType()
This method gets the search type criteria for this search.
|
java.lang.String | getSku()
This method gets the sku value to find.
|
java.lang.String | getStoreCategoryId()
This method gets the store category id to search for.
|
void | populate()
Loads data into the data bean when the DataBeanManager.activate() executes.
|
void | setBeginIndex(int inBeginIndex)
This method sets the index of the first item to be returned.
|
void | setCategoryTerm(java.lang.String categoryTerm)
This method sets the category term to find.
|
void | setCategoryTermScope(java.lang.String categoryTermScope)
This method sets the category term scope to be used.
|
void | setCategoryType(java.lang.String categoryType)
This method sets the category type criteria for this search.
|
void | setIsBundle(boolean isBundle)
This method sets the value of the isBundle parameter.
|
void | setIsItem(boolean isItem)
This method sets the value of the isItem parameter.
|
void | setIsPackage(boolean isPackage)
This method sets the value of the isPackage parameter.
|
void | setIsProduct(boolean isProduct)
This method sets the value of the isProduct parameter.
|
void | setMode(java.lang.String inMode)
This method sets the search mode which describes the type of search desired.
|
void | setPageSize(int inPageSize)
This method sets the maximum number of rows that the page can display.
|
void | setSearchStores(java.lang.String inSearchStores)
This method sets the search stores parameter value
|
void | setSearchTerm(java.lang.String searchTerm)
This method sets the search term to find.
|
void | setSearchTermScope(java.lang.String searchTermScope)
This method sets the search term scope to be used.
|
void | setSearchType(java.lang.String searchType)
This method sets the search type criteria for this search.
|
void | setSku(java.lang.String sku)
This method sets the sku to find.
|
void | setStoreCategoryId(java.lang.String inStoreCategoryId)
This method sets the store category to find.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String MODE
public static final java.lang.String SEARCH_BY_PRODUCT
public static final java.lang.String SEARCH_BY_STCATEGORY
public static final java.lang.String STORECATEGORYID
public static final java.lang.String ALL_CATEGORIES
public static final java.lang.String EQUAL
public static final java.lang.String MAX_SEARCH
public static final java.lang.String SEARCH_STORES
public static final java.lang.String ALL_STORES
public static final java.lang.String OPEN_STORES
public static final java.lang.String OPENCLOSE_STORES
public static final java.lang.String CATALOG_RESOURCE
public static final java.lang.String CHANNEL_RESOURCE
public StoreLocatorDataBean()
protected int getBeginIndex()
public java.lang.String getMode()
protected int getPageSize()
public int getQuerySize()
public java.util.Vector getResultSet()
public java.util.Vector getResultSubset()
public java.lang.String getSearchStores()
public java.lang.String getStoreCategoryId()
public void populate() throws java.lang.Exception
public void setBeginIndex(int inBeginIndex)
public void setMode(java.lang.String inMode)
public void setPageSize(int inPageSize)
public void setSearchStores(java.lang.String inSearchStores)
public void setStoreCategoryId(java.lang.String inStoreCategoryId)
public java.lang.String getCategoryTermScope()
public void setCategoryTermScope(java.lang.String categoryTermScope)
public java.lang.String getCategoryTerm()
public void setCategoryTerm(java.lang.String categoryTerm)
public boolean getIsBundle()
public void setIsBundle(boolean isBundle)
public boolean getIsPackage()
public void setIsPackage(boolean isPackage)
public java.lang.String getSearchTermScope()
public void setSearchTermScope(java.lang.String searchTermScope)
public java.lang.String getSearchTerm()
public void setSearchTerm(java.lang.String searchTerm)
public java.lang.String getSearchType()
public void setSearchType(java.lang.String searchType)
public java.lang.String getSku()
public void setSku(java.lang.String sku)
public boolean getIsItem()
public void setIsItem(boolean isItem)
public boolean getIsProduct()
public void setIsProduct(boolean isProduct)
public java.lang.String getCategoryType()
public void setCategoryType(java.lang.String categoryType)