public class ContractSearchCriteriaDataBean extends java.lang.Object implements SearchDialogCriteriaBean
Constructor and Description |
---|
ContractSearchCriteriaDataBean() |
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Returns the current command's context
|
OrderedHashtable | getDistributorStatus()
Retrieves list of states for distributor finder
|
TypedProperty | getRequestProperties()
Gets the request properties
|
OrderedHashtable | getResellerStatus()
Retrieves list of states for hosted reseller finder
|
OrderedHashtable | getStatus()
Retrieves list of status for contract finder
|
void | populate()
This method is used to retrieve the data for the contract finder.
|
void | setCommandContext(CommandContext cc)
Sets the command context
|
void | setRequestProperties(TypedProperty reqProp)
Sets the request properties.
|
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()