java.lang.Object | +--com.ibm.commerce.tools.contract.beans.ContractSearchCriteriaDataBean
Provides data for drop-down lists for contract, distributor, and hosted stores finder pages.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.tools.common.ui. SearchDialogCriteriaBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
ContractSearchCriteriaDataBean() |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Returns the current command's context |
OrderedHashtable |
getDistributorStatus() Retrieve list of states for distributor finder |
TypedProperty |
getRequestProperties() Get the request properties |
OrderedHashtable |
getResellerStatus() Retrieve list of states for hosted reseller finder |
OrderedHashtable |
getStatus() Retrieve list of status for contract finder |
void |
populate() Retreive the data for the contract finder This method does nothing because we do not want to load all of the data at one time. |
void |
setCommandContext(
CommandContext cc) Set the command context |
void |
setRequestProperties(
TypedProperty reqProp) Set the request properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ContractSearchCriteriaDataBean()
Method Detail |
---|
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public void setCommandContext(CommandContext cc)
setCommandContext
in interface
SmartDataBean
cc
- The command context..public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
public void setRequestProperties(TypedProperty reqProp)
setRequestProperties
in interface
InputDataBean
public void populate()
populate
in interface
SmartDataBean
java.lang.Exception
public OrderedHashtable getStatus()
public OrderedHashtable getDistributorStatus()
public OrderedHashtable getResellerStatus()