planetj.possiblevalues
Interface IPossibleValueGetter

All Known Implementing Classes:
AbstractPV, AssociationSQLOperationsPV, AuthorizationOperationsPV, DistinctPV, PossibleValueSQLOperationsPV, ThemesPV, UserAuthenticationListOperationsPV

public interface IPossibleValueGetter

Author:
PlanetJ Corporation

Method Summary
 RowCollection getPossibleValues(Field pField)
          It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection.
 

Method Detail

getPossibleValues

public RowCollection getPossibleValues(Field pField)
                                throws CMException
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection. If the RowCollection returns 1 column, that column will be used for the value and display value. If the RowCollection returns 2 columns, it is assumed the 2nd column will be the display value.

Returns:
RowCollection
CMException