|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.negotiation.operation.RuleInterpreterFactory
This class manufactures RuleInterpreter Objects dynamically.
Constructor Summary | |
RuleInterpreterFactory()
RuleInterpreterFactory constructor comment. |
Method Summary | |
static RuleInterpreter |
createRuleInterpreter(ControlRuleAccessBean rule)
Create a RuleInterpreter Object based on the given control rule access bean.. |
static RuleInterpreter |
createRuleInterpreter(ControlRuleDataBean bean)
Create a RuleInterpreter Object based on the given databean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RuleInterpreterFactory()
Method Detail |
public static RuleInterpreter createRuleInterpreter(ControlRuleAccessBean rule) throws java.lang.Exception
rule
- com.ibm.commerce.negotiation.objects.ControlRuleAccessBeanpublic static RuleInterpreter createRuleInterpreter(ControlRuleDataBean bean) throws java.lang.Exception
bean
- com.ibm.commerce.negotiation.objects.ControlRuleDataBean
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |