public class SealedBidRuleInterpreterImpl extends RuleInterpreterImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
SealedBidRuleInterpreterImpl()
Creates an OpenCryBidRuleInterpreterImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
populateDataBean()
Populates the data bean.
|
void |
saveDataBean()
Saves the data bean back to database.
|
boolean |
validate()
Validates the rule.
|
addRelevantObject, getBidQty, getBidValue, getCommandContext, getControlRuleAccessBean, getControlRuleDataBean, getLowestWinningBid, getRelevantObject, setBidQty, setBidValue, setCommandContext, setControlRuleAccessBean, setControlRuleDataBean, setLowestWinningBidpublic static final java.lang.String COPYRIGHT
public SealedBidRuleInterpreterImpl()
public void populateDataBean()
throws java.lang.Exception
populateDataBean in interface RuleInterpreterpopulateDataBean in class RuleInterpreterImpljava.lang.Exceptionpublic void saveDataBean()
throws java.lang.Exception
saveDataBean in interface RuleInterpretersaveDataBean in class RuleInterpreterImpljava.lang.Exception - The exception description.public boolean validate()
throws java.lang.Exception
validate in interface RuleInterpretervalidate in class RuleInterpreterImpljava.lang.Exception - The exception description.