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

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.WorkingSpecs

Deprecated

@Deprecated
public class WorkingSpecs
extends Object


Field Summary
static String cName
          Deprecated  
static int INIT_LIST_SIZE
          Deprecated  
 
Constructor Summary
WorkingSpecs(List specs, SelectionType type)
          Deprecated  
WorkingSpecs(List specs, SelectionType type, int setLimit)
          Deprecated  
 
Method Summary
 void commit()
          Deprecated commits the last selection results for each spec to that specs results list.
 List getResults()
          Deprecated  
 SelectionType getType()
          Deprecated  
 boolean isSatisfied()
          Deprecated  
 boolean minMet()
          Deprecated  
 boolean select()
          Deprecated  
 void set(List specs, SelectionType type, int setLimit)
          Deprecated  
 String toString()
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
Deprecated 
See Also
Constants Summary

INIT_LIST_SIZE

public static final int INIT_LIST_SIZE
Deprecated 
See Also
Constants Summary
Constructor Detail

WorkingSpecs

public WorkingSpecs(List specs,
                    SelectionType type)
Deprecated 

WorkingSpecs

public WorkingSpecs(List specs,
                    SelectionType type,
                    int setLimit)
Deprecated 
Method Detail

set

public final void set(List specs,
                      SelectionType type,
                      int setLimit)
Deprecated 

minMet

public final boolean minMet()
Deprecated 

getType

public final SelectionType getType()
Deprecated 

isSatisfied

public final boolean isSatisfied()
Deprecated 

getResults

public final List getResults()
Deprecated 

commit

public final void commit()
Deprecated 
commits the last selection results for each spec to that specs results list.


select

public final boolean select()
Deprecated 
Returns
true if the selection was a success, false otherwise. True will be returned if an object could be selected for a query spec or if the maximums of all specs have been met. After a return of false is made the caller should call isMet() to determine if a result set is available. A result set will be available if the minimum is met. Use getResults() to retrieve the final results.

toString

public final String toString()
Deprecated 
Overrides:
toString in class Object


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.