|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.negotiation.operation.RuleInterpreterImpl | +--com.ibm.commerce.negotiation.operation.SealedBidRuleInterpreterImpl
This class handles the Seled Bid Auction Bid rule.
Fields inherited from class com.ibm.commerce.negotiation.operation.RuleInterpreterImpl |
bestBidValue, bidQty, bidValue, dataBean, lowestWinningBid, objectList, rule |
Constructor Summary | |
SealedBidRuleInterpreterImpl()
Creates an OpenCryBidRuleInterpreterImpl object. |
Method Summary | |
void |
populateDataBean()
Populates the data bean. |
void |
saveDataBean()
Save the databean back to Database. |
boolean |
validate()
Validates the rule. |
Methods inherited from class com.ibm.commerce.negotiation.operation.RuleInterpreterImpl |
addRelevantObject, getBidQty, getBidValue, getControlRuleAccessBean, getControlRuleDataBean, getLowestWinningBid, getRelevantObject, setBidQty, setBidValue, setControlRuleAccessBean, setControlRuleDataBean, setLowestWinningBid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SealedBidRuleInterpreterImpl()
Method Detail |
public void populateDataBean() throws java.lang.Exception
populateDataBean
in class RuleInterpreterImpl
public void saveDataBean() throws java.lang.Exception
saveDataBean
in class RuleInterpreterImpl
java.lang.Exception
- The exception description.public boolean validate() throws java.lang.Exception
validate
in class RuleInterpreterImpl
java.lang.Exception
- The exception description.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |