java.lang.Objectcom.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.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()
public void setCommandContext(CommandContext cc)
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty reqProp)
public void populate()
public OrderedHashtable getStatus()
public OrderedHashtable getDistributorStatus()
public OrderedHashtable getResellerStatus()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.