public class BidRuleBaseCmdImpl extends ToolsControllerCommandImpl implements BidRuleBaseCmd, com.ibm.commerce.negotiation.util.AuctionConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
BidRuleBaseCmdImpl()
BidRuleBaseCmdImpl constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Long | getClassId()
Member field accessor method.
|
java.util.Hashtable | getErrorContent()
Fetches the errorContent data.
|
boolean | getErrorFlag()
Fetches the error flag.
|
protected java.lang.Long | getField1()
Member field accessor method.
|
protected java.math.BigDecimal | getField2()
Member field accessor method.
|
protected java.lang.String | getField3()
Member field accessor method.
|
protected java.lang.Double | getMinQty()
Member field accessor method.
|
protected java.math.BigDecimal | getMinValue()
Member field accessor method.
|
protected java.lang.Long | getOwnerId()
Member field accessor method.
|
protected java.lang.String | getRuleDesc()
Member field accessor method.
|
protected java.lang.Long | getRuleId()
Member field accessor method.
|
protected java.lang.String | getRuleName()
Member field accessor method.
|
protected java.lang.String | getRuleText()
Member field accessor method.
|
protected java.lang.String | getRuleType()
Gets rule type.
|
java.util.Hashtable | getToolXMLObject()
Fetches the XML data prepared by the tools framework.
|
boolean | isReadyToCallExecute()
Verifies that the this command is ready to be executed.
|
void | performExecute()
Invokes inherited method.
|
protected void | setClassId(java.lang.Long newClassId)
Sets class ID.
|
void | setErrorContent(java.util.Hashtable newErrorContent)
Sets the errorContent.
|
void | setErrorFlag(boolean newErrorFlag)
Sets the error flag.
|
protected void | setField1(java.lang.Long newField1)
Sets customized field1.
|
protected void | setField2(java.math.BigDecimal newField2)
Sets customized field2.
|
protected void | setField3(java.lang.String newField3)
Sets customized field2.
|
protected void | setMinQty(java.lang.Double newMinQty)
Sets minimum bid quantity.
|
protected void | setMinValue(java.math.BigDecimal newMinValue)
Sets minimum bid price.
|
protected void | setOwnerId(java.lang.Long newOwnerId)
Sets owner ID.
|
void | setRequestProperties(TypedProperty param)
Copies key-value input data into member fields.
|
protected void | setRuleDesc(java.lang.String newRuleDesc)
Sets rule description.
|
protected void | setRuleId(java.lang.Long newRuleId)
Sets rule ID.
|
protected void | setRuleName(java.lang.String newRuleName)
Sets rule name.
|
protected void | setRuleText(java.lang.String newRuleText)
Sets rule text.
|
protected void | setRuleType(java.lang.String newRuleType)
Sets rule type.
|
void | setToolXMLObject(java.util.Hashtable newToolXMLObject)
Sets the XML data required by the tools framework.
|
public static final java.lang.String COPYRIGHT
protected java.lang.Long getClassId()
public java.util.Hashtable getErrorContent()
public boolean getErrorFlag()
protected java.lang.Long getField1()
protected java.math.BigDecimal getField2()
protected java.lang.String getField3()
protected java.lang.Double getMinQty()
protected java.math.BigDecimal getMinValue()
protected java.lang.Long getOwnerId()
protected java.lang.String getRuleDesc()
protected java.lang.Long getRuleId()
protected java.lang.String getRuleName()
protected java.lang.String getRuleText()
protected java.lang.String getRuleType()
O for open cry, SB for sealed bid, D for Dutch auction.
public java.util.Hashtable getToolXMLObject()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
protected void setClassId(java.lang.Long newClassId)
public void setErrorContent(java.util.Hashtable newErrorContent)
public void setErrorFlag(boolean newErrorFlag)
protected void setField1(java.lang.Long newField1)
protected void setField2(java.math.BigDecimal newField2)
protected void setField3(java.lang.String newField3)
protected void setMinQty(java.lang.Double newMinQty)
protected void setMinValue(java.math.BigDecimal newMinValue)
protected void setOwnerId(java.lang.Long newOwnerId)
public void setRequestProperties(TypedProperty param) throws ECApplicationException
protected void setRuleDesc(java.lang.String newRuleDesc)
protected void setRuleId(java.lang.Long newRuleId)
protected void setRuleName(java.lang.String newRuleName)
protected void setRuleText(java.lang.String newRuleText)
protected void setRuleType(java.lang.String newRuleType)
O for open cry, SB for sealed bid, D for Dutch auction.
public void setToolXMLObject(java.util.Hashtable newToolXMLObject)