planetj.possiblevalues
Class AssociationSQLOperationsPV

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

public class AssociationSQLOperationsPV
extends Object
implements IPossibleValueGetter


Constructor Summary
AssociationSQLOperationsPV()
           
 
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

AssociationSQLOperationsPV

public AssociationSQLOperationsPV()
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