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, setLowestWinningBid
public static final java.lang.String COPYRIGHT
public SealedBidRuleInterpreterImpl()
public void populateDataBean() throws java.lang.Exception
populateDataBean
in interface RuleInterpreter
populateDataBean
in class RuleInterpreterImpl
java.lang.Exception
public void saveDataBean() throws java.lang.Exception
saveDataBean
in interface RuleInterpreter
saveDataBean
in class RuleInterpreterImpl
java.lang.Exception
- The exception description.public boolean validate() throws java.lang.Exception
validate
in interface RuleInterpreter
validate
in class RuleInterpreterImpl
java.lang.Exception
- The exception description.