Selector Class

com.bea.commerce.ebusiness.price.engine
Selector Class

public class Selector

    extends Object

Hierarchy
Object
  Selector

Field Summary

public static final String
cName
String
public static final int
INIT_SPEC_LIST_SIZE
int
 

Constructor Summary

Selector(ItemPool pool)

 

Method Summary

public SelectionResults
process(QualificationDiscountDef disc)
Return results of selection process or null if the rule criteria were not met.
public void
set(ItemPool pool)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

cName

public static final String cName


INIT_SPEC_LIST_SIZE

public static final int INIT_SPEC_LIST_SIZE

 

Constructor Detail

Selector

public Selector(ItemPool pool)
 

Method Detail

process(QualificationDiscountDef) Method

public SelectionResults process(QualificationDiscountDef disc)
Return results of selection process or null if the rule criteria were not met.


set(ItemPool) Method

public void set(ItemPool pool)