planetj.possiblevalues
Class PossibleValueSQLOperationsPV

java.lang.Object
  |
  +--planetj.possiblevalues.PossibleValueSQLOperationsPV
All Implemented Interfaces:
IPossibleValueGetter

public class PossibleValueSQLOperationsPV
extends Object
implements IPossibleValueGetter


Constructor Summary
PossibleValueSQLOperationsPV()
           
 
Method Summary
 RowCollection getPossibleValues(Field field)
          Gets a RowCollection of Possible Value SQLOperations for the given Field's Row's owner.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PossibleValueSQLOperationsPV

public PossibleValueSQLOperationsPV()
Method Detail

getPossibleValues

public RowCollection getPossibleValues(Field field)
                                throws CMException
Gets a RowCollection of Possible Value SQLOperations for the given Field's Row's owner.

Specified by:
getPossibleValues in interface IPossibleValueGetter
Returns:
RowCollection
CMException