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

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

Deprecated

@Deprecated
public class WorkingSpec
extends Object


Field Summary
static String cName
          Deprecated  
static int INIT_LIST_SIZE
          Deprecated  
 
Constructor Summary
WorkingSpec(PoolQuery poolResults, QuerySpec spec, boolean isQualifier, int specPosition)
          Deprecated  
 
Method Summary
 void commit()
          Deprecated  
 List getResults()
          Deprecated Returns the results of the selection process or throws an exception if minimim is not met.
 int getSpecPosition()
          Deprecated  
 boolean isSatisfied()
          Deprecated  
 boolean maxMet()
          Deprecated  
 boolean minMet()
          Deprecated  
 void resetForSet()
          Deprecated  
 boolean select()
          Deprecated Select a single object from this specs list held by the PoolQuery.
 void set(PoolQuery poolResults, QuerySpec spec, boolean isQualifier, int specPosition)
          Deprecated  
 String toString()
          Deprecated  
static String toString(Iterator iterator, int size)
          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

WorkingSpec

public WorkingSpec(PoolQuery poolResults,
                   QuerySpec spec,
                   boolean isQualifier,
                   int specPosition)
Deprecated 
Method Detail

set

public final void set(PoolQuery poolResults,
                      QuerySpec spec,
                      boolean isQualifier,
                      int specPosition)
Deprecated 

resetForSet

public final void resetForSet()
Deprecated 

minMet

public final boolean minMet()
Deprecated 

maxMet

public final boolean maxMet()
Deprecated 

getSpecPosition

public final int getSpecPosition()
Deprecated 

isSatisfied

public final boolean isSatisfied()
Deprecated 

commit

public final void commit()
Deprecated 

getResults

public final List getResults()
Deprecated 
Returns the results of the selection process or throws an exception if minimim is not met.


select

public final boolean select()
Deprecated 
Select a single object from this specs list held by the PoolQuery.

Returns
false if the selection process can not obtain an object from the PoolQuery.

toString

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

toString

public static final String toString(Iterator iterator,
                                    int size)
Deprecated 


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.